Hi all,
I'm running Fedora 15/2.6.38.6-27.fc15.x86_64. When I run <code>qemu</code> I'm getting "Could not initialize KVM, will disable KVM support"

I know my CPU supports hardware virtualization, it has the vmx flag (grep vmx /proc/cpuinfo). I've checked that:
1. kvm and kvm_intel modules are loaded
2. /dev/kvm exists.
3. I'm in the kvm group, so I can access /dev/kvm..
Any ideas why KVM doesn't work?