mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
qemucapabilitiestest: Update qemu-9.0 capabilities for RC1
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>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<domain>kvm</domain>
|
||||
<machine>pc-q35-9.0</machine>
|
||||
<arch>x86_64</arch>
|
||||
<vcpu max='1024'/>
|
||||
<vcpu max='4096'/>
|
||||
<iothreads supported='yes'/>
|
||||
<os supported='yes'>
|
||||
<enum name='firmware'>
|
||||
|
||||
Reference in New Issue
Block a user