mirror of https://gitee.com/openkylin/libvirt.git
news: qemu: Add 'fmode' and 'dmode' options for 9pfs
Signed-off-by: Han Han <hhan@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
17fe7ae0cb
commit
c04bb76af7
7
NEWS.rst
7
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``
|
||||
|
|
Loading…
Reference in New Issue