From: Peter Krempa Date: Tue, 28 Feb 2023 16:22:32 +0000 (+0100) Subject: NEWS: Mention two user-visible bug fixes X-Git-Tag: v9.1.0~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=541670dd5cc33f621f1199e5421efd2c79c25b1a;p=thirdparty%2Flibvirt.git NEWS: Mention two user-visible bug fixes Signed-off-by: Peter Krempa Reviewed-by: Andrea Bolognani --- diff --git a/NEWS.rst b/NEWS.rst index af7a3b2c76..683c147af0 100644 --- 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) ===================