Why qemu-system-x86 takes 100% of my CPU?
Solution 1:
Have you tried to make sure you use the proper accelaration for qemu?
Such as:
qemu-system-x86_64 -machine accel=kvm [...]
This switch could make your computer use hardware virtualization
(cpu usage drops to negligible then)