Add support for -prom-env command line options

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6129 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
blueswir1 2008-12-24 20:26:14 +00:00
parent 992e5acd4d
commit 95efd11c12
4 changed files with 46 additions and 23 deletions

View file

@ -2343,6 +2343,18 @@ The following options are specific to the PowerPC emulation:
Set the initial VGA graphic mode. The default is 800x600x15.
@item -prom-env string
Set OpenBIOS variables in NVRAM, for example:
@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'
@end example
These variables are not used by Open Hack'Ware.
@end table
@c man end