diff options
author | Peter Maydell | 2020-02-28 16:36:10 +0100 |
---|---|---|
committer | Peter Maydell | 2020-03-06 11:05:18 +0100 |
commit | 196afbb0949daf41c3742b5f1ac2173bb51a684e (patch) | |
tree | 668523f10a519f10dd50562fa794179b2ecc12a3 /docs/system/target-sparc64.rst | |
parent | docs: Roll semihosting option information into qemu-options.hx (diff) | |
download | qemu-196afbb0949daf41c3742b5f1ac2173bb51a684e.tar.gz qemu-196afbb0949daf41c3742b5f1ac2173bb51a684e.tar.xz qemu-196afbb0949daf41c3742b5f1ac2173bb51a684e.zip |
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.rst')
-rw-r--r-- | docs/system/target-sparc64.rst | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/system/target-sparc64.rst b/docs/system/target-sparc64.rst index ca76ba9c48..97e334b930 100644 --- a/docs/system/target-sparc64.rst +++ b/docs/system/target-sparc64.rst @@ -35,15 +35,3 @@ QEMU emulates the following peripherals: - 2 PCI IDE interfaces with hard disk and CD-ROM support - Floppy disk - -The following options are specific to the Sparc64 emulation: - -``-prom-env string`` - Set OpenBIOS variables in NVRAM, for example: - - :: - - qemu-system-sparc64 -prom-env 'auto-boot?=false' - -``-M [sun4u|sun4v|niagara]`` - Set the emulated machine type. The default is sun4u. |