summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorHan Han <hhan@redhat.com>2022-05-11 10:17:07 +0800
committerAndrea Bolognani <abologna@redhat.com>2022-05-18 19:55:54 +0200
commitc04bb76af7937be44cd8c56b2bf992e3ed0f86b3 (patch)
tree13c65b086ef638901453be4cdf372a52e2d8cb58 /NEWS.rst
parent17fe7ae0cb780207d35227d7f763ce486122f970 (diff)
downloadlibvirt-c04bb76af7937be44cd8c56b2bf992e3ed0f86b3.tar.gz
news: qemu: Add 'fmode' and 'dmode' options for 9pfs
Signed-off-by: Han Han <hhan@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index a8a894fbb0..19f8511ae0 100644
--- 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``