Comment 5 for bug 1212051

Revision history for this message
Serge Hallyn (serge-hallyn) wrote :

Thanks Hector,

yes especially since you are running the VMs from the command line, you should be able to:

cd qemu #wherever the qemu git tree is
./configure --target-list=x86_64-softmmu
make

Then execute x86_64-softmmu/qemu-system-x86_64 -enable-kvm plus all your other options.