mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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:
@@ -34,14 +34,14 @@
|
||||
<os_type>hvm</os_type>
|
||||
<arch name='i686'>
|
||||
<wordsize>32</wordsize>
|
||||
<emulator>/usr/bin/qemu</emulator>
|
||||
<emulator>/usr/bin/qemu-system-i686</emulator>
|
||||
<machine maxCpus='255'>pc-0.11</machine>
|
||||
<machine canonical='pc-0.11' maxCpus='255'>pc</machine>
|
||||
<machine maxCpus='255'>pc-0.10</machine>
|
||||
<machine maxCpus='1'>isapc</machine>
|
||||
<domain type='qemu'/>
|
||||
<domain type='kvm'>
|
||||
<emulator>/usr/bin/qemu-kvm</emulator>
|
||||
<emulator>/usr/bin/qemu-system-i686</emulator>
|
||||
<machine maxCpus='255'>pc-0.11</machine>
|
||||
<machine canonical='pc-0.11' maxCpus='255'>pc</machine>
|
||||
<machine maxCpus='255'>pc-0.10</machine>
|
||||
@@ -67,7 +67,7 @@
|
||||
<machine>isapc</machine>
|
||||
<domain type='qemu'/>
|
||||
<domain type='kvm'>
|
||||
<emulator>/usr/bin/qemu-kvm</emulator>
|
||||
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
||||
<machine>pc-0.11</machine>
|
||||
<machine canonical='pc-0.11'>pc</machine>
|
||||
<machine>pc-0.10</machine>
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
<machine>isapc</machine>
|
||||
<domain type='qemu'/>
|
||||
<domain type='kvm'>
|
||||
<emulator>/usr/libexec/qemu-kvm</emulator>
|
||||
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
||||
<machine>pc-1.2</machine>
|
||||
<machine canonical='pc-1.2'>pc</machine>
|
||||
<machine>pc-1.1</machine>
|
||||
@@ -95,7 +95,7 @@
|
||||
<machine>isapc</machine>
|
||||
<domain type='qemu'/>
|
||||
<domain type='kvm'>
|
||||
<emulator>/usr/libexec/qemu-kvm</emulator>
|
||||
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
||||
<machine>pc-1.2</machine>
|
||||
<machine canonical='pc-1.2'>pc</machine>
|
||||
<machine>pc-1.1</machine>
|
||||
|
||||
Reference in New Issue
Block a user