
On Mon, May 27, 2024 at 16:26:44 +0200, Peter Krempa wrote:
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 - 'query-machines' gained 'compat-props' boolean and it returns various
The end of the sentence is missing here.
- '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 fields under 'compat-props'
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> --- .../domaincapsdata/qemu_9.1.0-q35.x86_64.xml | 290 + .../domaincapsdata/qemu_9.1.0-tcg.x86_64.xml | 289 + tests/domaincapsdata/qemu_9.1.0.x86_64.xml | 290 + .../caps_9.1.0_x86_64.replies | 43370 ++++++++++++++++ .../caps_9.1.0_x86_64.xml | 3946 ++ ...host-model-fallback-kvm.x86_64-latest.args | 2 +- ...host-model-fallback-tcg.x86_64-latest.args | 2 +- ...cpu-host-model-features.x86_64-latest.args | 2 +- .../cpu-host-model-kvm.x86_64-latest.args | 2 +- ...st-model-nofallback-kvm.x86_64-latest.args | 2 +- ...st-model-nofallback-tcg.x86_64-latest.args | 2 +- .../cpu-host-model-tcg.x86_64-latest.args | 2 +- 12 files changed, 48192 insertions(+), 7 deletions(-) create mode 100644 tests/domaincapsdata/qemu_9.1.0-q35.x86_64.xml create mode 100644 tests/domaincapsdata/qemu_9.1.0-tcg.x86_64.xml create mode 100644 tests/domaincapsdata/qemu_9.1.0.x86_64.xml create mode 100644 tests/qemucapabilitiesdata/caps_9.1.0_x86_64.replies create mode 100644 tests/qemucapabilitiesdata/caps_9.1.0_x86_64.xml
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>