From: Peter Krempa Date: Fri, 26 Jun 2026 07:00:24 +0000 (+0200) Subject: NEWS: Mention systemd unit dependency fixes and virtio video device model selection X-Git-Tag: v12.5.0-rc2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e40be3ece6ecab66d0af150111aa07ca4558a3c;p=thirdparty%2Flibvirt.git NEWS: Mention systemd unit dependency fixes and virtio video device model selection Signed-off-by: Peter Krempa Reviewed-by: Jiri Denemark --- diff --git a/NEWS.rst b/NEWS.rst index a05fd43120..8ec9f31a29 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -21,6 +21,22 @@ v12.5.0 (unreleased) * **Bug fixes** + * Ensure proper shutdown ordering of ``virtlogd`` and ``virtlockd`` + + The logging and locking helper daemons now shutdown after the daemon running + the ``qemu`` hypervisor driver since their services may be needed to shutdown + the VMs run by the qemu driver. + + * qemu: Record selected ``virtio`` video device model into the XML + + The ``qemu`` driver may depending on platform and installed QEMU modules + pick one of two distinct virtio video device types for the primary device. + + The choice was not recorded in the XML and since the devices are incompatible + it can cause failures on migration when the destination picks the wrong + device. This version thus records the picked device both for running VMs + on upgrade and for new devices to prevent this problem in the future. + v12.4.0 (2026-06-01) ====================