qemuxml2argvtest: Drop negative test cases for 'pseries' machine features

All of the tested features are always present in the 'pseries' machine
with oldest-supported qemu-4.2, thus the tests don't make sense any
more.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa 2023-03-21 15:56:41 +01:00
parent 8f430f453b
commit 21b9f65ec0
15 changed files with 0 additions and 122 deletions

View File

@ -1 +0,0 @@
unsupported configuration: ccf-assist configuration is not supported by this QEMU binary

View File

@ -1,14 +0,0 @@
<domain type='qemu'>
<name>guest</name>
<uuid>1ccfd97d-5eb4-478a-bbe6-88d254c16db7</uuid>
<memory unit='KiB'>524288</memory>
<os>
<type arch='ppc64' machine='pseries'>hvm</type>
</os>
<features>
<ccf-assist state='on'/>
</features>
<devices>
<emulator>/usr/bin/qemu-system-ppc64</emulator>
</devices>
</domain>

View File

@ -1 +0,0 @@
unsupported configuration: cfpc configuration is not supported by this QEMU binary

View File

@ -1,14 +0,0 @@
<domain type='qemu'>
<name>guest</name>
<uuid>1ccfd97d-5eb4-478a-bbe6-88d254c16db7</uuid>
<memory unit='KiB'>524288</memory>
<os>
<type arch='ppc64' machine='pseries'>hvm</type>
</os>
<features>
<cfpc value='fixed'/>
</features>
<devices>
<emulator>/usr/bin/qemu-system-ppc64</emulator>
</devices>
</domain>

View File

@ -1 +0,0 @@
unsupported configuration: Configuring the page size for HPT guests is not supported by this QEMU binary

View File

@ -1,16 +0,0 @@
<domain type='qemu'>
<name>guest</name>
<uuid>1ccfd97d-5eb4-478a-bbe6-88d254c16db7</uuid>
<memory unit='KiB'>524288</memory>
<os>
<type arch='ppc64' machine='pseries'>hvm</type>
</os>
<features>
<hpt resizing='required'>
<maxpagesize unit='GiB'>1</maxpagesize>
</hpt>
</features>
<devices>
<emulator>/usr/bin/qemu-system-ppc64</emulator>
</devices>
</domain>

View File

@ -1 +0,0 @@
unsupported configuration: HTM configuration is not supported by this QEMU binary

View File

@ -1,14 +0,0 @@
<domain type='qemu'>
<name>guest</name>
<uuid>1ccfd97d-5eb4-478a-bbe6-88d254c16db7</uuid>
<memory unit='KiB'>524288</memory>
<os>
<type arch='ppc64' machine='pseries'>hvm</type>
</os>
<features>
<htm state='on'/>
</features>
<devices>
<emulator>/usr/bin/qemu-system-ppc64</emulator>
</devices>
</domain>

View File

@ -1 +0,0 @@
unsupported configuration: ibs configuration is not supported by this QEMU binary

View File

@ -1,14 +0,0 @@
<domain type='qemu'>
<name>guest</name>
<uuid>1ccfd97d-5eb4-478a-bbe6-88d254c16db7</uuid>
<memory unit='KiB'>524288</memory>
<os>
<type arch='ppc64' machine='pseries'>hvm</type>
</os>
<features>
<ibs value='fixed-ccd'/>
</features>
<devices>
<emulator>/usr/bin/qemu-system-ppc64</emulator>
</devices>
</domain>

View File

@ -1 +0,0 @@
unsupported configuration: Nested HV configuration is not supported by this QEMU binary

View File

@ -1,14 +0,0 @@
<domain type='qemu'>
<name>guest</name>
<uuid>1ccfd97d-5eb4-478a-bbe6-88d254c16db7</uuid>
<memory unit='KiB'>524288</memory>
<os>
<type arch='ppc64' machine='pseries'>hvm</type>
</os>
<features>
<nested-hv state='on'/>
</features>
<devices>
<emulator>/usr/bin/qemu-system-ppc64</emulator>
</devices>
</domain>

View File

@ -1 +0,0 @@
unsupported configuration: sbbc configuration is not supported by this QEMU binary

View File

@ -1,14 +0,0 @@
<domain type='qemu'>
<name>guest</name>
<uuid>1ccfd97d-5eb4-478a-bbe6-88d254c16db7</uuid>
<memory unit='KiB'>524288</memory>
<os>
<type arch='ppc64' machine='pseries'>hvm</type>
</os>
<features>
<sbbc value='workaround'/>
</features>
<devices>
<emulator>/usr/bin/qemu-system-ppc64</emulator>
</devices>
</domain>

View File

@ -2004,21 +2004,6 @@ mymain(void)
DO_TEST_CAPS_ARCH_VER("pseries-features", "ppc64", "4.2.0");
DO_TEST_CAPS_LATEST_PPC64("pseries-features");
/* parse error: no QEMU_CAPS_MACHINE_PSERIES_CAP_HPT_MAX_PAGE_SIZE */
DO_TEST_PARSE_ERROR_NOCAPS("pseries-features-hpt-pagesize");
/* parse error: no QEMU_CAPS_MACHINE_PSERIES_CAP_HTM */
DO_TEST_PARSE_ERROR_NOCAPS("pseries-features-htm");
/* parse error: no QEMU_CAPS_MACHINE_PSERIES_CAP_NESTED_HV */
DO_TEST_PARSE_ERROR_NOCAPS("pseries-features-nested-hv");
/* parse error: no QEMU_CAPS_MACHINE_PSERIES_CAP_CCF_ASSIST */
DO_TEST_PARSE_ERROR_NOCAPS("pseries-features-ccf");
/* parse error: no QEMU_CAPS_MACHINE_PSERIES_CFPC */
DO_TEST_PARSE_ERROR_NOCAPS("pseries-features-cfpc");
/* parse error: no QEMU_CAPS_MACHINE_PSERIES_SBBC */
DO_TEST_PARSE_ERROR_NOCAPS("pseries-features-sbbc");
/* parse error: no QEMU_CAPS_MACHINE_PSERIES_IBS */
DO_TEST_PARSE_ERROR_NOCAPS("pseries-features-ibs");
DO_TEST_PARSE_ERROR_NOCAPS("pseries-features-invalid-machine");
DO_TEST_CAPS_LATEST_PPC64("pseries-serial-native");