List of Supported Guest OSes
Target CPU support
The target CPU is the one QEMU emulates. User emulation means emulation of user code in order to launch Linux processes. System emulation means full CPU emulation in order to launch an Operating System.
| Target CPU | User emulation | System emulation |
|---|---|---|
| x86 | OK | OK |
| x86_64 | Dev only | OK |
| ARM | OK | OK |
| SPARC | OK | OK |
| SPARC64 | Dev only | Dev only |
| PowerPC | OK | OK |
| PowerPC64 | Dev only | Dev only |
| MIPS | OK | OK |
| m68k (Coldfire) | OK | OK |
| SH-4 | OK | Dev only |
| Alpha | Dev only | Dev only |
| CRIS | Dev only | Dev only |
Host CPU support
The host CPU is the one which executes QEMU.
| Host CPU | Status |
|---|---|
| x86 | OK |
| x86_64 | OK |
| PowerPC | OK |
| Sparc32 | Testing |
| ARM | Testing |
| MIPS | Dev only |
| S390 | Dev only |
| Sparc64 | Dev only |
| ia64 | Dev only |
| m68k | Dev only |
| Alpha | Dev only |
Note: Testing means that the emulator is working on most of the regression tests, but that some important application fail.