]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Mention two user-visible bug fixes
authorPeter Krempa <pkrempa@redhat.com>
Tue, 28 Feb 2023 16:22:32 +0000 (17:22 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 28 Feb 2023 20:54:06 +0000 (21:54 +0100)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
NEWS.rst

index af7a3b2c7665ad2e32fb8c2393660e311c0189e2..683c147af0c602f0e87be7b943b4d2098748e225 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -81,6 +81,18 @@ v9.1.0 (unreleased)
     (NB: On systems that use them, it is still necessary to disable
     SELinux/AppArmor to start passt.)
 
+  * qemu: Fix error when attempting to change media in a CDROM drive
+
+    Due to a logic bug introduced in libvirt-9.0 attempts to change media in a
+    CDROM would previously fail with an error stating that the tray isn't open.
+
+  * qemu: Properly handle block job transitions
+
+    Starting with libvirt-9.0 the block job state machine improperly handled
+    some job transitions, which resulted into some block jobs not being
+    properly terminated. This could cause problems such as errors when
+    detaching a disk after snapshot.
+
 
 v9.0.0 (2023-01-16)
 ===================