On 6/2/26 23:07, Peter Krempa via Devel wrote:
From: Peter Krempa <pkrempa@redhat.com>
The dump is based on QEMU commit 'v11.0.0-1600-g5611a9268d'
Notable changes:
- machine types for the 11.1.0 release added - (auto) deprecated 8.1 machine type - 'poll-weight' property added for 'iothread' object - 'clipboard' property added for 'gtk' display backend - 'vhost-user-rtc' device added - new CPU models/versions - Cascadelake-Server-v6-x86_64-cpu - Cascadelake-Server-v7-x86_64-cpu - ClearwaterForest-v4-x86_64-cpu - DiamondRapids-v2-x86_64-cpu - EPYC-Genoa-v3-x86_64-cpu - EPYC-Milan-v4-x86_64-cpu - EPYC-Turin-v2-x86_64-cpu - GraniteRapids-v6-x86_64-cpu - GraniteRapids-v7-x86_64-cpu - Icelake-Server-v8-x86_64-cpu - Icelake-Server-v9-x86_64-cpu - SapphireRapids-v7-x86_64-cpu - SapphireRapids-v8-x86_64-cpu - SierraForest-v6-x86_64-cpu - Skylake-Server-v6-x86_64-cpu - 'query-kvm' command is now deprecated - removed 'gluster' blockdev backend - 'blkdebug' blockdev backend allows injecting delays - chardev backends support 'encoding' property - 'remaining' amount reported in 'query-migrate' - 'target-info-x86_64' QOM type added - 'x-rdma-chunk-size' migration parameter added
The few changed '.args' files update the machine type to the actual version because they were frozen before we've added a newer capability dump (latest machine type is masked to stabilize test outputs).
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- .../qemu_11.1.0-q35.x86_64-expanded.xml | 1856 + .../qemu_11.1.0-q35.x86_64-supported.xml | 1738 + .../domaincapsdata/qemu_11.1.0-q35.x86_64.xml | 1731 + .../domaincapsdata/qemu_11.1.0-tcg.x86_64.xml | 2856 + tests/domaincapsdata/qemu_11.1.0.x86_64.xml | 1729 + .../caps_11.1.0_x86_64.replies | 49275 ++++++++++++++++ .../caps_11.1.0_x86_64.xml | 5767 ++ ...host-model-fallback-kvm.x86_64-11.0.0.args | 2 +- ...-host-model-fallback-kvm.x86_64-11.0.0.xml | 2 +- ...host-model-fallback-tcg.x86_64-11.0.0.args | 2 +- ...-host-model-fallback-tcg.x86_64-11.0.0.xml | 2 +- .../cpu-host-model-kvm.x86_64-11.0.0.args | 2 +- .../cpu-host-model-kvm.x86_64-11.0.0.xml | 2 +- ...st-model-nofallback-kvm.x86_64-11.0.0.args | 2 +- ...ost-model-nofallback-kvm.x86_64-11.0.0.xml | 2 +- ...st-model-nofallback-tcg.x86_64-11.0.0.args | 2 +- ...ost-model-nofallback-tcg.x86_64-11.0.0.xml | 2 +- .../cpu-host-model-tcg.x86_64-11.0.0.args | 2 +- .../cpu-host-model-tcg.x86_64-11.0.0.xml | 2 +- 19 files changed, 64964 insertions(+), 12 deletions(-) create mode 100644 tests/domaincapsdata/qemu_11.1.0-q35.x86_64-expanded.xml create mode 100644 tests/domaincapsdata/qemu_11.1.0-q35.x86_64-supported.xml create mode 100644 tests/domaincapsdata/qemu_11.1.0-q35.x86_64.xml create mode 100644 tests/domaincapsdata/qemu_11.1.0-tcg.x86_64.xml create mode 100644 tests/domaincapsdata/qemu_11.1.0.x86_64.xml create mode 100644 tests/qemucapabilitiesdata/caps_11.1.0_x86_64.replies create mode 100644 tests/qemucapabilitiesdata/caps_11.1.0_x86_64.xml
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal