]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuxmlconftest: Add tests for the ACPI stripping hack on s390
authorPeter Krempa <pkrempa@redhat.com>
Wed, 31 Jul 2024 10:38:23 +0000 (12:38 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 6 Aug 2024 13:12:14 +0000 (15:12 +0200)
commit432e442ca8eeb4ed8c0dcc3a3c7d723f85b38c40
tree779357fcdb33f6cfd69198b1db24f37e966753d4
parent4ba4f659e42a30c3fa8ece414616a23a992acfaa
qemuxmlconftest: Add tests for the ACPI stripping hack on s390

Replace the 'misc-acpi' case by testing a bunch of architectures for how
ACPI is handled including a test for the s390 ACPI strip hack added in
previous commit.

The input files are adapted from the corresponding '-minimal.xml' files.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
13 files changed:
tests/qemuxmlconfdata/aarch64-noacpi-acpi.aarch64-latest.err [new file with mode: 0644]
tests/qemuxmlconfdata/aarch64-noacpi-acpi.xml [new file with mode: 0644]
tests/qemuxmlconfdata/misc-acpi.x86_64-latest.args [deleted file]
tests/qemuxmlconfdata/misc-acpi.x86_64-latest.xml [deleted file]
tests/qemuxmlconfdata/misc-acpi.xml [deleted file]
tests/qemuxmlconfdata/riscv64-virt-acpi.riscv64-latest.args [new file with mode: 0644]
tests/qemuxmlconfdata/riscv64-virt-acpi.riscv64-latest.xml [new file with mode: 0644]
tests/qemuxmlconfdata/riscv64-virt-acpi.xml [new file with mode: 0644]
tests/qemuxmlconfdata/s390x-ccw-acpi.s390x-latest.abi-update.err [new file with mode: 0644]
tests/qemuxmlconfdata/s390x-ccw-acpi.s390x-latest.args [new file with mode: 0644]
tests/qemuxmlconfdata/s390x-ccw-acpi.s390x-latest.xml [new file with mode: 0644]
tests/qemuxmlconfdata/s390x-ccw-acpi.xml [new file with mode: 0644]
tests/qemuxmlconftest.c