]> xenbits.xensource.com Git - libvirt.git/commitdiff
kbase: virtiofs: Add 'queue' setting to example
authorLu Ke <nicelukas@hotmail.com>
Mon, 14 Nov 2022 15:00:09 +0000 (15:00 +0000)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 23 Nov 2022 09:35:46 +0000 (09:35 +0000)
The setting is needed for the windows driver to work properly and doesn't have negative effects on other usage.
Signed-off-by: Lukas Ke nicelukas@hotmail.com
docs/kbase/virtiofs.rst

index 9123fc231654c91ce96e796e0ed323f3ae85f100..10d1e1d79c55554a921fb64d537e47f495a74e93 100644 (file)
@@ -31,7 +31,7 @@ Sharing a host directory with a guest
        <devices>
          ...
          <filesystem type='mount' accessmode='passthrough'>
-           <driver type='virtiofs'/>
+           <driver type='virtiofs' queue='1024'/>
            <source dir='/path'/>
            <target dir='mount_tag'/>
          </filesystem>