NEWS.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
---
NEWS.rst | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/NEWS.rst b/NEWS.rst
index d1f88b3d59..ca93c24150 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -80,6 +80,18 @@ v9.1.0 (unreleased)
(NB: it is still necessary to disable SELinux 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)
===================
--
2.39.2
On Tue, Feb 28, 2023 at 05:23:00PM +0100, Peter Krempa wrote: > + * 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. Maybe s/transitions which/transitions, which/ ? Either way, make sure that we still have *two* empty lines between sections after your changes have been applied. Reviewed-by: Andrea Bolognani <abologna@redhat.com> -- Andrea Bolognani / Red Hat / Virtualization
© 2016 - 2026 Red Hat, Inc.