16 comments

[ 2.7 ms ] story [ 38.6 ms ] thread
Their website appears to be broken?

>(Cannot access the database)

QEMU is truly excellent software, from the perspective of a person who very rarely needs to emulate another architecture. It "just works" and has wonderful integrations with basically everything I could want.. sometimes it feels like magic: even if the commandline UX is a bit weird in places.

I've always wondered though how it works with KVM: I know KVM is a virtualisation accelerator that enables passing through native code to the CPU somehow; but it feels like QEMU/KVM basically runs the internet now. Almost the entire modern cloud is built on QEMU and KVM as a hypervisor (right?) but I feel like I'm missing a lot about how it's working.

I also wonder if this steals huge amounts of resources away from emulation, or does it end up helping out. Because to say the modern internet is largely running on QEMU is likely a massive understatement.

A great piece of software that makes my and my dev team's life infinitely better and easier. A big thank you to the QEMU developers :)
> Experimental support for compiling to WASM using Emscripten.

Neat. This will unlock various online "playgrounds" for a number of CPU architectures, among other interesting use cases.

Likely this was possible beforehand, but it's nice to see it added as a feature to the project directly.

Could be cool for interactive simulator of microcontroller/embedded in browser.
Awesome tech!

It's not possible to run an android VM on QEMU right? As in, is it officially supported? (I know about Waydroid)

Didn't realize there was a MIPS build of Windows NT. Which led me to wikipedia to find there were a lot of other architectures supported in the past.
In my last job, I was on the team that handled the Windows NT bulid on DEC Alpha. Native Alpha apps were much faster than the equivalent Intel NT machines. Apropos to this topic, DEC had a sybsystem called FX!32 that was sort of like what Rosetta does for Apple Silicon, allowing Intel apps to be run at useable speeds on Alpha.

https://en.wikipedia.org/wiki/FX!32

If I still had my UltraSPARC, I'd be wanting to find the SPARC port of Windows NT.
I'm curious if QEMU will ever support features like x86(_64) hardware paths that with Arm and RISC-V... Since most of the patents are now expired, it makes a lot of sense. Apple seems to be further along here than other competitors, but it seems to be limited to Rosetta, not broadly supported.
Curious: how do people use Qemu the most these days? Dev environment? Running specific apps on a different OS? I don't know... gaming?