]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Mention systemd unit dependency fixes and virtio video device model selection
authorPeter Krempa <pkrempa@redhat.com>
Fri, 26 Jun 2026 07:00:24 +0000 (09:00 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 29 Jun 2026 12:36:29 +0000 (14:36 +0200)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
NEWS.rst

index a05fd43120936193716c63027316d635f7eecb1c..8ec9f31a296050964d02be95375c1d9abcca5eb6 100644 (file)
--- 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)
 ====================