On Thu, Sep 29, 2011 at 1:13 PM, Michael Orlitzky wrote: > 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 "$@" > > But I was under the impression you can only use -enable-kvm if you have KVM built into the kernel/load the module.