qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 1/2] document bootindex option


From: Glauber Costa
Subject: [Qemu-devel] [PATCH 1/2] document bootindex option
Date: Tue, 12 Apr 2011 14:23:56 -0300

bootindex option was added to -option-rom switch, but never documented.

Signed-off-by: Glauber Costa <address@hidden>
---
 qemu-options.hx |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/qemu-options.hx b/qemu-options.hx
index 18f54d2..96927cc 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -2079,13 +2079,20 @@ to cope with initialization race conditions.
 ETEXI
 
 DEF("option-rom", HAS_ARG, QEMU_OPTION_option_rom, \
-    "-option-rom rom load a file, rom, into the option ROM space\n",
+    "-option-rom rom[,bootindex=idx] load a file, rom, into the option ROM 
space\n",
     QEMU_ARCH_ALL)
 STEXI
address@hidden -option-rom @var{file}
address@hidden -option-rom @var{file}[,address@hidden
 @findex -option-rom
 Load the contents of @var{file} as an option ROM.
 This option is useful to load things like EtherBoot.
+
address@hidden @option
address@hidden address@hidden
+Defines which boot index the option rom will be given in boot entry vectors,
+allowing fine-grained selection of devices boot order.
address@hidden table
+
 ETEXI
 
 DEF("clock", HAS_ARG, QEMU_OPTION_clock, \
-- 
1.7.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]