Signed-off-by: Rayhan Faizel <rayhan.fai...@gmail.com>
---
 docs/formatdomain.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst
index 967283aaa9..f829f08bde 100644
--- a/docs/formatdomain.rst
+++ b/docs/formatdomain.rst
@@ -3590,6 +3590,11 @@ A directory on the host that can be accessed directly 
from the guest.
          <source socket='/tmp/sock'/>
          <target dir='tag'/>
      </filesystem>
+     <filesystem type='mount'>
+         <driver type='mtp'/>
+         <source dir='/export/to/guest'/>
+         <target dir='mtptag'/>
+     </filesystem>
      ...
    </devices>
    ...
@@ -3702,6 +3707,8 @@ A directory on the host that can be accessed directly 
from the guest.
       can also be set. ( :since:`Since 3.5.0` )
    -  For ``virtiofs``, the ``queue`` attribute can be used to specify the 
queue
       size (i.e. how many requests can the queue fit). ( :since:`Since 6.2.0` )
+   -  QEMU supports ``mtp`` which exposes a virtual USB MTP device to the
+      guest.
 
 ``binary``
    The optional ``binary`` element can tune the options for virtiofsd. All of
-- 
2.34.1
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-le...@lists.libvirt.org

Reply via email to