]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: qemucapabilities: Add test data for the qemu-9.2 dev cycle
authorPeter Krempa <pkrempa@redhat.com>
Wed, 4 Sep 2024 08:29:17 +0000 (10:29 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 16 Oct 2024 12:39:09 +0000 (14:39 +0200)
commit9cff1e29d31ca704e9651fa1eda31fd8fc29038b
treeb60b6dde4e10ca853649de189111700903e76e57
parentec47e2e0fd29a1f74119e826fbd13cdb44c60eed
tests: qemucapabilities: Add test data for the qemu-9.2 dev cycle

Introduce capabilities based on qemu commit 'v9.1.0-803-g05adb38839'.

Notable changes:
    - new 9.2 machine types
    - 'gluster' disk backend deprecated
    - 'reconnect' option of chardevs replaced by 'reconnect-ms'
        - this includes test output changes happening in this patch
          as 'reconnect' was deprecated in the same patch that
          introduced 'reconnect-ms' and thus couldn't be changed
          incrementally
    - cpu flags:
        - 'ibpb-brtype' added
        - 'vmx-exit-secondary-ctls' added
        - 'vmx-entry-load-rtit-ctl' added
    - migration capabilities/parameters
        - 'zero-blocks' deprecated
        - 'multifd-qatzip-level' added
    - 'pty' chardev backend gained 'path' attribute
    - 'cris' and 'she4b' arches removed (from 'query-cpus-fast' data)
    - 'copy-before-write' block filter gained 'min-cluster-size'
    - 'vhost-user-scmi', 'serial-mm' removed

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
17 files changed:
tests/domaincapsdata/qemu_9.2.0-q35.x86_64.xml [new file with mode: 0644]
tests/domaincapsdata/qemu_9.2.0-tcg.x86_64.xml [new file with mode: 0644]
tests/domaincapsdata/qemu_9.2.0.x86_64.xml [new file with mode: 0644]
tests/qemucapabilitiesdata/caps_9.2.0_x86_64.replies [new file with mode: 0644]
tests/qemucapabilitiesdata/caps_9.2.0_x86_64.xml [new file with mode: 0644]
tests/qemuxmlconfdata/chardev-backends-json.x86_64-9.1.0.args
tests/qemuxmlconfdata/chardev-backends-json.x86_64-9.1.0.xml
tests/qemuxmlconfdata/chardev-backends-json.x86_64-latest.args
tests/qemuxmlconfdata/chardev-backends.x86_64-9.1.0.args
tests/qemuxmlconfdata/chardev-backends.x86_64-9.1.0.xml
tests/qemuxmlconfdata/chardev-backends.x86_64-latest.args
tests/qemuxmlconfdata/chardev-reconnect.x86_64-9.1.0.args
tests/qemuxmlconfdata/chardev-reconnect.x86_64-9.1.0.xml
tests/qemuxmlconfdata/chardev-reconnect.x86_64-latest.args
tests/qemuxmlconfdata/disk-vhostuser-numa.x86_64-latest.args
tests/qemuxmlconfdata/disk-vhostuser.x86_64-latest.args
tests/qemuxmlconfdata/net-vhostuser-multiq.x86_64-latest.args