diff options
Diffstat (limited to 'qemu-tech.texi')
-rw-r--r-- | qemu-tech.texi | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/qemu-tech.texi b/qemu-tech.texi index fc72ff1b69..45949547e4 100644 --- a/qemu-tech.texi +++ b/qemu-tech.texi @@ -35,6 +35,7 @@ * intro_features:: Features * intro_x86_emulation:: x86 emulation * intro_arm_emulation:: ARM emulation +* intro_mips_emulation:: MIPS emulation * intro_ppc_emulation:: PowerPC emulation * intro_sparc_emulation:: SPARC emulation @end menu @@ -152,6 +153,31 @@ maximum performances. @end itemize +@node intro_mips_emulation +@section MIPS emulation + +@itemize + +@item The system emulation allows full MIPS32/MIPS64 Release 2 emulation, +including privileged instructions, FPU and MMU, in both little and big +endian modes. + +@item The Linux userland emulation can run many 32 bit MIPS Linux binaries. + +@end itemize + +Current QEMU limitations: + +@itemize + +@item Self-modifying code is not always handled correctly. + +@item 64 bit userland emulation is not implemented. + +@item The system emulation is not complete enough to run real firmware. + +@end itemize + @node intro_ppc_emulation @section PowerPC emulation |