From d9aedc32295982bb96e0b861941d27f7c27b8ed5 Mon Sep 17 00:00:00 2001 From: ths Date: Mon, 17 Dec 2007 03:47:55 +0000 Subject: [PATCH] Update MIPS specific documentation. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3828 c046a42c-6fe2-441c-8c8c-71466251a162 --- qemu-doc.texi | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/qemu-doc.texi b/qemu-doc.texi index e01c5fc..ffa957e 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -76,7 +76,7 @@ For system emulation, the following hardware targets are supported: @item Mac99 PowerMac (PowerPC processor, in progress) @item Sun4m (32-bit Sparc processor) @item Sun4u (64-bit Sparc processor, in progress) -@item Malta board (32-bit MIPS processor) +@item Malta board (32-bit and 64-bit MIPS processors) @item ARM Integrator/CP (ARM) @item ARM Versatile baseboard (ARM) @item ARM RealView Emulation baseboard (ARM) @@ -88,7 +88,7 @@ For system emulation, the following hardware targets are supported: @item Palm Tungsten|E PDA (OMAP310 processor) @end itemize -For user emulation, x86, PowerPC, ARM, MIPS, Sparc32/64 and ColdFire(m68k) CPUs are supported. +For user emulation, x86, PowerPC, ARM, 32-bit MIPS, Sparc32/64 and ColdFire(m68k) CPUs are supported. @node Installation @chapter Installation @@ -2113,8 +2113,10 @@ PC-compatible serial ports @node MIPS System emulator @section MIPS System emulator -Use the executable @file{qemu-system-mips} to simulate a MIPS machine. -Three different machine types are emulated: +Four executables cover simulation of 32 and 64-bit MIPS systems in +both endian options, @file{qemu-system-mips}, @file{qemu-system-mipsel} +@file{qemu-system-mips64} and @file{qemu-system-mips64el}. +Four different machine types are emulated: @itemize @minus @item @@ -2122,7 +2124,7 @@ A generic ISA PC-like machine "mips" @item The MIPS Malta prototype board "malta" @item -An ACER Pica "pica61" +An ACER Pica "pica61". This machine needs the 64-bit emulator. @item MIPS emulator pseudo board "mipssim" @end itemize -- 1.7.9.5