
On a Wednesday in 2025, Peter Krempa via Devel wrote:
From: Peter Krempa <pkrempa@redhat.com>
Notable changes: - 'netdev_add' now supports 'passt' - new command 'qom-list-get' - 'query-block' and 'query-named-block-nodes' returns also 'children' links - 'gtk' graphics backend added 'keep-aspect-ratio' and 'scale' properties - 'query-migrate' now reports 'postcopy-latency', 'postcopy-non-vcpu-latency' and 'postcopy-vcpu-latency' - new unstable command 'x-accel-stats' - 'x-query-opcount' unstable command removed - 'arch-capabilities' CPU flag no longer explsed on AMD cpus
*exposed
(this also causes the qemuxmlconftest changes)
- new named cpu models: - GraniteRapids-v3-x86_64-cpu - SapphireRapids-v4-x86_64-cpu - SierraForest-v3-x86_64-cpu - YongFeng-v3-x86_64-cpu
- new devices - cxl-fmw
- PIIX4_PM/ICH9-LPC added 'bus' property - vfio-pci added 'x-migration-load-config-after-iter', 'x-migration-max-queued-buffers-size', 'x-pci-class-code'
- virtio-gpu added 'optputs' property - virtio-net added: - 'hash-ipv4','hash-ipv6','hash-ipv6ex' - 'hash-tcp4','hash-tcp6','hash-tcp6ex' - 'hash-udp4','hash-udp6','hash-udp6ex'
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- .../domaincapsdata/qemu_10.1.0-q35.x86_64.xml | 38 +- tests/domaincapsdata/qemu_10.1.0.x86_64.xml | 38 +- .../caps_10.1.0_x86_64.replies | 6197 ++++++++++------- .../caps_10.1.0_x86_64.xml | 355 +- ...host-model-fallback-kvm.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 +- 8 files changed, 3925 insertions(+), 2711 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano