From: Peter Krempa Date: Mon, 28 Jun 2021 09:44:35 +0000 (+0200) Subject: NEWS: Update for 7.5.0 X-Git-Tag: v7.5.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f63397de614bc292232efb5d2b953c101b0377d8;p=thirdparty%2Flibvirt.git NEWS: Update for 7.5.0 Mention fixing of disk iothread validation and the disk serial truncation state. Signed-off-by: Peter Krempa Reviewed-by: Andrea Bolognani --- diff --git a/NEWS.rst b/NEWS.rst index 2c7180cb95..935b0d0aad 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -22,8 +22,20 @@ v7.5.0 (unreleased) * **Improvements** + * docs: Document disk serial truncation status quo + + Disk ```` 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) ===================