aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2020-02-28 15:35:58 +0000
committerPeter Maydell <peter.maydell@linaro.org>2020-03-06 10:04:58 +0000
commitc9a38ce6abf7d5f1c6a64237cead9b298d03c118 (patch)
tree75ab8ecb23655e670e793cfae3e89f0e0f7b7fbe /docs
parentabcd92db6a7b725e16826ee2e3fcb13cfe3a96c2 (diff)
downloadqemu-c9a38ce6abf7d5f1c6a64237cead9b298d03c118.zip
qemu-c9a38ce6abf7d5f1c6a64237cead9b298d03c118.tar.gz
qemu-c9a38ce6abf7d5f1c6a64237cead9b298d03c118.tar.bz2
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>
Diffstat (limited to 'docs')
-rw-r--r--docs/system/keys.texi10
-rw-r--r--docs/system/monitor.texi1
-rw-r--r--docs/system/mux-chardev.texi7
-rw-r--r--docs/system/quickstart.texi1
-rw-r--r--docs/system/target-arm.texi1
-rw-r--r--docs/system/target-i386.texi1
-rw-r--r--docs/system/target-m68k.texi2
-rw-r--r--docs/system/target-mips.texi2
-rw-r--r--docs/system/target-ppc.texi1
-rw-r--r--docs/system/target-sparc.texi1
-rw-r--r--docs/system/target-sparc64.texi1
-rw-r--r--docs/system/target-xtensa.texi1
12 files changed, 0 insertions, 29 deletions
diff --git a/docs/system/keys.texi b/docs/system/keys.texi
index 4c74b3b..c04daf5 100644
--- a/docs/system/keys.texi
+++ b/docs/system/keys.texi
@@ -10,23 +10,18 @@ then the modifier is Ctrl-Alt-Shift (instead of Ctrl-Alt) and if you use
@table @key
@item Ctrl-Alt-f
-@kindex Ctrl-Alt-f
Toggle full screen
@item Ctrl-Alt-+
-@kindex Ctrl-Alt-+
Enlarge the screen
@item Ctrl-Alt--
-@kindex Ctrl-Alt--
Shrink the screen
@item Ctrl-Alt-u
-@kindex Ctrl-Alt-u
Restore the screen's un-scaled dimensions
@item Ctrl-Alt-n
-@kindex Ctrl-Alt-n
Switch to virtual console 'n'. Standard console mappings are:
@table @emph
@item 1
@@ -38,14 +33,9 @@ Serial port
@end table
@item Ctrl-Alt
-@kindex Ctrl-Alt
Toggle mouse and keyboard grab.
@end table
-@kindex Ctrl-Up
-@kindex Ctrl-Down
-@kindex Ctrl-PageUp
-@kindex Ctrl-PageDown
In the virtual consoles, you can use @key{Ctrl-Up}, @key{Ctrl-Down},
@key{Ctrl-PageUp} and @key{Ctrl-PageDown} to move in the back log.
diff --git a/docs/system/monitor.texi b/docs/system/monitor.texi
index c5b6a9b..b41b144 100644
--- a/docs/system/monitor.texi
+++ b/docs/system/monitor.texi
@@ -1,6 +1,5 @@
@node pcsys_monitor
@section QEMU Monitor
-@cindex QEMU monitor
The QEMU monitor is used to give complex commands to the QEMU
emulator. You can use it to:
diff --git a/docs/system/mux-chardev.texi b/docs/system/mux-chardev.texi
index c9a2d14..b21c2c5 100644
--- a/docs/system/mux-chardev.texi
+++ b/docs/system/mux-chardev.texi
@@ -12,26 +12,19 @@ you're using the default.
@table @key
@item Ctrl-a h
-@kindex Ctrl-a h
Print this help
@item Ctrl-a x
-@kindex Ctrl-a x
Exit emulator
@item Ctrl-a s
-@kindex Ctrl-a s
Save disk data back to file (if -snapshot)
@item Ctrl-a t
-@kindex Ctrl-a t
Toggle console timestamps
@item Ctrl-a b
-@kindex Ctrl-a b
Send break (magic sysrq in Linux)
@item Ctrl-a c
-@kindex Ctrl-a c
Rotate between the frontends connected to the multiplexer (usually
this switches between the monitor and the console)
@item Ctrl-a Ctrl-a
-@kindex Ctrl-a Ctrl-a
Send the escape character to the frontend
@end table
@c man end
diff --git a/docs/system/quickstart.texi b/docs/system/quickstart.texi
index ed7295d..baceaa9 100644
--- a/docs/system/quickstart.texi
+++ b/docs/system/quickstart.texi
@@ -1,6 +1,5 @@
@node pcsys_quickstart
@section Quick Start
-@cindex quick start
Download and uncompress a PC hard disk image with Linux installed (e.g.
@file{linux.img}) and type:
diff --git a/docs/system/target-arm.texi b/docs/system/target-arm.texi
index 040d77b..c56b5f6 100644
--- a/docs/system/target-arm.texi
+++ b/docs/system/target-arm.texi
@@ -1,6 +1,5 @@
@node ARM System emulator
@section ARM System emulator
-@cindex system emulation (ARM)
Use the executable @file{qemu-system-arm} to simulate a ARM
machine. The ARM Integrator/CP board is emulated with the following
diff --git a/docs/system/target-i386.texi b/docs/system/target-i386.texi
index edd23fa..cc352b8 100644
--- a/docs/system/target-i386.texi
+++ b/docs/system/target-i386.texi
@@ -1,6 +1,5 @@
@node x86 (PC) System emulator
@section x86 (PC) System emulator
-@cindex system emulation (PC)
@menu
* pcsys_devices:: Peripherals
diff --git a/docs/system/target-m68k.texi b/docs/system/target-m68k.texi
index b5bc9df..a77b19e 100644
--- a/docs/system/target-m68k.texi
+++ b/docs/system/target-m68k.texi
@@ -1,7 +1,5 @@
@node ColdFire System emulator
@section ColdFire System emulator
-@cindex system emulation (ColdFire)
-@cindex system emulation (M68K)
Use the executable @file{qemu-system-m68k} to simulate a ColdFire machine.
The emulator is able to boot a uClinux kernel.
diff --git a/docs/system/target-mips.texi b/docs/system/target-mips.texi
index f722c00..fe12ee9 100644
--- a/docs/system/target-mips.texi
+++ b/docs/system/target-mips.texi
@@ -1,6 +1,5 @@
@node MIPS System emulator
@section MIPS System emulator
-@cindex system emulation (MIPS)
@menu
* recommendations_cpu_models_MIPS:: Supported CPU model configurations on MIPS hosts
@@ -126,7 +125,6 @@ MIPSnet network emulation
@node nanoMIPS System emulator
@subsection nanoMIPS System emulator
-@cindex system emulation (nanoMIPS)
Executable @file{qemu-system-mipsel} also covers simulation of
32-bit nanoMIPS system in little endian mode:
diff --git a/docs/system/target-ppc.texi b/docs/system/target-ppc.texi
index c2c254d..55f98f6 100644
--- a/docs/system/target-ppc.texi
+++ b/docs/system/target-ppc.texi
@@ -1,6 +1,5 @@
@node PowerPC System emulator
@section PowerPC System emulator
-@cindex system emulation (PowerPC)
Use the executable @file{qemu-system-ppc} to simulate a complete 40P (PREP)
or PowerMac PowerPC system.
diff --git a/docs/system/target-sparc.texi b/docs/system/target-sparc.texi
index 7fe0aec..7748001 100644
--- a/docs/system/target-sparc.texi
+++ b/docs/system/target-sparc.texi
@@ -1,6 +1,5 @@
@node Sparc32 System emulator
@section Sparc32 System emulator
-@cindex system emulation (Sparc32)
Use the executable @file{qemu-system-sparc} to simulate the following
Sun4m architecture machines:
diff --git a/docs/system/target-sparc64.texi b/docs/system/target-sparc64.texi
index 9e7a27d..4db4ca3 100644
--- a/docs/system/target-sparc64.texi
+++ b/docs/system/target-sparc64.texi
@@ -1,6 +1,5 @@
@node Sparc64 System emulator
@section Sparc64 System emulator
-@cindex system emulation (Sparc64)
Use the executable @file{qemu-system-sparc64} to simulate a Sun4u
(UltraSPARC PC-like machine), Sun4v (T1 PC-like machine), or generic
diff --git a/docs/system/target-xtensa.texi b/docs/system/target-xtensa.texi
index 08b0b36..40327de 100644
--- a/docs/system/target-xtensa.texi
+++ b/docs/system/target-xtensa.texi
@@ -1,6 +1,5 @@
@node Xtensa System emulator
@section Xtensa System emulator
-@cindex system emulation (Xtensa)
Two executables cover simulation of both Xtensa endian options,
@file{qemu-system-xtensa} and @file{qemu-system-xtensaeb}.