diff options
author | Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> | 2015-06-17 06:19:07 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-28 18:02:32 +0100 |
commit | 3b9340828a89c01b436dd03571d7b3765be061ab (patch) | |
tree | 1f5f19d4ac4ba803791ce9a57d1a99f69f13716e /documentation/dev-manual/dev-manual-qemu.xml | |
parent | cb19478b0bd5efc58042bce20150d0ec095b0933 (diff) | |
download | poky-3b9340828a89c01b436dd03571d7b3765be061ab.tar.gz |
dev-manual: Added a "biosfilename" item to the runqemu command section.
Poky's commit edde3e58da00adf9ef3a8cc687268f6e24294c7c included
the biosfilename option on the runqemu script.
(From yocto-docs rev: 3c834547ace29c14bce6afa0369a727f3afbd650)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-qemu.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-qemu.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-qemu.xml b/documentation/dev-manual/dev-manual-qemu.xml index 4d95fbdd9f..ccc915f6d7 100644 --- a/documentation/dev-manual/dev-manual-qemu.xml +++ b/documentation/dev-manual/dev-manual-qemu.xml | |||
@@ -171,6 +171,9 @@ | |||
171 | Establishes a custom directory for BIOS, VGA BIOS and | 171 | Establishes a custom directory for BIOS, VGA BIOS and |
172 | keymaps. | 172 | keymaps. |
173 | </para></listitem> | 173 | </para></listitem> |
174 | <listitem><para><filename>biosfilename</filename>: | ||
175 | Establishes a custom BIOS name. | ||
176 | </para></listitem> | ||
174 | <listitem><para><filename>qemuparams=\"<replaceable>xyz</replaceable>\"</filename>: | 177 | <listitem><para><filename>qemuparams=\"<replaceable>xyz</replaceable>\"</filename>: |
175 | Specifies custom QEMU parameters. | 178 | Specifies custom QEMU parameters. |
176 | Use this option to pass options other than the simple | 179 | Use this option to pass options other than the simple |