diff mbox

doc: Update info blockstats, qdm, and roms

Message ID 1273661291-3239-1-git-send-email-stefanha@linux.vnet.ibm.com
State New
Headers show

Commit Message

Stefan Hajnoczi May 12, 2010, 10:48 a.m. UTC
The "info blockstats" documentation was copy-pasted as "info block"
instead of "info blockstats".  The documentation for "info qdm" and
"info roms" is missing.  This patch resolves these issues in
qemu-monitor.hx.

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
---
 qemu-monitor.hx |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

Comments

Markus Armbruster May 12, 2010, 11:16 a.m. UTC | #1
Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> writes:

> The "info blockstats" documentation was copy-pasted as "info block"
> instead of "info blockstats".  The documentation for "info qdm" and
> "info roms" is missing.  This patch resolves these issues in
> qemu-monitor.hx.
>
> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>

Appreciated!

A few more items are still missing: commands (QMP only, it's a no-op in
the human monitor, I hate that), jit, numa.  Would you mind documenting
as well?
Stefan Hajnoczi May 12, 2010, 2:35 p.m. UTC | #2
On Wed, May 12, 2010 at 12:16 PM, Markus Armbruster <armbru@redhat.com> wrote:
> A few more items are still missing: commands (QMP only, it's a no-op in
> the human monitor, I hate that), jit, numa.  Would you mind documenting
> as well?

Resent as v2 with commands, jit, and numa added.

Stefan
diff mbox

Patch

diff --git a/qemu-monitor.hx b/qemu-monitor.hx
index a8f194c..2a7ad42 100644
--- a/qemu-monitor.hx
+++ b/qemu-monitor.hx
@@ -60,7 +60,7 @@  show the various VLANs and the associated devices
 show the character devices
 @item info block
 show the block devices
-@item info block
+@item info blockstats
 show block device statistics
 @item info registers
 show the cpu registers
@@ -114,6 +114,10 @@  show migration status
 show balloon information
 @item info qtree
 show device tree
+@item info qdm
+show qdev device model list
+@item info roms
+show roms
 @end table
 ETEXI