doc: Fix some option entries in qemu-doc's function index

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 1360781383-28635-3-git-send-email-armbru@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
Markus Armbruster 2013-02-13 19:49:38 +01:00 committed by Anthony Liguori
parent 31e70d6c12
commit b8f490eb27
1 changed files with 5 additions and 2 deletions

View File

@ -446,6 +446,7 @@ DEF("mem-path", HAS_ARG, QEMU_OPTION_mempath,
"-mem-path FILE provide backing storage for guest RAM\n", QEMU_ARCH_ALL) "-mem-path FILE provide backing storage for guest RAM\n", QEMU_ARCH_ALL)
STEXI STEXI
@item -mem-path @var{path} @item -mem-path @var{path}
@findex -mem-path
Allocate guest RAM from a temporarily created file in @var{path}. Allocate guest RAM from a temporarily created file in @var{path}.
ETEXI ETEXI
@ -455,6 +456,7 @@ DEF("mem-prealloc", 0, QEMU_OPTION_mem_prealloc,
QEMU_ARCH_ALL) QEMU_ARCH_ALL)
STEXI STEXI
@item -mem-prealloc @item -mem-prealloc
@findex -mem-prealloc
Preallocate memory when using -mem-path. Preallocate memory when using -mem-path.
ETEXI ETEXI
#endif #endif
@ -827,7 +829,7 @@ DEF("curses", 0, QEMU_OPTION_curses,
QEMU_ARCH_ALL) QEMU_ARCH_ALL)
STEXI STEXI
@item -curses @item -curses
@findex curses @findex -curses
Normally, QEMU uses SDL to display the VGA output. With this option, Normally, QEMU uses SDL to display the VGA output. With this option,
QEMU can display the VGA output when in text mode using a QEMU can display the VGA output when in text mode using a
curses/ncurses interface. Nothing is displayed in graphical mode. curses/ncurses interface. Nothing is displayed in graphical mode.
@ -1294,7 +1296,6 @@ STEXI
Load SMBIOS entry from binary file. Load SMBIOS entry from binary file.
@item -smbios type=0[,vendor=@var{str}][,version=@var{str}][,date=@var{str}][,release=@var{%d.%d}] @item -smbios type=0[,vendor=@var{str}][,version=@var{str}][,date=@var{str}][,release=@var{%d.%d}]
@findex -smbios
Specify SMBIOS type 0 fields Specify SMBIOS type 0 fields
@item -smbios type=1[,manufacturer=@var{str}][,product=@var{str}] [,version=@var{str}][,serial=@var{str}][,uuid=@var{uuid}][,sku=@var{str}] [,family=@var{str}] @item -smbios type=1[,manufacturer=@var{str}][,product=@var{str}] [,version=@var{str}][,serial=@var{str}][,uuid=@var{uuid}][,sku=@var{str}] [,family=@var{str}]
@ -1409,6 +1410,7 @@ Not all devices are supported on all targets. Use @code{-net nic,model=help}
for a list of available devices for your target. for a list of available devices for your target.
@item -netdev user,id=@var{id}[,@var{option}][,@var{option}][,...] @item -netdev user,id=@var{id}[,@var{option}][,@var{option}][,...]
@findex -netdev
@item -net user[,@var{option}][,@var{option}][,...] @item -net user[,@var{option}][,@var{option}][,...]
Use the user mode network stack which requires no administrator Use the user mode network stack which requires no administrator
privilege to run. Valid options are: privilege to run. Valid options are:
@ -2709,6 +2711,7 @@ DEF("watchdog-action", HAS_ARG, QEMU_OPTION_watchdog_action, \
QEMU_ARCH_ALL) QEMU_ARCH_ALL)
STEXI STEXI
@item -watchdog-action @var{action} @item -watchdog-action @var{action}
@findex -watchdog-action
The @var{action} controls what QEMU will do when the watchdog timer The @var{action} controls what QEMU will do when the watchdog timer
expires. expires.