QEMU demo
Example of upstream QEMU v10.1
NOTE: This section uses only the slower TCI backend (IR interpreter mode) and does not enable the JIT backend. For JIT-enabled QEMU examples, see the next section.
| Demo Name | Guest | Terminal |
|---|---|---|
| 32bit TCI guest | BusyBox (arm) | start |
Example of QEMU patched for 64bit guests and the JIT backend
These examples run 64bit guests and the JIT backend, using unmerged patches currently that are currently under discussed in the community.
| Demo Name | Guest | Terminal |
|---|---|---|
| x86_64 guest | Alpine Linux (x86_64) | start |
| Raspberry Pi board | BusyBox | start |
This page is served from qemu-demo repo as GitHub Pages.