tests: unify qemu binary paths for all qemu related tests

Our test data used a lot of different qemu binary paths and some
of them were based on downstream systems.

Note that there is one file where I had to add "accel=kvm" because
the qemuargv2xml code parses "/usr/bin/kvm" as virt type="kvm".

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
Pavel Hrdina
2017-04-06 18:19:48 +02:00
parent e9a85a6e4f
commit e6e26a899d
1685 changed files with 1689 additions and 1689 deletions

View File

@@ -4,7 +4,7 @@ HOME=/home/test \
USER=test \
LOGNAME=test \
QEMU_AUDIO_DRV=none \
/usr/bin/qemu \
/usr/bin/qemu-system-i686 \
-name QEMUGuest1 \
-S \
-M pc \