From 81d4e6b34b7068f78e2043b3d80c5b8ecf0b815e Mon Sep 17 00:00:00 2001 From: yamamushi Date: Thu, 5 Nov 2015 17:57:49 -0600 Subject: [PATCH] Enable KVM mode on QEMU, without libvirt changes --- lib/launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/launch.sh b/lib/launch.sh index c2ed7d7..5dad935 100644 --- a/lib/launch.sh +++ b/lib/launch.sh @@ -1,3 +1,3 @@ #!/bin/bash #qemu-system-x86_64 -cdrom ~/archlinux-2015.10.01-dual.iso -hda ~/Arch.qcow2 -net nic,model=ne2k_pci -net user -m 2G -vnc localhost:0 -monitor stdio -localtime -qmp tcp:localhost:4444,server,nowait -no-shutdown -qemu-system-x86_64 -cdrom ~/archlinux-2015.10.01-dual.iso -hda ~/Disk1.img -hdb ~/Disk2.img -net nic -net user -m 4G -vnc localhost:0 -monitor stdio -localtime -qmp tcp:localhost:4444,server,nowait -cpu host -smp 4 -no-shutdown +qemu-system-x86_64 -cdrom ~/archlinux-2015.10.01-dual.iso -hda ~/Disk1.img -hdb ~/Disk2.img -net nic -net user -m 4G -vnc localhost:0 -monitor stdio -localtime -qmp tcp:localhost:4444,server,nowait -cpu host -smp 4 -no-shutdown -enable-kvm