This commit is contained in:
Shelvacu
2024-05-31 17:39:05 -07:00
parent 7776e405c4
commit 27b657f583

View File

@@ -31,7 +31,7 @@
"-fsdev" "local,id=fs0,path=${rootPath},security_model=mapped"
"-device" "virtio-9p-pci,fsdev=fs0,mount_tag=root"
"-netdev" "bridge,id=vm-devver,br=${config.vacu.network.lan_bridge},helper=/run/wrappers/bin/qemu-bridge-helper,queues=12"
"-netdev" "bridge,id=vm-devver,br=${config.vacu.network.lan_bridge},helper=/run/wrappers/bin/qemu-bridge-helper"
#Why 34? No idea! Best hint I could find is in the mailing list about the serial driver: https://lists.nongnu.org/archive/html/qemu-devel/2013-01/msg05952.html
"-device" "virtio-net-pci,netdev=vm-devver,mac=02:19:07:A2:15:72,romfile=,mq=on,vectors=34"