launchers/windows10 : support virtiofsd

This commit is contained in:
Ahurac 2024-01-23 23:13:14 +01:00
parent 1a00990f85
commit d515a0bb23

View file

@ -11,4 +11,8 @@ exec kvm-spice \
-net user,hostname="${QEMUSH_NAME}" \
-usbdevice tablet \
-name "$QEMUSH_NAME" \
-chardev socket,id=char0,path=/run/virtiofsd.sock \
-device vhost-user-fs-pci,chardev=char0,tag=shared \
-object memory-backend-memfd,id=mem,size="${QEMUSH_RAM}",share=on \
-numa node,memdev=mem \
"$@"