mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 03:25:20 +00:00
tests: Unify qemucaps2xml output files
Turns out different versions of QEMU on the same architecture produce the same output, so we can have a single output file per architecture instead of duplicating the same data over and over again. Spotted-by: Ján Tomko <jtomko@redhat.com> Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
620d9dd598
commit
eeafebc51d
@ -1,28 +0,0 @@
|
|||||||
<capabilities>
|
|
||||||
|
|
||||||
<host>
|
|
||||||
<cpu>
|
|
||||||
<arch>x86_64</arch>
|
|
||||||
</cpu>
|
|
||||||
<power_management/>
|
|
||||||
<iommu support='no'/>
|
|
||||||
</host>
|
|
||||||
|
|
||||||
<guest>
|
|
||||||
<os_type>hvm</os_type>
|
|
||||||
<arch name='x86_64'>
|
|
||||||
<wordsize>64</wordsize>
|
|
||||||
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
|
||||||
<domain type='qemu'/>
|
|
||||||
<domain type='kvm'/>
|
|
||||||
</arch>
|
|
||||||
<features>
|
|
||||||
<cpuselection/>
|
|
||||||
<deviceboot/>
|
|
||||||
<disksnapshot default='on' toggle='no'/>
|
|
||||||
<acpi default='on' toggle='yes'/>
|
|
||||||
<apic default='on' toggle='no'/>
|
|
||||||
</features>
|
|
||||||
</guest>
|
|
||||||
|
|
||||||
</capabilities>
|
|
@ -1,28 +0,0 @@
|
|||||||
<capabilities>
|
|
||||||
|
|
||||||
<host>
|
|
||||||
<cpu>
|
|
||||||
<arch>x86_64</arch>
|
|
||||||
</cpu>
|
|
||||||
<power_management/>
|
|
||||||
<iommu support='no'/>
|
|
||||||
</host>
|
|
||||||
|
|
||||||
<guest>
|
|
||||||
<os_type>hvm</os_type>
|
|
||||||
<arch name='x86_64'>
|
|
||||||
<wordsize>64</wordsize>
|
|
||||||
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
|
||||||
<domain type='qemu'/>
|
|
||||||
<domain type='kvm'/>
|
|
||||||
</arch>
|
|
||||||
<features>
|
|
||||||
<cpuselection/>
|
|
||||||
<deviceboot/>
|
|
||||||
<disksnapshot default='on' toggle='no'/>
|
|
||||||
<acpi default='on' toggle='yes'/>
|
|
||||||
<apic default='on' toggle='no'/>
|
|
||||||
</features>
|
|
||||||
</guest>
|
|
||||||
|
|
||||||
</capabilities>
|
|
@ -1,28 +0,0 @@
|
|||||||
<capabilities>
|
|
||||||
|
|
||||||
<host>
|
|
||||||
<cpu>
|
|
||||||
<arch>x86_64</arch>
|
|
||||||
</cpu>
|
|
||||||
<power_management/>
|
|
||||||
<iommu support='no'/>
|
|
||||||
</host>
|
|
||||||
|
|
||||||
<guest>
|
|
||||||
<os_type>hvm</os_type>
|
|
||||||
<arch name='x86_64'>
|
|
||||||
<wordsize>64</wordsize>
|
|
||||||
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
|
||||||
<domain type='qemu'/>
|
|
||||||
<domain type='kvm'/>
|
|
||||||
</arch>
|
|
||||||
<features>
|
|
||||||
<cpuselection/>
|
|
||||||
<deviceboot/>
|
|
||||||
<disksnapshot default='on' toggle='no'/>
|
|
||||||
<acpi default='on' toggle='yes'/>
|
|
||||||
<apic default='on' toggle='no'/>
|
|
||||||
</features>
|
|
||||||
</guest>
|
|
||||||
|
|
||||||
</capabilities>
|
|
@ -1,28 +0,0 @@
|
|||||||
<capabilities>
|
|
||||||
|
|
||||||
<host>
|
|
||||||
<cpu>
|
|
||||||
<arch>x86_64</arch>
|
|
||||||
</cpu>
|
|
||||||
<power_management/>
|
|
||||||
<iommu support='no'/>
|
|
||||||
</host>
|
|
||||||
|
|
||||||
<guest>
|
|
||||||
<os_type>hvm</os_type>
|
|
||||||
<arch name='x86_64'>
|
|
||||||
<wordsize>64</wordsize>
|
|
||||||
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
|
||||||
<domain type='qemu'/>
|
|
||||||
<domain type='kvm'/>
|
|
||||||
</arch>
|
|
||||||
<features>
|
|
||||||
<cpuselection/>
|
|
||||||
<deviceboot/>
|
|
||||||
<disksnapshot default='on' toggle='no'/>
|
|
||||||
<acpi default='on' toggle='yes'/>
|
|
||||||
<apic default='on' toggle='no'/>
|
|
||||||
</features>
|
|
||||||
</guest>
|
|
||||||
|
|
||||||
</capabilities>
|
|
@ -1,26 +0,0 @@
|
|||||||
<capabilities>
|
|
||||||
|
|
||||||
<host>
|
|
||||||
<cpu>
|
|
||||||
<arch>s390x</arch>
|
|
||||||
</cpu>
|
|
||||||
<power_management/>
|
|
||||||
<iommu support='no'/>
|
|
||||||
</host>
|
|
||||||
|
|
||||||
<guest>
|
|
||||||
<os_type>hvm</os_type>
|
|
||||||
<arch name='s390x'>
|
|
||||||
<wordsize>64</wordsize>
|
|
||||||
<emulator>/usr/bin/qemu-system-s390x</emulator>
|
|
||||||
<domain type='qemu'/>
|
|
||||||
<domain type='kvm'/>
|
|
||||||
</arch>
|
|
||||||
<features>
|
|
||||||
<cpuselection/>
|
|
||||||
<deviceboot/>
|
|
||||||
<disksnapshot default='on' toggle='no'/>
|
|
||||||
</features>
|
|
||||||
</guest>
|
|
||||||
|
|
||||||
</capabilities>
|
|
@ -1,28 +0,0 @@
|
|||||||
<capabilities>
|
|
||||||
|
|
||||||
<host>
|
|
||||||
<cpu>
|
|
||||||
<arch>x86_64</arch>
|
|
||||||
</cpu>
|
|
||||||
<power_management/>
|
|
||||||
<iommu support='no'/>
|
|
||||||
</host>
|
|
||||||
|
|
||||||
<guest>
|
|
||||||
<os_type>hvm</os_type>
|
|
||||||
<arch name='x86_64'>
|
|
||||||
<wordsize>64</wordsize>
|
|
||||||
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
|
||||||
<domain type='qemu'/>
|
|
||||||
<domain type='kvm'/>
|
|
||||||
</arch>
|
|
||||||
<features>
|
|
||||||
<cpuselection/>
|
|
||||||
<deviceboot/>
|
|
||||||
<disksnapshot default='on' toggle='no'/>
|
|
||||||
<acpi default='on' toggle='yes'/>
|
|
||||||
<apic default='on' toggle='no'/>
|
|
||||||
</features>
|
|
||||||
</guest>
|
|
||||||
|
|
||||||
</capabilities>
|
|
@ -1,27 +0,0 @@
|
|||||||
<capabilities>
|
|
||||||
|
|
||||||
<host>
|
|
||||||
<cpu>
|
|
||||||
<arch>aarch64</arch>
|
|
||||||
</cpu>
|
|
||||||
<power_management/>
|
|
||||||
<iommu support='no'/>
|
|
||||||
</host>
|
|
||||||
|
|
||||||
<guest>
|
|
||||||
<os_type>hvm</os_type>
|
|
||||||
<arch name='aarch64'>
|
|
||||||
<wordsize>64</wordsize>
|
|
||||||
<emulator>/usr/bin/qemu-system-aarch64</emulator>
|
|
||||||
<domain type='qemu'/>
|
|
||||||
<domain type='kvm'/>
|
|
||||||
</arch>
|
|
||||||
<features>
|
|
||||||
<cpuselection/>
|
|
||||||
<deviceboot/>
|
|
||||||
<disksnapshot default='on' toggle='no'/>
|
|
||||||
<acpi default='on' toggle='yes'/>
|
|
||||||
</features>
|
|
||||||
</guest>
|
|
||||||
|
|
||||||
</capabilities>
|
|
@ -1,26 +0,0 @@
|
|||||||
<capabilities>
|
|
||||||
|
|
||||||
<host>
|
|
||||||
<cpu>
|
|
||||||
<arch>ppc64</arch>
|
|
||||||
</cpu>
|
|
||||||
<power_management/>
|
|
||||||
<iommu support='no'/>
|
|
||||||
</host>
|
|
||||||
|
|
||||||
<guest>
|
|
||||||
<os_type>hvm</os_type>
|
|
||||||
<arch name='ppc64'>
|
|
||||||
<wordsize>64</wordsize>
|
|
||||||
<emulator>/usr/bin/qemu-system-ppc64</emulator>
|
|
||||||
<domain type='qemu'/>
|
|
||||||
<domain type='kvm'/>
|
|
||||||
</arch>
|
|
||||||
<features>
|
|
||||||
<cpuselection/>
|
|
||||||
<deviceboot/>
|
|
||||||
<disksnapshot default='on' toggle='no'/>
|
|
||||||
</features>
|
|
||||||
</guest>
|
|
||||||
|
|
||||||
</capabilities>
|
|
@ -1,26 +0,0 @@
|
|||||||
<capabilities>
|
|
||||||
|
|
||||||
<host>
|
|
||||||
<cpu>
|
|
||||||
<arch>s390x</arch>
|
|
||||||
</cpu>
|
|
||||||
<power_management/>
|
|
||||||
<iommu support='no'/>
|
|
||||||
</host>
|
|
||||||
|
|
||||||
<guest>
|
|
||||||
<os_type>hvm</os_type>
|
|
||||||
<arch name='s390x'>
|
|
||||||
<wordsize>64</wordsize>
|
|
||||||
<emulator>/usr/bin/qemu-system-s390x</emulator>
|
|
||||||
<domain type='qemu'/>
|
|
||||||
<domain type='kvm'/>
|
|
||||||
</arch>
|
|
||||||
<features>
|
|
||||||
<cpuselection/>
|
|
||||||
<deviceboot/>
|
|
||||||
<disksnapshot default='on' toggle='no'/>
|
|
||||||
</features>
|
|
||||||
</guest>
|
|
||||||
|
|
||||||
</capabilities>
|
|
@ -1,28 +0,0 @@
|
|||||||
<capabilities>
|
|
||||||
|
|
||||||
<host>
|
|
||||||
<cpu>
|
|
||||||
<arch>x86_64</arch>
|
|
||||||
</cpu>
|
|
||||||
<power_management/>
|
|
||||||
<iommu support='no'/>
|
|
||||||
</host>
|
|
||||||
|
|
||||||
<guest>
|
|
||||||
<os_type>hvm</os_type>
|
|
||||||
<arch name='x86_64'>
|
|
||||||
<wordsize>64</wordsize>
|
|
||||||
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
|
||||||
<domain type='qemu'/>
|
|
||||||
<domain type='kvm'/>
|
|
||||||
</arch>
|
|
||||||
<features>
|
|
||||||
<cpuselection/>
|
|
||||||
<deviceboot/>
|
|
||||||
<disksnapshot default='on' toggle='no'/>
|
|
||||||
<acpi default='on' toggle='yes'/>
|
|
||||||
<apic default='on' toggle='no'/>
|
|
||||||
</features>
|
|
||||||
</guest>
|
|
||||||
|
|
||||||
</capabilities>
|
|
@ -1,28 +0,0 @@
|
|||||||
<capabilities>
|
|
||||||
|
|
||||||
<host>
|
|
||||||
<cpu>
|
|
||||||
<arch>x86_64</arch>
|
|
||||||
</cpu>
|
|
||||||
<power_management/>
|
|
||||||
<iommu support='no'/>
|
|
||||||
</host>
|
|
||||||
|
|
||||||
<guest>
|
|
||||||
<os_type>hvm</os_type>
|
|
||||||
<arch name='x86_64'>
|
|
||||||
<wordsize>64</wordsize>
|
|
||||||
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
|
||||||
<domain type='qemu'/>
|
|
||||||
<domain type='kvm'/>
|
|
||||||
</arch>
|
|
||||||
<features>
|
|
||||||
<cpuselection/>
|
|
||||||
<deviceboot/>
|
|
||||||
<disksnapshot default='on' toggle='no'/>
|
|
||||||
<acpi default='on' toggle='yes'/>
|
|
||||||
<apic default='on' toggle='no'/>
|
|
||||||
</features>
|
|
||||||
</guest>
|
|
||||||
|
|
||||||
</capabilities>
|
|
@ -1,28 +0,0 @@
|
|||||||
<capabilities>
|
|
||||||
|
|
||||||
<host>
|
|
||||||
<cpu>
|
|
||||||
<arch>x86_64</arch>
|
|
||||||
</cpu>
|
|
||||||
<power_management/>
|
|
||||||
<iommu support='no'/>
|
|
||||||
</host>
|
|
||||||
|
|
||||||
<guest>
|
|
||||||
<os_type>hvm</os_type>
|
|
||||||
<arch name='x86_64'>
|
|
||||||
<wordsize>64</wordsize>
|
|
||||||
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
|
||||||
<domain type='qemu'/>
|
|
||||||
<domain type='kvm'/>
|
|
||||||
</arch>
|
|
||||||
<features>
|
|
||||||
<cpuselection/>
|
|
||||||
<deviceboot/>
|
|
||||||
<disksnapshot default='on' toggle='no'/>
|
|
||||||
<acpi default='on' toggle='yes'/>
|
|
||||||
<apic default='on' toggle='no'/>
|
|
||||||
</features>
|
|
||||||
</guest>
|
|
||||||
|
|
||||||
</capabilities>
|
|
@ -1,27 +0,0 @@
|
|||||||
<capabilities>
|
|
||||||
|
|
||||||
<host>
|
|
||||||
<cpu>
|
|
||||||
<arch>aarch64</arch>
|
|
||||||
</cpu>
|
|
||||||
<power_management/>
|
|
||||||
<iommu support='no'/>
|
|
||||||
</host>
|
|
||||||
|
|
||||||
<guest>
|
|
||||||
<os_type>hvm</os_type>
|
|
||||||
<arch name='aarch64'>
|
|
||||||
<wordsize>64</wordsize>
|
|
||||||
<emulator>/usr/bin/qemu-system-aarch64</emulator>
|
|
||||||
<domain type='qemu'/>
|
|
||||||
<domain type='kvm'/>
|
|
||||||
</arch>
|
|
||||||
<features>
|
|
||||||
<cpuselection/>
|
|
||||||
<deviceboot/>
|
|
||||||
<disksnapshot default='on' toggle='no'/>
|
|
||||||
<acpi default='on' toggle='yes'/>
|
|
||||||
</features>
|
|
||||||
</guest>
|
|
||||||
|
|
||||||
</capabilities>
|
|
@ -1,26 +0,0 @@
|
|||||||
<capabilities>
|
|
||||||
|
|
||||||
<host>
|
|
||||||
<cpu>
|
|
||||||
<arch>ppc64</arch>
|
|
||||||
</cpu>
|
|
||||||
<power_management/>
|
|
||||||
<iommu support='no'/>
|
|
||||||
</host>
|
|
||||||
|
|
||||||
<guest>
|
|
||||||
<os_type>hvm</os_type>
|
|
||||||
<arch name='ppc64'>
|
|
||||||
<wordsize>64</wordsize>
|
|
||||||
<emulator>/usr/bin/qemu-system-ppc64</emulator>
|
|
||||||
<domain type='qemu'/>
|
|
||||||
<domain type='kvm'/>
|
|
||||||
</arch>
|
|
||||||
<features>
|
|
||||||
<cpuselection/>
|
|
||||||
<deviceboot/>
|
|
||||||
<disksnapshot default='on' toggle='no'/>
|
|
||||||
</features>
|
|
||||||
</guest>
|
|
||||||
|
|
||||||
</capabilities>
|
|
@ -1,28 +0,0 @@
|
|||||||
<capabilities>
|
|
||||||
|
|
||||||
<host>
|
|
||||||
<cpu>
|
|
||||||
<arch>x86_64</arch>
|
|
||||||
</cpu>
|
|
||||||
<power_management/>
|
|
||||||
<iommu support='no'/>
|
|
||||||
</host>
|
|
||||||
|
|
||||||
<guest>
|
|
||||||
<os_type>hvm</os_type>
|
|
||||||
<arch name='x86_64'>
|
|
||||||
<wordsize>64</wordsize>
|
|
||||||
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
|
||||||
<domain type='qemu'/>
|
|
||||||
<domain type='kvm'/>
|
|
||||||
</arch>
|
|
||||||
<features>
|
|
||||||
<cpuselection/>
|
|
||||||
<deviceboot/>
|
|
||||||
<disksnapshot default='on' toggle='no'/>
|
|
||||||
<acpi default='on' toggle='yes'/>
|
|
||||||
<apic default='on' toggle='no'/>
|
|
||||||
</features>
|
|
||||||
</guest>
|
|
||||||
|
|
||||||
</capabilities>
|
|
@ -1,26 +0,0 @@
|
|||||||
<capabilities>
|
|
||||||
|
|
||||||
<host>
|
|
||||||
<cpu>
|
|
||||||
<arch>s390x</arch>
|
|
||||||
</cpu>
|
|
||||||
<power_management/>
|
|
||||||
<iommu support='no'/>
|
|
||||||
</host>
|
|
||||||
|
|
||||||
<guest>
|
|
||||||
<os_type>hvm</os_type>
|
|
||||||
<arch name='s390x'>
|
|
||||||
<wordsize>64</wordsize>
|
|
||||||
<emulator>/usr/bin/qemu-system-s390x</emulator>
|
|
||||||
<domain type='qemu'/>
|
|
||||||
<domain type='kvm'/>
|
|
||||||
</arch>
|
|
||||||
<features>
|
|
||||||
<cpuselection/>
|
|
||||||
<deviceboot/>
|
|
||||||
<disksnapshot default='on' toggle='no'/>
|
|
||||||
</features>
|
|
||||||
</guest>
|
|
||||||
|
|
||||||
</capabilities>
|
|
@ -1,28 +0,0 @@
|
|||||||
<capabilities>
|
|
||||||
|
|
||||||
<host>
|
|
||||||
<cpu>
|
|
||||||
<arch>x86_64</arch>
|
|
||||||
</cpu>
|
|
||||||
<power_management/>
|
|
||||||
<iommu support='no'/>
|
|
||||||
</host>
|
|
||||||
|
|
||||||
<guest>
|
|
||||||
<os_type>hvm</os_type>
|
|
||||||
<arch name='x86_64'>
|
|
||||||
<wordsize>64</wordsize>
|
|
||||||
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
|
||||||
<domain type='qemu'/>
|
|
||||||
<domain type='kvm'/>
|
|
||||||
</arch>
|
|
||||||
<features>
|
|
||||||
<cpuselection/>
|
|
||||||
<deviceboot/>
|
|
||||||
<disksnapshot default='on' toggle='no'/>
|
|
||||||
<acpi default='on' toggle='yes'/>
|
|
||||||
<apic default='on' toggle='no'/>
|
|
||||||
</features>
|
|
||||||
</guest>
|
|
||||||
|
|
||||||
</capabilities>
|
|
@ -1,26 +0,0 @@
|
|||||||
<capabilities>
|
|
||||||
|
|
||||||
<host>
|
|
||||||
<cpu>
|
|
||||||
<arch>s390x</arch>
|
|
||||||
</cpu>
|
|
||||||
<power_management/>
|
|
||||||
<iommu support='no'/>
|
|
||||||
</host>
|
|
||||||
|
|
||||||
<guest>
|
|
||||||
<os_type>hvm</os_type>
|
|
||||||
<arch name='s390x'>
|
|
||||||
<wordsize>64</wordsize>
|
|
||||||
<emulator>/usr/bin/qemu-system-s390x</emulator>
|
|
||||||
<domain type='qemu'/>
|
|
||||||
<domain type='kvm'/>
|
|
||||||
</arch>
|
|
||||||
<features>
|
|
||||||
<cpuselection/>
|
|
||||||
<deviceboot/>
|
|
||||||
<disksnapshot default='on' toggle='no'/>
|
|
||||||
</features>
|
|
||||||
</guest>
|
|
||||||
|
|
||||||
</capabilities>
|
|
@ -1,28 +0,0 @@
|
|||||||
<capabilities>
|
|
||||||
|
|
||||||
<host>
|
|
||||||
<cpu>
|
|
||||||
<arch>x86_64</arch>
|
|
||||||
</cpu>
|
|
||||||
<power_management/>
|
|
||||||
<iommu support='no'/>
|
|
||||||
</host>
|
|
||||||
|
|
||||||
<guest>
|
|
||||||
<os_type>hvm</os_type>
|
|
||||||
<arch name='x86_64'>
|
|
||||||
<wordsize>64</wordsize>
|
|
||||||
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
|
||||||
<domain type='qemu'/>
|
|
||||||
<domain type='kvm'/>
|
|
||||||
</arch>
|
|
||||||
<features>
|
|
||||||
<cpuselection/>
|
|
||||||
<deviceboot/>
|
|
||||||
<disksnapshot default='on' toggle='no'/>
|
|
||||||
<acpi default='on' toggle='yes'/>
|
|
||||||
<apic default='on' toggle='no'/>
|
|
||||||
</features>
|
|
||||||
</guest>
|
|
||||||
|
|
||||||
</capabilities>
|
|
@ -1,26 +0,0 @@
|
|||||||
<capabilities>
|
|
||||||
|
|
||||||
<host>
|
|
||||||
<cpu>
|
|
||||||
<arch>ppc64</arch>
|
|
||||||
</cpu>
|
|
||||||
<power_management/>
|
|
||||||
<iommu support='no'/>
|
|
||||||
</host>
|
|
||||||
|
|
||||||
<guest>
|
|
||||||
<os_type>hvm</os_type>
|
|
||||||
<arch name='ppc64'>
|
|
||||||
<wordsize>64</wordsize>
|
|
||||||
<emulator>/usr/bin/qemu-system-ppc64</emulator>
|
|
||||||
<domain type='qemu'/>
|
|
||||||
<domain type='kvm'/>
|
|
||||||
</arch>
|
|
||||||
<features>
|
|
||||||
<cpuselection/>
|
|
||||||
<deviceboot/>
|
|
||||||
<disksnapshot default='on' toggle='no'/>
|
|
||||||
</features>
|
|
||||||
</guest>
|
|
||||||
|
|
||||||
</capabilities>
|
|
@ -1,26 +0,0 @@
|
|||||||
<capabilities>
|
|
||||||
|
|
||||||
<host>
|
|
||||||
<cpu>
|
|
||||||
<arch>s390x</arch>
|
|
||||||
</cpu>
|
|
||||||
<power_management/>
|
|
||||||
<iommu support='no'/>
|
|
||||||
</host>
|
|
||||||
|
|
||||||
<guest>
|
|
||||||
<os_type>hvm</os_type>
|
|
||||||
<arch name='s390x'>
|
|
||||||
<wordsize>64</wordsize>
|
|
||||||
<emulator>/usr/bin/qemu-system-s390x</emulator>
|
|
||||||
<domain type='qemu'/>
|
|
||||||
<domain type='kvm'/>
|
|
||||||
</arch>
|
|
||||||
<features>
|
|
||||||
<cpuselection/>
|
|
||||||
<deviceboot/>
|
|
||||||
<disksnapshot default='on' toggle='no'/>
|
|
||||||
</features>
|
|
||||||
</guest>
|
|
||||||
|
|
||||||
</capabilities>
|
|
@ -1,28 +0,0 @@
|
|||||||
<capabilities>
|
|
||||||
|
|
||||||
<host>
|
|
||||||
<cpu>
|
|
||||||
<arch>x86_64</arch>
|
|
||||||
</cpu>
|
|
||||||
<power_management/>
|
|
||||||
<iommu support='no'/>
|
|
||||||
</host>
|
|
||||||
|
|
||||||
<guest>
|
|
||||||
<os_type>hvm</os_type>
|
|
||||||
<arch name='x86_64'>
|
|
||||||
<wordsize>64</wordsize>
|
|
||||||
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
|
||||||
<domain type='qemu'/>
|
|
||||||
<domain type='kvm'/>
|
|
||||||
</arch>
|
|
||||||
<features>
|
|
||||||
<cpuselection/>
|
|
||||||
<deviceboot/>
|
|
||||||
<disksnapshot default='on' toggle='no'/>
|
|
||||||
<acpi default='on' toggle='yes'/>
|
|
||||||
<apic default='on' toggle='no'/>
|
|
||||||
</features>
|
|
||||||
</guest>
|
|
||||||
|
|
||||||
</capabilities>
|
|
@ -1,26 +0,0 @@
|
|||||||
<capabilities>
|
|
||||||
|
|
||||||
<host>
|
|
||||||
<cpu>
|
|
||||||
<arch>ppc64</arch>
|
|
||||||
</cpu>
|
|
||||||
<power_management/>
|
|
||||||
<iommu support='no'/>
|
|
||||||
</host>
|
|
||||||
|
|
||||||
<guest>
|
|
||||||
<os_type>hvm</os_type>
|
|
||||||
<arch name='ppc64'>
|
|
||||||
<wordsize>64</wordsize>
|
|
||||||
<emulator>/usr/bin/qemu-system-ppc64</emulator>
|
|
||||||
<domain type='qemu'/>
|
|
||||||
<domain type='kvm'/>
|
|
||||||
</arch>
|
|
||||||
<features>
|
|
||||||
<cpuselection/>
|
|
||||||
<deviceboot/>
|
|
||||||
<disksnapshot default='on' toggle='no'/>
|
|
||||||
</features>
|
|
||||||
</guest>
|
|
||||||
|
|
||||||
</capabilities>
|
|
@ -1,26 +0,0 @@
|
|||||||
<capabilities>
|
|
||||||
|
|
||||||
<host>
|
|
||||||
<cpu>
|
|
||||||
<arch>s390x</arch>
|
|
||||||
</cpu>
|
|
||||||
<power_management/>
|
|
||||||
<iommu support='no'/>
|
|
||||||
</host>
|
|
||||||
|
|
||||||
<guest>
|
|
||||||
<os_type>hvm</os_type>
|
|
||||||
<arch name='s390x'>
|
|
||||||
<wordsize>64</wordsize>
|
|
||||||
<emulator>/usr/bin/qemu-system-s390x</emulator>
|
|
||||||
<domain type='qemu'/>
|
|
||||||
<domain type='kvm'/>
|
|
||||||
</arch>
|
|
||||||
<features>
|
|
||||||
<cpuselection/>
|
|
||||||
<deviceboot/>
|
|
||||||
<disksnapshot default='on' toggle='no'/>
|
|
||||||
</features>
|
|
||||||
</guest>
|
|
||||||
|
|
||||||
</capabilities>
|
|
@ -1,28 +0,0 @@
|
|||||||
<capabilities>
|
|
||||||
|
|
||||||
<host>
|
|
||||||
<cpu>
|
|
||||||
<arch>x86_64</arch>
|
|
||||||
</cpu>
|
|
||||||
<power_management/>
|
|
||||||
<iommu support='no'/>
|
|
||||||
</host>
|
|
||||||
|
|
||||||
<guest>
|
|
||||||
<os_type>hvm</os_type>
|
|
||||||
<arch name='x86_64'>
|
|
||||||
<wordsize>64</wordsize>
|
|
||||||
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
|
||||||
<domain type='qemu'/>
|
|
||||||
<domain type='kvm'/>
|
|
||||||
</arch>
|
|
||||||
<features>
|
|
||||||
<cpuselection/>
|
|
||||||
<deviceboot/>
|
|
||||||
<disksnapshot default='on' toggle='no'/>
|
|
||||||
<acpi default='on' toggle='yes'/>
|
|
||||||
<apic default='on' toggle='no'/>
|
|
||||||
</features>
|
|
||||||
</guest>
|
|
||||||
|
|
||||||
</capabilities>
|
|
@ -1,26 +0,0 @@
|
|||||||
<capabilities>
|
|
||||||
|
|
||||||
<host>
|
|
||||||
<cpu>
|
|
||||||
<arch>ppc64</arch>
|
|
||||||
</cpu>
|
|
||||||
<power_management/>
|
|
||||||
<iommu support='no'/>
|
|
||||||
</host>
|
|
||||||
|
|
||||||
<guest>
|
|
||||||
<os_type>hvm</os_type>
|
|
||||||
<arch name='ppc64'>
|
|
||||||
<wordsize>64</wordsize>
|
|
||||||
<emulator>/usr/bin/qemu-system-ppc64</emulator>
|
|
||||||
<domain type='qemu'/>
|
|
||||||
<domain type='kvm'/>
|
|
||||||
</arch>
|
|
||||||
<features>
|
|
||||||
<cpuselection/>
|
|
||||||
<deviceboot/>
|
|
||||||
<disksnapshot default='on' toggle='no'/>
|
|
||||||
</features>
|
|
||||||
</guest>
|
|
||||||
|
|
||||||
</capabilities>
|
|
@ -1,28 +0,0 @@
|
|||||||
<capabilities>
|
|
||||||
|
|
||||||
<host>
|
|
||||||
<cpu>
|
|
||||||
<arch>x86_64</arch>
|
|
||||||
</cpu>
|
|
||||||
<power_management/>
|
|
||||||
<iommu support='no'/>
|
|
||||||
</host>
|
|
||||||
|
|
||||||
<guest>
|
|
||||||
<os_type>hvm</os_type>
|
|
||||||
<arch name='x86_64'>
|
|
||||||
<wordsize>64</wordsize>
|
|
||||||
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
|
||||||
<domain type='qemu'/>
|
|
||||||
<domain type='kvm'/>
|
|
||||||
</arch>
|
|
||||||
<features>
|
|
||||||
<cpuselection/>
|
|
||||||
<deviceboot/>
|
|
||||||
<disksnapshot default='on' toggle='no'/>
|
|
||||||
<acpi default='on' toggle='yes'/>
|
|
||||||
<apic default='on' toggle='no'/>
|
|
||||||
</features>
|
|
||||||
</guest>
|
|
||||||
|
|
||||||
</capabilities>
|
|
@ -1,25 +0,0 @@
|
|||||||
<capabilities>
|
|
||||||
|
|
||||||
<host>
|
|
||||||
<cpu>
|
|
||||||
<arch>riscv32</arch>
|
|
||||||
</cpu>
|
|
||||||
<power_management/>
|
|
||||||
<iommu support='no'/>
|
|
||||||
</host>
|
|
||||||
|
|
||||||
<guest>
|
|
||||||
<os_type>hvm</os_type>
|
|
||||||
<arch name='riscv32'>
|
|
||||||
<wordsize>32</wordsize>
|
|
||||||
<emulator>/usr/bin/qemu-system-riscv32</emulator>
|
|
||||||
<domain type='qemu'/>
|
|
||||||
</arch>
|
|
||||||
<features>
|
|
||||||
<cpuselection/>
|
|
||||||
<deviceboot/>
|
|
||||||
<disksnapshot default='on' toggle='no'/>
|
|
||||||
</features>
|
|
||||||
</guest>
|
|
||||||
|
|
||||||
</capabilities>
|
|
@ -1,25 +0,0 @@
|
|||||||
<capabilities>
|
|
||||||
|
|
||||||
<host>
|
|
||||||
<cpu>
|
|
||||||
<arch>riscv64</arch>
|
|
||||||
</cpu>
|
|
||||||
<power_management/>
|
|
||||||
<iommu support='no'/>
|
|
||||||
</host>
|
|
||||||
|
|
||||||
<guest>
|
|
||||||
<os_type>hvm</os_type>
|
|
||||||
<arch name='riscv64'>
|
|
||||||
<wordsize>64</wordsize>
|
|
||||||
<emulator>/usr/bin/qemu-system-riscv64</emulator>
|
|
||||||
<domain type='qemu'/>
|
|
||||||
</arch>
|
|
||||||
<features>
|
|
||||||
<cpuselection/>
|
|
||||||
<deviceboot/>
|
|
||||||
<disksnapshot default='on' toggle='no'/>
|
|
||||||
</features>
|
|
||||||
</guest>
|
|
||||||
|
|
||||||
</capabilities>
|
|
@ -1,28 +0,0 @@
|
|||||||
<capabilities>
|
|
||||||
|
|
||||||
<host>
|
|
||||||
<cpu>
|
|
||||||
<arch>x86_64</arch>
|
|
||||||
</cpu>
|
|
||||||
<power_management/>
|
|
||||||
<iommu support='no'/>
|
|
||||||
</host>
|
|
||||||
|
|
||||||
<guest>
|
|
||||||
<os_type>hvm</os_type>
|
|
||||||
<arch name='x86_64'>
|
|
||||||
<wordsize>64</wordsize>
|
|
||||||
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
|
||||||
<domain type='qemu'/>
|
|
||||||
<domain type='kvm'/>
|
|
||||||
</arch>
|
|
||||||
<features>
|
|
||||||
<cpuselection/>
|
|
||||||
<deviceboot/>
|
|
||||||
<disksnapshot default='on' toggle='no'/>
|
|
||||||
<acpi default='on' toggle='yes'/>
|
|
||||||
<apic default='on' toggle='no'/>
|
|
||||||
</features>
|
|
||||||
</guest>
|
|
||||||
|
|
||||||
</capabilities>
|
|
@ -128,8 +128,8 @@ testQemuCapsXML(const void *opaque)
|
|||||||
char *capsXml = NULL;
|
char *capsXml = NULL;
|
||||||
virCapsPtr capsProvided = NULL;
|
virCapsPtr capsProvided = NULL;
|
||||||
|
|
||||||
if (virAsprintf(&xmlFile, "%s/qemucaps2xmloutdata/%s.%s.xml",
|
if (virAsprintf(&xmlFile, "%s/qemucaps2xmloutdata/caps.%s.xml",
|
||||||
abs_srcdir, data->base, data->archName) < 0)
|
abs_srcdir, data->archName) < 0)
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
|
|
||||||
if (virAsprintf(&capsFile, "%s/qemucapabilitiesdata/%s.%s.xml",
|
if (virAsprintf(&capsFile, "%s/qemucapabilitiesdata/%s.%s.xml",
|
||||||
|
Loading…
Reference in New Issue
Block a user