From 4ffeffcde853c3dab6bff9c6069ba4d1f459f9ba Mon Sep 17 00:00:00 2001 From: Stefano Stabellini Date: Tue, 23 Jan 2018 13:22:43 -0800 Subject: [PATCH] Enable SVM emulation on x86 Signed-off-by: Stefano Stabellini --- runtime/qemu-system-x86_64/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/qemu-system-x86_64/run.sh b/runtime/qemu-system-x86_64/run.sh index e9cfdaa..989ff3f 100755 --- a/runtime/qemu-system-x86_64/run.sh +++ b/runtime/qemu-system-x86_64/run.sh @@ -2,7 +2,7 @@ DISK1=$1 -qemu-system-x86_64 -m 4G -smp 2 \ +qemu-system-x86_64 -m 4G -smp 2 -cpu qemu64,+svm \ -nographic -serial stdio -monitor none \ --bios /usr/share/ovmf/bios.bin \ -netdev user,id=hostnet0 -device virtio-net-pci,netdev=hostnet0,bus=pci.0,addr=0x3 \ -- 2.39.5