]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: document my changes for 10.0.0
authorJán Tomko <jtomko@redhat.com>
Wed, 17 Jan 2024 14:30:13 +0000 (15:30 +0100)
committerJán Tomko <jtomko@redhat.com>
Thu, 18 Jan 2024 14:23:46 +0000 (15:23 +0100)
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
NEWS.rst

index e5df8224e94e74c88f13d7c225df41ceeea61ae9..4c799999fea6f339dcc0b48dcc132e15ce6cf0ac 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -72,6 +72,12 @@ v10.0.0 (2024-01-15)
     change in a future release and can be customized with the
     nbdkit_config_default build option.
 
+  * qemu: add ID mapping support for virtiofsd
+
+    New ``<idmap>`` element was added for virtiofsd-based ``<filesystem>``
+    devices. It can be used to set up UID and GID mapping between host
+    and guest, making running virtiofsd unprivileged much more useful.
+
 * **Improvements**
 
   * qemu: Improve migration XML use when persisting VM on destination
@@ -94,6 +100,11 @@ v10.0.0 (2024-01-15)
 
     The test driver now supports basic hotplug and hotunplug of PCI devices.
 
+  * qemu: allow virtiofsd to run unprivileged
+
+    Nowadays virtiofsd no longer requires to run with root privileges, so the
+    restriction to always run as root is now removed from libvirt too.
+
 * **Bug fixes**
 
   * qemu: Various migration bug fixes and debuggability improvement