Hacker News new | ask | show | jobs
by ogre_codes 2012 days ago
I think QEMU is hardware emulation, not translation.
1 comments

Qemu provides both device emulation, and x86 emulation by binary translation. Use qemu-kvm to accelerate x86 emulation by hardware assist.