mirror of https://github.com/xemu-project/xemu.git
doc: Clean up monitor command function index
Remove bogus entries "count", "format" and "size". Accidentally added in commit70fcbbe7
. Add missing entry "qmp_capabilities". Was forgotten in commit4a7e1190
. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
c427ea9cd1
commit
54d7cf136f
|
@ -374,16 +374,13 @@ data. Its syntax is: @option{/@{count@}@{format@}@{size@}}
|
||||||
|
|
||||||
@table @var
|
@table @var
|
||||||
@item count
|
@item count
|
||||||
@findex count
|
|
||||||
is the number of items to be dumped.
|
is the number of items to be dumped.
|
||||||
|
|
||||||
@item format
|
@item format
|
||||||
@findex format
|
|
||||||
can be x (hex), d (signed decimal), u (unsigned decimal), o (octal),
|
can be x (hex), d (signed decimal), u (unsigned decimal), o (octal),
|
||||||
c (char) or i (asm instruction).
|
c (char) or i (asm instruction).
|
||||||
|
|
||||||
@item size
|
@item size
|
||||||
@findex size
|
|
||||||
can be b (8 bits), h (16 bits), w (32 bits) or g (64 bits). On x86,
|
can be b (8 bits), h (16 bits), w (32 bits) or g (64 bits). On x86,
|
||||||
@code{h} or @code{w} can be specified with the @code{i} format to
|
@code{h} or @code{w} can be specified with the @code{i} format to
|
||||||
respectively select 16 or 32 bit code instruction size.
|
respectively select 16 or 32 bit code instruction size.
|
||||||
|
@ -1181,6 +1178,7 @@ ETEXI
|
||||||
|
|
||||||
STEXI
|
STEXI
|
||||||
@item qmp_capabilities
|
@item qmp_capabilities
|
||||||
|
@findex qmp_capabilities
|
||||||
Enable the specified QMP capabilities
|
Enable the specified QMP capabilities
|
||||||
ETEXI
|
ETEXI
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue