mistranslation: 0.944 debug: 0.939 permissions: 0.934 semantic: 0.921 peripherals: 0.916 register: 0.914 user-level: 0.912 performance: 0.906 architecture: 0.903 assembly: 0.898 device: 0.896 graphic: 0.890 PID: 0.882 arm: 0.877 hypervisor: 0.871 boot: 0.864 KVM: 0.862 virtual: 0.852 files: 0.849 network: 0.837 VMM: 0.835 socket: 0.824 vnc: 0.812 risc-v: 0.803 kernel: 0.801 ppc: 0.788 x86: 0.787 TCG: 0.766 i386: 0.556 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 (