On Mon, Nov 16, 2009 at 02:15:28AM -0800, Steve Yarmie wrote+ /* Should explicitly enable KVM if + * 1. Guest domain is 'qemu'
Surely 'kvm' here
+ * 2. The qemu binary has the -enable-kvm flag + * NOTE: user must be responsible to load the kvm modules + */ + if ((qemuCmdFlags & QEMUD_CMD_FLAG_ENABLE_KVM) && + def->virtType == VIR_DOMAIN_VIRT_QEMU)Again, this should be VIR_DOMAIN_VIRT_KVM here - 'qemu' is intended to be pure emulation only Regards, Daniel