
Mention fixing of disk iothread validation and the disk serial truncation state. Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- NEWS.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 2c7180cb95..3da2047d36 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -22,8 +22,19 @@ 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 ``iotrhead`` 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) =================== -- 2.31.1

On Mon, Jun 28, 2021 at 11:45:31AM +0200, Peter Krempa wrote:
* **Improvements**
+ * docs: Document disk serial truncation status quo
One leading spaces too many.
+ Disk ``<serial>`` is being truncated by qemu before passed to the guest.
s/qemu/QEMU/
* **Bug fixes**
+ * qemu: Fixed validation of disk ``iothread`` configuration
One leading spaces too many.
+ The validation of ``iotrhead`` config was previously moved to a place where
s/iotrhead/iothread/
+ 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.
Additional empty line needed here. With the above nits fixed Reviewed-by: Andrea Bolognani <abologna@redhat.com> and safe for freeze. Thanks a lot for keeping the release notes up to date :) -- Andrea Bolognani / Red Hat / Virtualization
participants (2)
-
Andrea Bolognani
-
Peter Krempa