This commit is contained in:
Shelvacu
2024-05-31 17:33:56 -07:00
parent 1a17800e43
commit 7776e405c4

View File

@@ -9,7 +9,7 @@
"-name" "devver"
# https://www.qemu.org/docs/master/system/i386/microvm.html
# "microvm" is basically no-batteries-included, and should allow including only the things we need
"-machine" "microvm,accel=kvm,vmport=off,dump-guest-core=off,mem-merge=off,acpi=on,pcie=on,pic=off,pit=off,usb=off"
"-machine" "microvm,accel=kvm,dump-guest-core=off,mem-merge=off,acpi=on,pcie=on,pic=off,pit=off,usb=off"
"-m" "8G"
"-smp" "12"
"-nodefaults"