https://bugzilla.kernel.org/show_bug.cgi?id=42755 --- Comment #2 from Michael Tokarev <mjt@xxxxxxxxxx> 2012-02-10 09:18:35 --- This is very unlikely to do with the kernel. Qemu (which you're using to run your guest -- kvm is just in-kernel module) will emulate whole machine including CPU in case it can't access /dev/kvm or if you requested to not use it in the first place. If the problem is due to lack of access to /dev/kvm, qemu tells you about that on stderr. So far, you haven't provided any of: - qemu version - qemu command line - messages generated by qemu And for this issue, please also provide output of info kvm from qemu monitor. If kvm is enabled, it should tell you just that -- "enabled". If not, it'll tell you "disabled" and this means that your guest is running in full emulation mode. Without that, this bugreport is not very useful. Especially having in mind that this setup works for lots of other people just fine. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html