this post was submitted on 06 Aug 2024
547 points (97.7% liked)
linuxmemes
20880 readers
7 users here now
I use Arch btw
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules
- Follow the site-wide rules and code of conduct
- Be civil
- Post Linux-related content
- No recent reposts
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Qemu is an emulator designed to allow you to run software for one architecture on another, much like Rosetta does. Qemu has gained the ability to run native virtual machines using hardware virtualization, which it does astonishingly well, but its original purpose is emulation. In terms of quickness, though, more modern offerings run circles around it
Do you have benchmarks to confirm that hardware accelerated virtualization on qemu is slow? It is what powers a lot of things including hypervisors like Proxmox. It also supports hyper-v acceleration. As far as Apple is concerned no one is really running a Mac so that isn't a useful comparison.
I didn't say hardware accelerated virtualization on qemu was slow. In fact, it's one of the best performing hypervisors out there. When used as an emulator, however, its performance leaves something to be desired.
Even as a emulator it is very solid. Name one emulator that is faster. (Rosetta is a translator not an emulator)
...the difference being? JIT transpilers still count as emulators.
They really don't. A emulator is doing all of the hardware in software. A translator is just converting instructions.
By that definition, qemu-[architecture] is a translator. qemu-system-[architecture] is an emulator.
And it's still a worse translator than Rosetta. Because Rosetta cheats.