Y
Hacker News
new
|
ask
|
show
|
jobs
by
Wowfunhappy
2005 days ago
I'd expect it to be exactly as performant as qemu's x86 emulation always is. The M1 is new, but qemu is not.
1 comments
fomine3
2005 days ago
So it means plain old binary translation without hardware assist. I wonder that whether QEMU's binary translation is not optimized well nowadays because no one uses it for production (we use with VT-x/EPT or AMD equivalent).
link
ogre_codes
2005 days ago
I think QEMU is hardware emulation, not translation.
link
fomine3
2005 days ago
Qemu provides both device emulation, and x86 emulation by binary translation. Use qemu-kvm to accelerate x86 emulation by hardware assist.
link