diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-01-05 17:39:04 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-01-05 17:39:04 +0000 |
commit | 9ae0255520fb37d9972bef9bf58d6f342ea7128a (patch) | |
tree | 60c70bb83c098742b7ff05e4ea8d080edd9b2b30 /qemu-doc.texi | |
parent | a0ae05aa6390fe363e70355c9375a9b9149dab14 (diff) |
Add -option-rom option to allow loading of PCI option ROMs, by Anthony Liguori.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2292 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index f76ffd0032..1dd33fe9b3 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -326,6 +326,10 @@ Use it when installing Windows 2000 to avoid a disk full bug. After Windows 2000 is installed, you no longer need this option (this option slows down the IDE transfers). +@item -option-rom file +Load the contents of file as an option ROM. This option is useful to load +things like EtherBoot. + @end table USB options: |