This may be a non-issue...it does appear that qemu-system-x86_64 is utilizing the kvm kernel modules without the -enable-kvm flag. Prior to starting the VM: lsmod |grep kvm kvm_intel 43816 0 kvm 162688 1 kvm_intel
After starting the VM: lsmod |grep kvm kvm_intel 43816 3 kvm 162688 1 kvm_intel -- libvirtd does not call qemu-kvm with "-enable-kvm" flag for hardware virtualization https://bugs.launchpad.net/bugs/496676 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
