
On Tue, Apr 02, 2024 at 03:34:42PM +0200, Peter Krempa wrote:
Update the capabilities to v9.0.0-rc1-55-g7fcf7575f3
Notable changes: - Q35 machine now supports 4096 cpus
- 'kvm-asyncpf-vmexit' cpu feature added - 'x2apic' cpu feature is now migratable
- LUKS detached header support added - LUKS sm4 cipher alg support added
- 'console' chardev backend type removed - 'memory' chardev backend type deprecated
- 'mapped-ram' migration capability added - 'zero-page-detection' migration parameter added
- 'acpi-generic-initiator' 'object' added
- 'request-ebpf' QMP command added
- 'legacy-reset', 'resettable-container', 'vhost-user-snd*' QOM types added
- 'vdpa' property added for following device models: - virtio-balloon-pci - virtio-blk-pci - virtio-gpu-pci - virtio-iommu-pci - virtio-mem-pci - virtio-net-pci - virtio-scsi-pci
- 'win2k-install-hack' property of 'ide-hd' added - 'aw-bits', 'granule', properties of 'virtio-iommu-pci' added - 'ebpf-rss-fds' property of 'virtio-net-pci' added
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- .../domaincapsdata/qemu_9.0.0-q35.x86_64.xml | 2 +- .../domaincapsdata/qemu_9.0.0-tcg.x86_64.xml | 1 + .../caps_9.0.0_x86_64.replies | 4240 +++++++++-------- .../caps_9.0.0_x86_64.xml | 89 +- ...host-model-fallback-tcg.x86_64-latest.args | 2 +- ...st-model-nofallback-tcg.x86_64-latest.args | 2 +- .../cpu-host-model-tcg.x86_64-latest.args | 2 +- 7 files changed, 2212 insertions(+), 2126 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>