From: Stefano Stabellini Date: Tue, 23 Jan 2018 21:22:43 +0000 (-0800) Subject: Enable SVM emulation on x86 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fwip3;p=people%2Fsstabellini%2Fmojo.git%2F.git Enable SVM emulation on x86 Signed-off-by: Stefano Stabellini --- 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 \