aboutsummaryrefslogtreecommitdiff
path: root/qemu-doc.texi
diff options
context:
space:
mode:
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2008-12-24 20:26:14 +0000
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2008-12-24 20:26:14 +0000
commit95efd11c121ed5ba9677f9fbaf0cefa8e52cb02e (patch)
tree720a9f08eddde5799ff531b5a1509c54387c55d1 /qemu-doc.texi
parent992e5acd4d0c08d397c39c80acc8203fd394bd9c (diff)
Add support for -prom-env command line options
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6129 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r--qemu-doc.texi12
1 files changed, 12 insertions, 0 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi
index 7156b2db2d..0f1e7ccf5a 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -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