qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 4/4] doc: Clean up monitor command function index


From: Markus Armbruster
Subject: [Qemu-devel] [PATCH 4/4] doc: Clean up monitor command function index
Date: Tue, 4 May 2010 13:20:33 +0200

Remove bogus entries "count", "format" and "size".  Accidentally added
in commit 70fcbbe7.

Add missing entry "qmp_capabilities".  Was forgotten in commit
4a7e1190.

Signed-off-by: Markus Armbruster <address@hidden>
---
 qemu-monitor.hx |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/qemu-monitor.hx b/qemu-monitor.hx
index 220ed9c..a8f194c 100644
--- a/qemu-monitor.hx
+++ b/qemu-monitor.hx
@@ -374,16 +374,13 @@ data. Its syntax is: 
@option{/@address@hidden@address@hidden@address@hidden
 
 @table @var
 @item count
address@hidden count
 is the number of items to be dumped.
 
 @item format
address@hidden format
 can be x (hex), d (signed decimal), u (unsigned decimal), o (octal),
 c (char) or i (asm instruction).
 
 @item size
address@hidden size
 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
 respectively select 16 or 32 bit code instruction size.
@@ -1181,6 +1178,7 @@ ETEXI
 
 STEXI
 @item qmp_capabilities
address@hidden qmp_capabilities
 Enable the specified QMP capabilities
 ETEXI
 
-- 
1.6.6.1





reply via email to

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