From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6701143333816762368 X-Received: by 2002:a50:9456:: with SMTP id q22mr69990309eda.28.1560360209216; Wed, 12 Jun 2019 10:23:29 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a50:a48a:: with SMTP id w10ls911499edb.3.gmail; Wed, 12 Jun 2019 10:23:28 -0700 (PDT) X-Google-Smtp-Source: APXvYqx0YcdOVaFNfha2NDjHD+cBTBppY3WWk4dl06nT3QIsBoa9HRE1J3lUrcThqbxuaTzItx7K X-Received: by 2002:a50:95ed:: with SMTP id x42mr44703675eda.279.1560360208720; Wed, 12 Jun 2019 10:23:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560360208; cv=none; d=google.com; s=arc-20160816; b=ekDRS8r8a3uv9Mkw2HB86b2ID3TykvgKNf6jHwoi/OdBjXtgbRRVRIVS23gxu6V0LV ZDSii+bE+WwRWR+d5IKlgmY3g2cspMyafCTqOgYP2Cjy73k4avcNT9tc3OMHHuIp7XBV xwjIAm55BDUzEDLRkEcaFkxOXAlZUY0IndN8t4R6EDSmqy9qv8yJCXBr8VY3cV4YVHBg oWj9e7gK8VOW5q9Wb9+V9+oH2RzJ66T22oiE0qlLo3Xug76nWlCcTr9PdnBnRl2e+dzI syZQ1eBRYjznCjDvkA9mRYK5mmIHt+cHJ8uHS0pnKoS9yQx6zQGleKICL3hq7zrzelGE DANg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=t5HRchfXdi/h96Dhd0Zz4P5bFulbNCGlN/eSbqN26Do=; b=jfg2ealzjE3qszk/te8T/bl/nprJOixvQYaCGC8uSXR1I2XrT/NrM2SkJnh/1qrB2k n8i3z5dDto2GuqbxmyiP4tHinY1NVa7Vrmr+9Bgn5EKQkU7UOW7QljrDdCn0PzXD1eym wu8MG7G517NTkOJBIveX5LccpAuF+46iP+9FiOwssXGMsS/A20KGjyf9/K9tGd5sdnyX XWxxLwoec7YpD5ndMZqzPpQoBpKe8BCl+eLzD5CxYOtxR+3N+OxXc32tBLFlp+r+AE/x DVOqDNHSRDa9t525EBzCxubpfZnQMMMm95A2vHQziNUwmxoDs0uPj917FcFMehT0BkJY 1FxQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id r27si8647edd.4.2019.06.12.10.23.28 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 12 Jun 2019 10:23:28 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de ([88.74.195.137]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id x5CHNJvc032271 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 12 Jun 2019 19:23:26 +0200 Date: Wed, 12 Jun 2019 19:23:13 +0200 From: Baurzhan Ismagulov To: isar-users@googlegroups.com Subject: Re: [PATCH v2 0/9] Add mipsel architecture and QEMU machine Message-ID: <20190612172312.GK3977@yssyq.m.ilbers.de> Mail-Followup-To: isar-users@googlegroups.com References: <20190611130710.0fddc4d6@md1za8fc.ad001.siemens.net> <1560257426-225-1-git-send-email-Cedric_Hombourger@mentor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1560257426-225-1-git-send-email-Cedric_Hombourger@mentor.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: +4G/TlIEF9kZ On Tue, Jun 11, 2019 at 02:50:17PM +0200, Cedric Hombourger wrote: > This patch series adds the mipsel architecture and a QEMU machine to Isar to > support legacy projects wanting to migrate to Debian (the mipsel architecture > and Malta reference board are supported with both stretch and buster). The > last patch is optional but desirable: it would add the qemumipsel-stretch > configuration to the ci_build chain. Looks good to me. ci_build is always welcome. vm_smoke_test and testsuite/start_vm.py would be great, too. Applied to next, thanks. With kind regards, Baurzhan.