From 24d4de45c22170ff2ce3eaad9bf88e0dac3e9c57 Mon Sep 17 00:00:00 2001 From: ths Date: Wed, 11 Jul 2007 10:24:28 +0000 Subject: Documentation update for MIPS. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3056 c046a42c-6fe2-441c-8c8c-71466251a162 --- qemu-tech.texi | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'qemu-tech.texi') 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 -- cgit v1.2.1