diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-07-11 10:24:28 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-07-11 10:24:28 +0000 |
commit | 24d4de45c22170ff2ce3eaad9bf88e0dac3e9c57 (patch) | |
tree | 491cbb95c6a60f21405bc66f726edcba131782ea /qemu-tech.texi | |
parent | 8f1f22f6abc7af1e5ecc8d83698514999e0284e4 (diff) |
Documentation update for MIPS.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3056 c046a42c-6fe2-441c-8c8c-71466251a162
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 |