On 09/28/2011 10:42 AM, Grant Edwards wrote: > > Doh! > > I had forgotten there was a seperate kvm-enabled build of Qemu. I'll > have to give that a try. >
You can use qemu-kvm whether or not you have a kernel/CPU with KVM support: $ cat /usr/bin/kvm #!/bin/sh exec /usr/bin/qemu-system-x86_64 --enable-kvm "$@"

