From: Michal Privoznik Date: Mon, 4 May 2020 07:14:33 +0000 (+0200) Subject: news: Update for libvirt 6.3.0 X-Git-Tag: v6.3.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b0f46343cca45a177c18694b184901848110ee6;p=thirdparty%2Flibvirt.git news: Update for libvirt 6.3.0 Signed-off-by: Michal Privoznik Reviewed-by: Andrea Bolognani --- diff --git a/docs/news.xml b/docs/news.xml index 80819aec23..1292390535 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -121,8 +121,82 @@
+ + + qemu: Allow checkpoint redefine for offline VMs + + + Skip the liveness and capability checks when redefining checkpoints as + we don't need QEMU interactions to update the metadata. + + + + + daemons: Improve timeout handling + + + Daemons now support --timeout 0 which suppresses daemon + killing after given time of inactivity. + + + + + qemu: Add support for 'multidevs' option + + + This option prevents misbehaviours on guest if a QEMU 9pfs export + contains multiple devices, due to the potential file ID collisions + this otherwise may cause. + +
+ + + qemu: Various embed driver fixes + + + When using shared resources from embed driver (e.g. hugepages, + machined, etc.) libvirt now generates an unique handler that is not + conflicting with other embed drivers or system or session daemons. + + + + + cpu: Distinguish Cascadelake-Server from Skylake-Server + + + Libvirt now properly detects Cascadelake-Server and Skylake-Server + processors which differ only in stepping. + + + + + qemu: Fix domain restore from a block device + + + When using namespaces, libvirt was unable to restore a domain from a + block device because libvirt tried to relabel the device inside the + namespace while QEMU was given FD to the block device in the host. + + + + + node_device_udev: Handle move events + + + Libvirt now handles move event which is emitted on a NIC rename. + + + + + qemu: Fix capabilities probing with TCG + + + Libvirt no long assumes TCG is always available. It now detects + whether QEMU supports TCG and reports it accordingly. + +