diff options
author | 2008-12-24 20:26:14 +0000 | |
---|---|---|
committer | 2008-12-24 20:26:14 +0000 | |
commit | 95efd11c121ed5ba9677f9fbaf0cefa8e52cb02e (patch) | |
tree | 720a9f08eddde5799ff531b5a1509c54387c55d1 /qemu-doc.texi | |
parent | Use OpenBIOS for g3bw machine (diff) | |
download | qemu-kvm-95efd11c121ed5ba9677f9fbaf0cefa8e52cb02e.tar.gz qemu-kvm-95efd11c121ed5ba9677f9fbaf0cefa8e52cb02e.tar.bz2 qemu-kvm-95efd11c121ed5ba9677f9fbaf0cefa8e52cb02e.zip |
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.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 7156b2db2..0f1e7ccf5 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 |