From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Wolf Subject: Re: [PATCH v2 1/1] qemu-iotests: Use ppc64 qemu_arch on ppc64le host Date: Tue, 3 Apr 2018 14:25:30 +0200 Message-ID: <20180403122516.GA11070@localhost.localdomain> References: <20180329112053.5399-1-ldoktor@redhat.com> <20180329112053.5399-2-ldoktor@redhat.com> <00157f9f-9e66-5243-ae95-3af67c98c72f@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: =?utf-8?B?THVrw6HFoQ==?= Doktor , qemu-block@nongnu.org, qemu-devel@nongnu.org, kvm@vger.kernel.org To: Max Reitz Return-path: Content-Disposition: inline In-Reply-To: <00157f9f-9e66-5243-ae95-3af67c98c72f@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-block-bounces+gceqb-qemu-block=m.gmane.org@nongnu.org Sender: "Qemu-block" List-Id: kvm.vger.kernel.org Am 29.03.2018 um 16:31 hat Max Reitz geschrieben: > On 2018-03-29 13:20, Luk=C3=A1=C5=A1 Doktor wrote: > > The qemu target does not always correspond to the host machine type. = For > > example ppc64le machine target is ppc64. Let's introduce "qemu_arch" > > variable to store the matching qemu architecture related to the curre= nt > > architecture and use it when auto-detecting the default qemu binary. > >=20 > > Signed-off-by: Luk=C3=A1=C5=A1 Doktor > > --- > > tests/qemu-iotests/check | 4 ++-- > > tests/qemu-iotests/common.config | 1 + > > 2 files changed, 3 insertions(+), 2 deletions(-) >=20 > Thanks, applied to my block branch: >=20 > https://github.com/XanClic/qemu/commits/block Please don't forget to CC qemu-block and qemu-devel for patches to qemu-iotests (the kvm list isn't really necessary, though). Adding it to this reply so that people can see that something was merged. Kevin