mirror of https://gitee.com/openkylin/libvirt.git
tests: Add capabilities data for QEMU 3.1.0 on ppc64
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
094c97ffad
commit
e95bcd8d18
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -186,6 +186,7 @@ mymain(void)
|
|||
DO_TEST("ppc64", "caps_2.10.0");
|
||||
DO_TEST("ppc64", "caps_2.12.0");
|
||||
DO_TEST("ppc64", "caps_3.0.0");
|
||||
DO_TEST("ppc64", "caps_3.1.0");
|
||||
DO_TEST("s390x", "caps_2.7.0");
|
||||
DO_TEST("s390x", "caps_2.8.0");
|
||||
DO_TEST("s390x", "caps_2.9.0");
|
||||
|
|
|
@ -0,0 +1,26 @@
|
|||
<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>
|
|
@ -208,6 +208,7 @@ mymain(void)
|
|||
DO_TEST("ppc64", "caps_2.10.0");
|
||||
DO_TEST("ppc64", "caps_2.12.0");
|
||||
DO_TEST("ppc64", "caps_3.0.0");
|
||||
DO_TEST("ppc64", "caps_3.1.0");
|
||||
DO_TEST("s390x", "caps_2.7.0");
|
||||
DO_TEST("s390x", "caps_2.8.0");
|
||||
DO_TEST("s390x", "caps_2.9.0");
|
||||
|
|
Loading…
Reference in New Issue