aboutsummaryrefslogtreecommitdiff
path: root/docs/system/target-sparc.rst
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-sparc.rst
parent44d79a6bd74b1e98394f456957f3c919c44cf4aa (diff)
downloadqemu-196afbb0949daf41c3742b5f1ac2173bb51a684e.zip
qemu-196afbb0949daf41c3742b5f1ac2173bb51a684e.tar.gz
qemu-196afbb0949daf41c3742b5f1ac2173bb51a684e.tar.bz2
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-sparc.rst')
-rw-r--r--docs/system/target-sparc.rst19
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/system/target-sparc.rst b/docs/system/target-sparc.rst
index 589c88d..b55f8d0 100644
--- a/docs/system/target-sparc.rst
+++ b/docs/system/target-sparc.rst
@@ -60,22 +60,3 @@ QEMU web site. There are still issues with NetBSD and OpenBSD, but most
kernel versions work. Please note that currently older Solaris kernels
don't work probably due to interface issues between OpenBIOS and
Solaris.
-
-The following options are specific to the Sparc32 emulation:
-
-``-g WxHx[xDEPTH]``
- Set the initial graphics mode. For TCX, the default is 1024x768x8
- with the option of 1024x768x24. For cgthree, the default is
- 1024x768x8 with the option of 1152x900x8 for people who wish to use
- OBP.
-
-``-prom-env string``
- Set OpenBIOS variables in NVRAM, for example:
-
- ::
-
- qemu-system-sparc -prom-env 'auto-boot?=false' \
- -prom-env 'boot-device=sd(0,2,0):d' -prom-env 'boot-args=linux single'
-
-``-M [SS-4|SS-5|SS-10|SS-20|SS-600MP|LX|Voyager|SPARCClassic] [|SPARCbook]``
- Set the emulated machine type. Default is SS-5.