summaryrefslogtreecommitdiff
path: root/docs/system/target-ppc.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-ppc.rst
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-ppc.rst')
-rw-r--r--docs/system/target-ppc.rst14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/system/target-ppc.rst b/docs/system/target-ppc.rst
index 43fadf3c00..a2f04c533c 100644
--- a/docs/system/target-ppc.rst
+++ b/docs/system/target-ppc.rst
@@ -43,19 +43,5 @@ the g3beige and mac99 PowerMac and the 40p machines. OpenBIOS is a free
(GPL v2) portable firmware implementation. The goal is to implement a
100% IEEE 1275-1994 (referred to as Open Firmware) compliant firmware.
-The following options are specific to the PowerPC emulation:
-
-``-g WxH[xDEPTH]``
- Set the initial VGA graphic mode. The default is 800x600x32.
-
-``-prom-env string``
- Set OpenBIOS variables in NVRAM, for example:
-
- ::
-
- qemu-system-ppc -prom-env 'auto-boot?=false' \
- -prom-env 'boot-device=hd:2,\yaboot' \
- -prom-env 'boot-args=conf=hd:2,\yaboot.conf'
-
More information is available at
http://perso.magic.fr/l_indien/qemu-ppc/.