On 2018-03-29 13:20, Lukáš 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 current > architecture and use it when auto-detecting the default qemu binary. > > Signed-off-by: Lukáš Doktor <ldoktor@xxxxxxxxxx> > --- > tests/qemu-iotests/check | 4 ++-- > tests/qemu-iotests/common.config | 1 + > 2 files changed, 3 insertions(+), 2 deletions(-) Thanks, applied to my block branch: https://github.com/XanClic/qemu/commits/block Max