aboutsummaryrefslogtreecommitdiff
path: root/docs/system/target-sparc64.texi
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2020-02-28 15:36:10 +0000
committerPeter Maydell <peter.maydell@linaro.org>2020-03-06 10:05:18 +0000
commit196afbb0949daf41c3742b5f1ac2173bb51a684e (patch)
tree668523f10a519f10dd50562fa794179b2ecc12a3 /docs/system/target-sparc64.texi
parent44d79a6bd74b1e98394f456957f3c919c44cf4aa (diff)
docs: Roll -prom-env and -g target-specific info into qemu-options.hx
The SPARC and PPC targets currently have a fragment of target-specific information about the -g and -prom options which would be better placed as part of the general documentation of those options in qemu-options.hx. Move the relevant information to those locations. SPARC also has a bit of text about the -M option which is out of date and provides no useful information over the generic documentation of that option, so just delete it. The motivation here is again to avoid having to awkwardly include this text into the rST version of the qemu.1 manpage. Signed-off-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> Message-id: 20200228153619.9906-25-peter.maydell@linaro.org
Diffstat (limited to 'docs/system/target-sparc64.texi')
-rw-r--r--docs/system/target-sparc64.texi22
1 files changed, 0 insertions, 22 deletions
diff --git a/docs/system/target-sparc64.texi b/docs/system/target-sparc64.texi
index 4db4ca3842..d381d3af71 100644
--- a/docs/system/target-sparc64.texi
+++ b/docs/system/target-sparc64.texi
@@ -36,25 +36,3 @@ PC-compatible serial ports
Floppy disk
@end itemize
-@c man begin OPTIONS
-
-The following options are specific to the Sparc64 emulation:
-
-@table @option
-
-@item -prom-env @var{string}
-
-Set OpenBIOS variables in NVRAM, for example:
-
-@example
-qemu-system-sparc64 -prom-env 'auto-boot?=false'
-@end example
-
-@item -M [sun4u|sun4v|niagara]
-
-Set the emulated machine type. The default is sun4u.
-
-@end table
-
-@c man end
-