From: Peter Krempa Date: Mon, 30 Jun 2025 12:05:00 +0000 (+0200) Subject: NEWS: Mention 'virsh await' and proper emulation of USB cdroms X-Git-Tag: v11.5.0~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0360263f342ae41a047963e0fb62e46e64003a1a;p=thirdparty%2Flibvirt.git NEWS: Mention 'virsh await' and proper emulation of USB cdroms Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- diff --git a/NEWS.rst b/NEWS.rst index 089224cbe3..3ffdceda81 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -58,6 +58,12 @@ v11.5.0 (unreleased) + * 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) ====================