mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 12:35:17 +00:00
2c47088e76
Update to commit v6.2.0-2296-g9f0369efb0 Notable changes: - 'tls-hostname' field for NBD client to override local hostname - machine types 'pc-i440fx-1.7' and older are now deprecated - 'snapshot-access' block driver added - The 'protocol' field of 'set_password' and 'expire_password' parameter is now an enum instead of a pure string allowing 'vnc' and 'spice' as value and the arguments are also covered by the schema. - 'copy-before-write' block driver now has a 'bitmap' property - 'query-migrate' now reports 'precopy-bytes', 'downtime-bytes', 'postcopy-bytes' for 'ram' and 'disk' statistics - RTC_CHANGE event now has a 'qom-path' property to identify the RTC - 'umip' cpu feature is now migratable - SGX property 'section-size' reinstated after regression Changes in build setting: - fuse block export support now enabled Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>