kbase: virtiofs: Add 'queue' setting to example

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
This commit is contained in:
Lu Ke 2022-11-14 15:00:09 +00:00 committed by Peter Krempa
parent 4b90adf65a
commit 83adc56602

View 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>