Documentation/Platforms: Difference between revisions
(Final update to table) |
BenWestover (talk | contribs) m (Add HVF to ARM hypervisor list) |
||
(8 intermediate revisions by 5 users not shown) | |||
Line 2: | Line 2: | ||
Platforms available in QEMU: | Platforms available in QEMU: | ||
{| | |||
| width="50%" valign="top" | | |||
{|class="wikitable sortable" style="font-size: small; text-align: center; table-layout: fixed;" | {|class="wikitable sortable" style="font-size: small; text-align: center; table-layout: fixed;" | ||
Line 7: | Line 10: | ||
! Hardware Virtualization | ! Hardware Virtualization | ||
! TCG Guest | ! TCG Guest | ||
! | ! MTTCG | ||
! TCG Host | ! TCG Host | ||
|- | |- | ||
Line 17: | Line 20: | ||
|- | |- | ||
| [[Documentation/Platforms/ARM|ARM]] | | [[Documentation/Platforms/ARM|ARM]] | ||
| {{Yes|KVM}} | | {{Yes|KVM, HVF}} | ||
| {{Yes}} | | {{Yes}} | ||
| {{Yes}} | | {{Yes}} | ||
Line 50: | Line 53: | ||
| {{Yes}} | | {{Yes}} | ||
| {{No}} | | {{No}} | ||
| {{ | | {{No}} | ||
|- | |- | ||
| [[Documentation/Platforms/MicroBlaze|MicroBlaze]] | | [[Documentation/Platforms/MicroBlaze|MicroBlaze]] | ||
Line 59: | Line 62: | ||
|- | |- | ||
| [[Documentation/Platforms/MIPS|MIPS]] | | [[Documentation/Platforms/MIPS|MIPS]] | ||
| {{Yes|KVM}} | |||
| {{Yes}} | | {{Yes}} | ||
| {{Yes}} | | {{Yes}} | ||
| {{Yes}} | | {{Yes}} | ||
|- | |- | ||
Line 82: | Line 85: | ||
| {{No}} | | {{No}} | ||
|- | |- | ||
| [[Documentation/Platforms/POWER|Power]] | | [[Documentation/Platforms/POWER|Power virtualized]] | ||
| {{Yes|KVM}} | | {{Yes|KVM}} | ||
| {{Yes}} | |||
| {{Yes}} | |||
| {{Yes}} | |||
|- | |||
|- | |||
| [[Documentation/Platforms/PowerNV|Power non-virtualized]] | |||
| {{No}} | |||
| {{Yes}} | | {{Yes}} | ||
| {{Yes}} | | {{Yes}} | ||
Line 95: | Line 105: | ||
|- | |- | ||
| [[Documentation/Platforms/RISCV|RISC-V]] | | [[Documentation/Platforms/RISCV|RISC-V]] | ||
| {{No| | | {{No|soon*}} | ||
| {{Yes}} | |||
| {{Yes}} | | {{Yes}} | ||
| {{No}} | | {{No}} | ||
|- | |- | ||
Line 115: | Line 125: | ||
| {{Yes|KVM}} | | {{Yes|KVM}} | ||
| {{Yes}} | | {{Yes}} | ||
| {{ | | {{Yes}} | ||
| {{Yes}} | | {{Yes}} | ||
|- | |- | ||
Line 138: | Line 148: | ||
| [[Documentation/Platforms/Xtensa|Xtensa]] | | [[Documentation/Platforms/Xtensa|Xtensa]] | ||
| {{No}} | | {{No}} | ||
| {{Yes}} | |||
| {{Yes}} | | {{Yes}} | ||
| {{No}} | | {{No}} | ||
| { | |} | ||
| width="50%" valign="top" | | |||
{| class="wikitable" | |||
! colspan="2" | Features | |||
|- | |||
| '''Hardware Virtualization''' | |||
| If the platform supports hardware supported virtualization | |||
|- | |||
| '''TCG Guest''' | |||
| If you can run as an emulated guest on any supported platform | |||
|- | |||
| '''MTTCG''' | |||
| If the emulated guest support can run on [[Features/tcg-multithread|multiple host threads]] | |||
|- | |||
| '''TCG Host''' | |||
| If the platform can host any supported guest with TCG generated code | |||
|} | |||
|} | |} | ||
Latest revision as of 02:59, 25 March 2022
Platforms available in QEMU:
|
|
All platforms emulated by QEMU should be documented in sub-pages here:
- Documentation/Platforms/ARM
- Documentation/Platforms/Alpha
- Documentation/Platforms/CRIS
- Documentation/Platforms/HPPA
- Documentation/Platforms/LatticeMico32
- Documentation/Platforms/MIPS
- Documentation/Platforms/MicroBlaze
- Documentation/Platforms/Moxie
- Documentation/Platforms/Nios2
- Documentation/Platforms/OpenRISC
- Documentation/Platforms/PC
- Documentation/Platforms/POWER
- Documentation/Platforms/PowerNV
- Documentation/Platforms/PowerPC
- Documentation/Platforms/RISCV
- Documentation/Platforms/S390X
- Documentation/Platforms/SH4
- Documentation/Platforms/SPARC
- Documentation/Platforms/TileGX
- Documentation/Platforms/TriCore
- Documentation/Platforms/Unicore32
- Documentation/Platforms/Xtensa
- Documentation/Platforms/m68k