1462
Runk
(lemmy.blahaj.zone)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Is QEMU simply a VM?
It's basically the best virtualization platform. It can do full system emulation across a number of platforms, or hardware assisted virtualization (using KVM). It's incredibly useful for debug as well as doing real work.
I would say so? It's an emulator and I personally use it to manage KVM on Linux. Makes my life easier.
Not really sure about the precise details, sorry