mirror of https://gitee.com/openkylin/libvirt.git
tests: Update qemucaps2xml for QEMU 4.0.0 on x86_64
Commit fb0d0d6c54
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
|
@ -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…
Reference in New Issue