permissions: 0.092 semantic: 0.089 debug: 0.088 other: 0.085 device: 0.084 performance: 0.081 PID: 0.075 boot: 0.065 graphic: 0.063 KVM: 0.062 files: 0.060 socket: 0.056 network: 0.055 vnc: 0.045 performance: 0.174 files: 0.159 debug: 0.120 KVM: 0.100 network: 0.088 PID: 0.083 other: 0.061 socket: 0.048 device: 0.032 vnc: 0.031 boot: 0.031 semantic: 0.029 graphic: 0.023 permissions: 0.021 qemu-system-x86_64 takes 100% CPU after host machine resumed from suspend to ram I have Windows XP SP3 inside qemu VM. All works fine in 12.10. But after upgraiding to 13.04 i have to restart the VM each time i resuming my host machine, because qemu process starts to take CPU cycles and OS inside VM is very slow and sluggish. However it's still controllable and could be shutdown by itself. According to the taskmgr any active process takes 99% CPU. It's not stucked on some single process. core i3-2120 with kvm accel used on host. Thanks for reporting this bug. I won't be able to test this for another week or two (waiting on a license). Would it be possible for you to test with the latest upstream git? sudo apt-get install git git clone git://git.qemu.org/qemu.git cd qemu ./configure x86_64-softmmu make cd x86_64-softmmu sudo mv /usr/bin/qemu-system-x86 /usr/bin/qemu-system-x86.orig sudo cp x86_64-softmmu /usr/bin/ Then re-test your guest. If that's not possible then please let us know. importance: high status: incomplete at least on the clone of git remote -v origin http://repo.or.cz/r/qemu.git (fetch) origin http://repo.or.cz/r/qemu.git (push) i got ./configure x86_64-softmmu ERROR: unknown option x86_64-softmmu I can't clone the repo over git protocol as i'm behind the proxy. Ok, found the corrent link for the main repo http://git.qemu.org/git/qemu.git, but ./configure still doesn't recognize this option. Quoting Maxim Loparev (