Merge pull request #1296 from ijc25/q35-and-kvm

qemu: Enable KVM support and switch to Q35
This commit is contained in:
Justin Cormack
2017-03-13 15:55:16 +00:00
committed by GitHub
2 changed files with 6 additions and 3 deletions

View File

@@ -44,4 +44,4 @@ then
CMDLINE="console=ttyS0"
fi
qemu-system-x86_64 -device virtio-rng-pci -serial stdio -vnc none -m 1024 -append "${CMDLINE}" $ARGS
qemu-system-x86_64 -machine q35,accel=kvm:tcg -device virtio-rng-pci -serial stdio -vnc none -m 1024 -append "${CMDLINE}" $ARGS