| Submitter | Stefan Hajnoczi |
|---|---|
| Date | May 12, 2010, 10:48 a.m. |
| Message ID | <1273661291-3239-1-git-send-email-stefanha@linux.vnet.ibm.com> |
| Download | mbox | patch |
| Permalink | /patch/52377/ |
| State | New |
| Headers | show |
Comments
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?
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
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
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(-)