Commit d9aedc32295982bb96e0b861941d27f7c27b8ed5
1 parent
5cfdf930
Update MIPS specific documentation.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3828 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
7 additions
and
5 deletions
qemu-doc.texi
... | ... | @@ -76,7 +76,7 @@ For system emulation, the following hardware targets are supported: |
76 | 76 | @item Mac99 PowerMac (PowerPC processor, in progress) |
77 | 77 | @item Sun4m (32-bit Sparc processor) |
78 | 78 | @item Sun4u (64-bit Sparc processor, in progress) |
79 | -@item Malta board (32-bit MIPS processor) | |
79 | +@item Malta board (32-bit and 64-bit MIPS processors) | |
80 | 80 | @item ARM Integrator/CP (ARM) |
81 | 81 | @item ARM Versatile baseboard (ARM) |
82 | 82 | @item ARM RealView Emulation baseboard (ARM) |
... | ... | @@ -88,7 +88,7 @@ For system emulation, the following hardware targets are supported: |
88 | 88 | @item Palm Tungsten|E PDA (OMAP310 processor) |
89 | 89 | @end itemize |
90 | 90 | |
91 | -For user emulation, x86, PowerPC, ARM, MIPS, Sparc32/64 and ColdFire(m68k) CPUs are supported. | |
91 | +For user emulation, x86, PowerPC, ARM, 32-bit MIPS, Sparc32/64 and ColdFire(m68k) CPUs are supported. | |
92 | 92 | |
93 | 93 | @node Installation |
94 | 94 | @chapter Installation |
... | ... | @@ -2113,8 +2113,10 @@ PC-compatible serial ports |
2113 | 2113 | @node MIPS System emulator |
2114 | 2114 | @section MIPS System emulator |
2115 | 2115 | |
2116 | -Use the executable @file{qemu-system-mips} to simulate a MIPS machine. | |
2117 | -Three different machine types are emulated: | |
2116 | +Four executables cover simulation of 32 and 64-bit MIPS systems in | |
2117 | +both endian options, @file{qemu-system-mips}, @file{qemu-system-mipsel} | |
2118 | +@file{qemu-system-mips64} and @file{qemu-system-mips64el}. | |
2119 | +Four different machine types are emulated: | |
2118 | 2120 | |
2119 | 2121 | @itemize @minus |
2120 | 2122 | @item |
... | ... | @@ -2122,7 +2124,7 @@ A generic ISA PC-like machine "mips" |
2122 | 2124 | @item |
2123 | 2125 | The MIPS Malta prototype board "malta" |
2124 | 2126 | @item |
2125 | -An ACER Pica "pica61" | |
2127 | +An ACER Pica "pica61". This machine needs the 64-bit emulator. | |
2126 | 2128 | @item |
2127 | 2129 | MIPS emulator pseudo board "mipssim" |
2128 | 2130 | @end itemize | ... | ... |