qemucapabilitiestest: Add test data for qemu-9.1 dev cycle
commitf38c2c3729bc69582f0e3ec1154fd69121dd1743
authorPeter Krempa <pkrempa@redhat.com>
Mon, 29 Apr 2024 13:07:17 +0000 (29 15:07 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 28 May 2024 07:51:40 +0000 (28 09:51 +0200)
treefbe3815a5108a83cce83da6317dcdeadf62db56a
parent0a2508ee771ef3a1abf7b6840b551460e8f5512a
qemucapabilitiestest: Add test data for qemu-9.1 dev cycle

Add test data based on qemu commit v9.0.0-995-g60b54b67c6 on x86_64

Comparison to previous release:

Feature additions:
 - 9.1 machine type added
 - 'SierraForest' cpu type added
 - 'SapphireRapids-v3-x86_64-cpu' added
 - 'VFIO_MIGRATION' event added (and corresponding 'migration-events'
   bool for the device
 - 'exit-on-error' argument for 'migrate-incoming' added
 - 'sev-guest' gained 'legacy-vm-type' boolean
 - cpu topology added 'module' fields
 - 'compat-props' argument 'query-machines' added
 - 'deprecated-props' argument for 'query-cpu-model-expansion' added

Deprecated removals:
 - legacy non-shared-storage migration fully removed (config/stats)
 - legacy migration compression fully removed
 - RDMA support removed
 - dropped 'nios2' field type from 'query-cpus-fast' return data

Note that this dump was done on a newer kernel version which resulted in
the 'pcommit' feature being removed from the few test cases which depend
on the real CPU flag dump.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
12 files changed:
tests/domaincapsdata/qemu_9.1.0-q35.x86_64.xml [new file with mode: 0644]
tests/domaincapsdata/qemu_9.1.0-tcg.x86_64.xml [new file with mode: 0644]
tests/domaincapsdata/qemu_9.1.0.x86_64.xml [new file with mode: 0644]
tests/qemucapabilitiesdata/caps_9.1.0_x86_64.replies [new file with mode: 0644]
tests/qemucapabilitiesdata/caps_9.1.0_x86_64.xml [new file with mode: 0644]
tests/qemuxmlconfdata/cpu-host-model-fallback-kvm.x86_64-latest.args
tests/qemuxmlconfdata/cpu-host-model-fallback-tcg.x86_64-latest.args
tests/qemuxmlconfdata/cpu-host-model-features.x86_64-latest.args
tests/qemuxmlconfdata/cpu-host-model-kvm.x86_64-latest.args
tests/qemuxmlconfdata/cpu-host-model-nofallback-kvm.x86_64-latest.args
tests/qemuxmlconfdata/cpu-host-model-nofallback-tcg.x86_64-latest.args
tests/qemuxmlconfdata/cpu-host-model-tcg.x86_64-latest.args