We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8c354 commit a3aa96bCopy full SHA for a3aa96b
scripts/qemu.sh
@@ -14,7 +14,7 @@ doqemu() {
14
case "$ARCH" in
15
x86_64)
16
MACHINE="q35,accel=kvm,usb=off,dump-guest-core=off"
17
- CPU="qemu64,svm=off,vmx=on"
+ CPU="qemu64,svm=off,vmx=on,vmx-vnmi=on"
18
VIDEO="qxl-vga,ram_size=67108864,vram_size=16777216,vram64_size_mb=0,vgamem_mb=16,max_outputs=1"
19
;;
20
aarch64)
0 commit comments