[PATCH] NEWS: Mention two user-visible bug fixes

Peter Krempa posted 1 patch 1 year, 1 month ago
Failed in applying to current master (apply log)
NEWS.rst | 12 ++++++++++++
1 file changed, 12 insertions(+)
[PATCH] NEWS: Mention two user-visible bug fixes
Posted by Peter Krempa 1 year, 1 month ago
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
Re: [PATCH] NEWS: Mention two user-visible bug fixes
Posted by Andrea Bolognani 1 year, 1 month ago
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