mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
9cff1e29d3
Introduce capabilities based on qemu commit 'v9.1.0-803-g05adb38839'. Notable changes: - new 9.2 machine types - 'gluster' disk backend deprecated - 'reconnect' option of chardevs replaced by 'reconnect-ms' - this includes test output changes happening in this patch as 'reconnect' was deprecated in the same patch that introduced 'reconnect-ms' and thus couldn't be changed incrementally - cpu flags: - 'ibpb-brtype' added - 'vmx-exit-secondary-ctls' added - 'vmx-entry-load-rtit-ctl' added - migration capabilities/parameters - 'zero-blocks' deprecated - 'multifd-qatzip-level' added - 'pty' chardev backend gained 'path' attribute - 'cris' and 'she4b' arches removed (from 'query-cpus-fast' data) - 'copy-before-write' block filter gained 'min-cluster-size' - 'vhost-user-scmi', 'serial-mm' removed Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>