From 95efd11c121ed5ba9677f9fbaf0cefa8e52cb02e Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Wed, 24 Dec 2008 20:26:14 +0000 Subject: Add support for -prom-env command line options git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6129 c046a42c-6fe2-441c-8c8c-71466251a162 --- qemu-doc.texi | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'qemu-doc.texi') diff --git a/qemu-doc.texi b/qemu-doc.texi index 7156b2d..0f1e7cc 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 -- cgit v1.1