]> xenbits.xensource.com Git - libvirt.git/commit
tests: Update capabilities for QEMU 8.1.0 on s390x
authorAndrea Bolognani <abologna@redhat.com>
Fri, 9 Feb 2024 15:44:09 +0000 (16:44 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 12 Feb 2024 10:28:12 +0000 (11:28 +0100)
commitf9ed4d385ab8a32155ae2aeabc54349f514d18d7
treefc597456c98959061c4e74a069b779702b97a8ae
parent6e58fba9e451ccdd1fe1a51bc4a12c505e4ef82d
tests: Update capabilities for QEMU 8.1.0 on s390x

The existing capabilities were generated against a build made
quite early in the QEMU 8.1.0 development cycle. Update them
to match the final release.

A notable effect of this is that the recently introduced
s390-usb-model test now passes instead of failing: QEMU 8.1.0
enables several new devices on s390x, including the qemu-xhci
USB controller.

There's a small amount of additional churn caused by the fact
that the machine on which I have generated these capabilities
is apparently slightly less fancy than the one used originally.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
12 files changed:
tests/domaincapsdata/qemu_8.1.0.s390x.xml
tests/qemucapabilitiesdata/caps_8.1.0_s390x.replies
tests/qemucapabilitiesdata/caps_8.1.0_s390x.xml
tests/qemuxmlconfdata/default-video-type-s390x.s390x-latest.args
tests/qemuxmlconfdata/hostdev-vfio-zpci-ccw-memballoon.s390x-latest.args
tests/qemuxmlconfdata/launch-security-s390-pv.s390x-latest.args
tests/qemuxmlconfdata/s390-default-cpu-kvm-ccw-virtio-4.2.s390x-latest.args
tests/qemuxmlconfdata/s390-defaultconsole.s390x-latest.args
tests/qemuxmlconfdata/s390-panic.s390x-latest.args
tests/qemuxmlconfdata/s390-usb-model.s390x-latest.args [new file with mode: 0644]
tests/qemuxmlconfdata/s390-usb-model.s390x-latest.err [deleted file]
tests/qemuxmlconftest.c