]> xenbits.xensource.com Git - people/sstabellini/mojo.git/.git/commitdiff
Enable SVM emulation on x86 wip3
authorStefano Stabellini <sstabellini@kernel.org>
Tue, 23 Jan 2018 21:22:43 +0000 (13:22 -0800)
committerStefano Stabellini <sstabellini@kernel.org>
Tue, 23 Jan 2018 21:22:43 +0000 (13:22 -0800)
Signed-off-by: Stefano Stabellini <sstabellini@kernel.org>
runtime/qemu-system-x86_64/run.sh

index e9cfdaafc6082b14f9967690bc3645de6dad3417..989ff3f329498207acd9b63c2fcbdb78f4ce0104 100755 (executable)
@@ -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 \