From: Michal Privoznik Date: Tue, 14 Jan 2025 14:55:52 +0000 (+0100) Subject: NEWS: Document features/improvements/bug fixes I've participated in X-Git-Tag: v11.0.0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1942a888133b3c844b8bcd19aedf37160b2315d1;p=thirdparty%2Flibvirt.git NEWS: Document features/improvements/bug fixes I've participated in There are some features/improvements/bug fixes I've either contributed or reviewed/merged. Document them for upcoming release. Signed-off-by: Michal Privoznik Reviewed-by: Ján Tomko --- diff --git a/NEWS.rst b/NEWS.rst index eedb6008bd..9f0804ec67 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -19,6 +19,22 @@ v11.0.0 (unreleased) * **Improvements** + * ch: Enable user aliases + + User can now specify custom aliases for devices in domain XML + + * qemu: Grab a QUERY job when formatting domain XML + + Under some specific conditions it might have happened that domain XML did + not contain runtime information or returned an XML that's in process of + changing (e.g. by a thread that's hotplugging a device). Formatting domain + XML now serializes properly with other threads. + + * virtiofs: Allow read only mode + + The ```` with `virtiofsd` backend can now use ```` + tag to export underlying filesystem in read only mode. + * **Bug fixes** * qemu: tpm: do not update profile name for transient domains