Comment 27 for bug 379991

Revision history for this message
Bryan McLellan (btm) wrote : Re: Certain VMs do not run under KVM using 2.6.30-rc5 kernel

I can reproduce this. My windows 7 VM will only boot to where it says "Starting Windows". The animation that usually appears above it does not and one of the two VCPUs pegs out.

If I set my emulator in the XML configuration to a shell script of:

exec /usr/bin/kvm -cpu qemu32 "$@"

Then the VM starts up normally. After the most recent upgrade this morning, I also had to add the path to my shell script to /etc/apparmor.d/abstractions/libvirt-qemu in the same fashion as the other binaries or I would get permission denied errors when trying to start the VM.