Revisão | c9a38ce6abf7d5f1c6a64237cead9b298d03c118 (tree) |
---|---|
Hora | 2020-03-06 19:04:58 |
Autor | Paolo Bonzini <pbonzini@redh...> |
Commiter | Peter Maydell |
qemu-doc: remove indices other than findex
These indices are not well-maintained, and pandoc also chokes on the
directives. Just nuke them.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20200228153619.9906-13-peter.maydell@linaro.org
Message-id: 20200226113034.6741-13-pbonzini@redhat.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
@@ -10,23 +10,18 @@ then the modifier is Ctrl-Alt-Shift (instead of Ctrl-Alt) and if you use | ||
10 | 10 | |
11 | 11 | @table @key |
12 | 12 | @item Ctrl-Alt-f |
13 | -@kindex Ctrl-Alt-f | |
14 | 13 | Toggle full screen |
15 | 14 | |
16 | 15 | @item Ctrl-Alt-+ |
17 | -@kindex Ctrl-Alt-+ | |
18 | 16 | Enlarge the screen |
19 | 17 | |
20 | 18 | @item Ctrl-Alt-- |
21 | -@kindex Ctrl-Alt-- | |
22 | 19 | Shrink the screen |
23 | 20 | |
24 | 21 | @item Ctrl-Alt-u |
25 | -@kindex Ctrl-Alt-u | |
26 | 22 | Restore the screen's un-scaled dimensions |
27 | 23 | |
28 | 24 | @item Ctrl-Alt-n |
29 | -@kindex Ctrl-Alt-n | |
30 | 25 | Switch to virtual console 'n'. Standard console mappings are: |
31 | 26 | @table @emph |
32 | 27 | @item 1 |
@@ -38,14 +33,9 @@ Serial port | ||
38 | 33 | @end table |
39 | 34 | |
40 | 35 | @item Ctrl-Alt |
41 | -@kindex Ctrl-Alt | |
42 | 36 | Toggle mouse and keyboard grab. |
43 | 37 | @end table |
44 | 38 | |
45 | -@kindex Ctrl-Up | |
46 | -@kindex Ctrl-Down | |
47 | -@kindex Ctrl-PageUp | |
48 | -@kindex Ctrl-PageDown | |
49 | 39 | In the virtual consoles, you can use @key{Ctrl-Up}, @key{Ctrl-Down}, |
50 | 40 | @key{Ctrl-PageUp} and @key{Ctrl-PageDown} to move in the back log. |
51 | 41 |
@@ -1,6 +1,5 @@ | ||
1 | 1 | @node pcsys_monitor |
2 | 2 | @section QEMU Monitor |
3 | -@cindex QEMU monitor | |
4 | 3 | |
5 | 4 | The QEMU monitor is used to give complex commands to the QEMU |
6 | 5 | emulator. You can use it to: |
@@ -12,26 +12,19 @@ you're using the default. | ||
12 | 12 | |
13 | 13 | @table @key |
14 | 14 | @item Ctrl-a h |
15 | -@kindex Ctrl-a h | |
16 | 15 | Print this help |
17 | 16 | @item Ctrl-a x |
18 | -@kindex Ctrl-a x | |
19 | 17 | Exit emulator |
20 | 18 | @item Ctrl-a s |
21 | -@kindex Ctrl-a s | |
22 | 19 | Save disk data back to file (if -snapshot) |
23 | 20 | @item Ctrl-a t |
24 | -@kindex Ctrl-a t | |
25 | 21 | Toggle console timestamps |
26 | 22 | @item Ctrl-a b |
27 | -@kindex Ctrl-a b | |
28 | 23 | Send break (magic sysrq in Linux) |
29 | 24 | @item Ctrl-a c |
30 | -@kindex Ctrl-a c | |
31 | 25 | Rotate between the frontends connected to the multiplexer (usually |
32 | 26 | this switches between the monitor and the console) |
33 | 27 | @item Ctrl-a Ctrl-a |
34 | -@kindex Ctrl-a Ctrl-a | |
35 | 28 | Send the escape character to the frontend |
36 | 29 | @end table |
37 | 30 | @c man end |
@@ -1,6 +1,5 @@ | ||
1 | 1 | @node pcsys_quickstart |
2 | 2 | @section Quick Start |
3 | -@cindex quick start | |
4 | 3 | |
5 | 4 | Download and uncompress a PC hard disk image with Linux installed (e.g. |
6 | 5 | @file{linux.img}) and type: |
@@ -1,6 +1,5 @@ | ||
1 | 1 | @node ARM System emulator |
2 | 2 | @section ARM System emulator |
3 | -@cindex system emulation (ARM) | |
4 | 3 | |
5 | 4 | Use the executable @file{qemu-system-arm} to simulate a ARM |
6 | 5 | machine. The ARM Integrator/CP board is emulated with the following |
@@ -1,6 +1,5 @@ | ||
1 | 1 | @node x86 (PC) System emulator |
2 | 2 | @section x86 (PC) System emulator |
3 | -@cindex system emulation (PC) | |
4 | 3 | |
5 | 4 | @menu |
6 | 5 | * pcsys_devices:: Peripherals |
@@ -1,7 +1,5 @@ | ||
1 | 1 | @node ColdFire System emulator |
2 | 2 | @section ColdFire System emulator |
3 | -@cindex system emulation (ColdFire) | |
4 | -@cindex system emulation (M68K) | |
5 | 3 | |
6 | 4 | Use the executable @file{qemu-system-m68k} to simulate a ColdFire machine. |
7 | 5 | The emulator is able to boot a uClinux kernel. |
@@ -1,6 +1,5 @@ | ||
1 | 1 | @node MIPS System emulator |
2 | 2 | @section MIPS System emulator |
3 | -@cindex system emulation (MIPS) | |
4 | 3 | |
5 | 4 | @menu |
6 | 5 | * recommendations_cpu_models_MIPS:: Supported CPU model configurations on MIPS hosts |
@@ -126,7 +125,6 @@ MIPSnet network emulation | ||
126 | 125 | |
127 | 126 | @node nanoMIPS System emulator |
128 | 127 | @subsection nanoMIPS System emulator |
129 | -@cindex system emulation (nanoMIPS) | |
130 | 128 | |
131 | 129 | Executable @file{qemu-system-mipsel} also covers simulation of |
132 | 130 | 32-bit nanoMIPS system in little endian mode: |
@@ -1,6 +1,5 @@ | ||
1 | 1 | @node PowerPC System emulator |
2 | 2 | @section PowerPC System emulator |
3 | -@cindex system emulation (PowerPC) | |
4 | 3 | |
5 | 4 | Use the executable @file{qemu-system-ppc} to simulate a complete 40P (PREP) |
6 | 5 | or PowerMac PowerPC system. |
@@ -1,6 +1,5 @@ | ||
1 | 1 | @node Sparc32 System emulator |
2 | 2 | @section Sparc32 System emulator |
3 | -@cindex system emulation (Sparc32) | |
4 | 3 | |
5 | 4 | Use the executable @file{qemu-system-sparc} to simulate the following |
6 | 5 | Sun4m architecture machines: |
@@ -1,6 +1,5 @@ | ||
1 | 1 | @node Sparc64 System emulator |
2 | 2 | @section Sparc64 System emulator |
3 | -@cindex system emulation (Sparc64) | |
4 | 3 | |
5 | 4 | Use the executable @file{qemu-system-sparc64} to simulate a Sun4u |
6 | 5 | (UltraSPARC PC-like machine), Sun4v (T1 PC-like machine), or generic |
@@ -1,6 +1,5 @@ | ||
1 | 1 | @node Xtensa System emulator |
2 | 2 | @section Xtensa System emulator |
3 | -@cindex system emulation (Xtensa) | |
4 | 3 | |
5 | 4 | Two executables cover simulation of both Xtensa endian options, |
6 | 5 | @file{qemu-system-xtensa} and @file{qemu-system-xtensaeb}. |
@@ -62,17 +62,14 @@ | ||
62 | 62 | QEMU is a FAST! processor emulator using dynamic translation to |
63 | 63 | achieve good emulation speed. |
64 | 64 | |
65 | -@cindex operating modes | |
66 | 65 | QEMU has two operating modes: |
67 | 66 | |
68 | 67 | @itemize |
69 | -@cindex system emulation | |
70 | 68 | @item Full system emulation. In this mode, QEMU emulates a full system (for |
71 | 69 | example a PC), including one or several processors and various |
72 | 70 | peripherals. It can be used to launch different Operating Systems |
73 | 71 | without rebooting the PC or to debug system code. |
74 | 72 | |
75 | -@cindex user mode emulation | |
76 | 73 | @item User mode emulation. In this mode, QEMU can launch |
77 | 74 | processes compiled for one CPU on another CPU. It can be used to |
78 | 75 | launch the Wine Windows API emulator (@url{https://www.winehq.org}) or |
@@ -127,7 +124,6 @@ accelerator is required to use more than one host CPU for emulation. | ||
127 | 124 | |
128 | 125 | @node QEMU System emulator |
129 | 126 | @chapter QEMU System emulator |
130 | -@cindex system emulation | |
131 | 127 | |
132 | 128 | @menu |
133 | 129 | * pcsys_quickstart:: Quick start |
@@ -163,7 +159,6 @@ accelerator is required to use more than one host CPU for emulation. | ||
163 | 159 | |
164 | 160 | @node QEMU System emulator targets |
165 | 161 | @chapter QEMU System emulator targets |
166 | -@cindex system emulation (PC) | |
167 | 162 | |
168 | 163 | QEMU is a generic emulator and it emulates many machines. Most of the |
169 | 164 | options are similar for all machines. Specific information about the |
@@ -200,46 +195,7 @@ various targets are mentioned in the following sections. | ||
200 | 195 | |
201 | 196 | @node Index |
202 | 197 | @appendix Index |
203 | -@menu | |
204 | -* Concept Index:: | |
205 | -* Function Index:: | |
206 | -* Keystroke Index:: | |
207 | -* Program Index:: | |
208 | -* Data Type Index:: | |
209 | -* Variable Index:: | |
210 | -@end menu | |
211 | - | |
212 | -@node Concept Index | |
213 | -@section Concept Index | |
214 | -This is the main index. Should we combine all keywords in one index? TODO | |
215 | -@printindex cp | |
216 | 198 | |
217 | -@node Function Index | |
218 | -@section Function Index | |
219 | -This index could be used for command line options and monitor functions. | |
220 | 199 | @printindex fn |
221 | 200 | |
222 | -@node Keystroke Index | |
223 | -@section Keystroke Index | |
224 | - | |
225 | -This is a list of all keystrokes which have a special function | |
226 | -in system emulation. | |
227 | - | |
228 | -@printindex ky | |
229 | - | |
230 | -@node Program Index | |
231 | -@section Program Index | |
232 | -@printindex pg | |
233 | - | |
234 | -@node Data Type Index | |
235 | -@section Data Type Index | |
236 | - | |
237 | -This index could be used for qdev device names and options. | |
238 | - | |
239 | -@printindex tp | |
240 | - | |
241 | -@node Variable Index | |
242 | -@section Variable Index | |
243 | -@printindex vr | |
244 | - | |
245 | 201 | @bye |