]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Document features/improvements/bug fixes I've participated in
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 14 Jan 2025 14:55:52 +0000 (15:55 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 14 Jan 2025 15:00:49 +0000 (16:00 +0100)
There are some features/improvements/bug fixes I've either
contributed or reviewed/merged. Document them for upcoming
release.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
NEWS.rst

index eedb6008bd52151e2f9f8c036208ba713c6f7a14..9f0804ec67ff5cf54b0fd55e5fd34a936ff08701 100644 (file)
--- 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 ``<filesystem/>`` with `virtiofsd` backend can now use ``<readonly/>``
+    tag to export underlying filesystem in read only mode.
+
 * **Bug fixes**
 
   * qemu: tpm: do not update profile name for transient domains