mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
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
This commit is contained in:
parent
44d79a6bd7
commit
196afbb094
7 changed files with 19 additions and 119 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue