5 ms·
Using QEMU to Create a Ubuntu 20.04 Desktop VM on macOS
- Normille 6y agoWhich gives better performance; VirtualBox or QEMU?
- arthurk 6y agoQEMU is more responsive and performant
- Normille 6y agoThanks. Longtime user of VirtualBox which has the advantage of being easier to set up. Nor have I ever found VB's performance to be noticeably lacking, but it does seem plagued with bugs that never get fixed. And I've been exposed to QEMU through the Android Device Emulator in Android Studio. So I was wondering whether it's worth moving all my VB machines over to QEMU too. I've always been put off by the fact QEMU needs configuring via commandline to set up. But if it was worth the effort, I'd make the jump.
- arthurk 6y agoI'll run a few benchmarks soon to see how performance differs. I'm running this on an early-2013 macbook and notice a big difference in performance and responsiveness. There's also https://virt-manager.org/ https://virt-manager.org/ as a GUI for QEMU. Brew forumular here https://github.com/jeffreywildman/homebrew-virt-manager https://github.com/jeffreywildman/homebrew-virt-manager. But they don't mention HVF support, so I'm not sure it'll work
- cbluth 6y ago@arthurk you recommend installing virtualbox tools at the end of the article for copy/paste, but i think you can get the same effect by installing the qemu-guest-agent
- arthurk 6y agooh this is cool, didn't know about it, thanks!