]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: qemu: Add 'fmode' and 'dmode' options for 9pfs
authorHan Han <hhan@redhat.com>
Wed, 11 May 2022 02:17:07 +0000 (10:17 +0800)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 18 May 2022 17:55:54 +0000 (19:55 +0200)
Signed-off-by: Han Han <hhan@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
NEWS.rst

index a8a894fbb0e9531b55ad3476f034273ef00aa456..19f8511ae031c5924dbb0cdb234b354335e09946 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -1124,6 +1124,13 @@ v6.10.0 (2020-12-01)
     ``virDomainSetVcpus()``, and ``virDomainSetVcpusFlags()`` APIs have been
     implemented in the Hyper-V driver.
 
+  * qemu: Add 'fmode' and 'dmode' options for 9pfs
+
+    Expose QEMU's 9pfs 'fmode' and 'dmode' options via attributes on the
+    'filesystem' node in the domain XML. These options control the creation
+    mode of files and directories, respectively, when using accessmode=mapped.
+    It requires QEMU 2.10 or above.
+
 * **Improvements**
 
   * virsh: Support network disks in ``virsh attach-disk``