]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Update for 7.5.0
authorPeter Krempa <pkrempa@redhat.com>
Mon, 28 Jun 2021 09:44:35 +0000 (11:44 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 29 Jun 2021 12:39:01 +0000 (14:39 +0200)
Mention fixing of disk iothread validation and the disk serial
truncation state.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
NEWS.rst

index 2c7180cb958b25182fe6bff6a1ff8e6c8ebc2767..935b0d0aada2f5c99ec851fe3f7c3ed90e2c95fe 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -22,8 +22,20 @@ v7.5.0 (unreleased)
 
 * **Improvements**
 
+  * docs: Document disk serial truncation status quo
+
+    Disk ``<serial>`` is being truncated by QEMU before passed to the guest.
+    Since it's impossible to fix it without running into further regressions
+    the documentation was improved to document the intricacies.
+
 * **Bug fixes**
 
+  * qemu: Fixed validation of disk ``iothread`` configuration
+
+    The validation of ``iothread`` config was previously moved to a place where
+    it caused bogus errors when address wasn't allocated when hotplugging a
+    disk. The check is now removed as it wasn't actually necessary at all.
+
 
 v7.4.0 (2021-06-01)
 ===================