summaryrefslogtreecommitdiff
path: root/qemu-doc.texi
diff options
context:
space:
mode:
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2007-05-01 14:16:52 +0000
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2007-05-01 14:16:52 +0000
commit66508601adbc5faac5f25d944f073921e82d79d4 (patch)
treed7b36c8e05e38e0be8df60e34cec69bd51055217 /qemu-doc.texi
parent9467cd4602adfdacb457478d6aa074ea02652645 (diff)
downloadqemu-66508601adbc5faac5f25d944f073921e82d79d4.tar.gz
Set OpenBIOS variables in NVRAM
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2764 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r--qemu-doc.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi
index 830a2b6f44..43d34defe9 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -1661,6 +1661,15 @@ The following options are specific to the Sparc emulation:
Set the initial TCX graphic mode. The default is 1024x768.
+@item -prom-env string
+
+Set OpenBIOS variables in NVRAM, for example:
+
+@example
+qemu-system-sparc -prom-env 'auto-boot?=false' \
+ -prom-env 'boot-device=sd(0,2,0):d' -prom-env 'boot-args=linux single'
+@end example
+
@end table
@c man end