mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 12:05:17 +00:00
tests: Update qemucaps2xml for QEMU 4.0.0 on x86_64
Commit fb0d0d6c5492 added capabilities data and updated qemucapabilitiestest but forgot to update qemucaps2xmltest at the same time. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
ad25a68826
commit
bca2346641
28
tests/qemucaps2xmloutdata/caps_4.0.0.x86_64.xml
Normal file
28
tests/qemucaps2xmloutdata/caps_4.0.0.x86_64.xml
Normal file
@ -0,0 +1,28 @@
|
||||
<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>
|
@ -198,6 +198,7 @@ mymain(void)
|
||||
DO_TEST("x86_64", "caps_2.12.0");
|
||||
DO_TEST("x86_64", "caps_3.0.0");
|
||||
DO_TEST("x86_64", "caps_3.1.0");
|
||||
DO_TEST("x86_64", "caps_4.0.0");
|
||||
DO_TEST("aarch64", "caps_2.6.0");
|
||||
DO_TEST("aarch64", "caps_2.10.0");
|
||||
DO_TEST("aarch64", "caps_2.12.0");
|
||||
|
Loading…
x
Reference in New Issue
Block a user