]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Mention 'virsh await' and proper emulation of USB cdroms
authorPeter Krempa <pkrempa@redhat.com>
Mon, 30 Jun 2025 12:05:00 +0000 (14:05 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 30 Jun 2025 14:57:13 +0000 (16:57 +0200)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
NEWS.rst

index 089224cbe359d9938dcee3ec7a76438f6168b040..3ffdceda81f3d3e9708bf9edd2e35d28250f37c6 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -58,6 +58,12 @@ v11.5.0 (unreleased)
         </enum>
       </console>
 
+  * virsh: Add waiting for domain state via ``virsh await``
+
+    The new helper command ``virsh await`` simplifies waiting on domain state
+    which is normally announced via events. Currently two waiting conditions are
+    implemented: ``domain-inactive``, and ``guest-agent-available``.
+
 * **Bug fixes**
 
   * qemu: Be more forgiving when acquiring QUERY job when formatting domain XML
@@ -72,6 +78,12 @@ v11.5.0 (unreleased)
     shared filesystem (via the ``shared_filesystems`` option in ``qemu.conf``
     would not be properly detected as being on a shared filesystem.
 
+  * qemu: Properly emulate USB cdrom device
+
+    CD-ROM devices on USB bus are now properly emulated as such which was not
+    the case since libvirt switched to the modern qemu commandline sytnax for
+    storage backends.
+
 
 v11.4.0 (2025-06-02)
 ====================