qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2] doc: Update monitor info subcommands
@ 2010-05-12 14:10 Stefan Hajnoczi
  2010-05-12 14:48 ` Markus Armbruster
  2010-05-28 19:47 ` Aurelien Jarno
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2010-05-12 14:10 UTC (permalink / raw)
  To: qemu-devel; +Cc: Markus Armbruster, Stefan Hajnoczi

The "info blockstats" documentation was copy-pasted as "info block"
instead of "info blockstats".  The documentation for "commands", "jit",
"numa", "qdm", and "roms" is missing.  This patch resolves these issues
in qemu-monitor.hx.

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
---
v2:
 * "commands", "jit", and "numa"

 qemu-monitor.hx |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/qemu-monitor.hx b/qemu-monitor.hx
index a8f194c..f411bd1 100644
--- a/qemu-monitor.hx
+++ b/qemu-monitor.hx
@@ -54,13 +54,15 @@ Show various information about the system state.
 @table @option
 @item info version
 show the version of QEMU
+@item info commands
+list QMP available commands
 @item info network
 show the various VLANs and the associated devices
 @item info chardev
 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
@@ -80,8 +82,12 @@ show virtual to physical memory mappings (i386 only)
 show the active virtual memory mappings (i386 only)
 @item info hpet
 show state of HPET (i386 only)
+@item info jit
+show dynamic compiler info
 @item info kvm
 show KVM information
+@item info numa
+show NUMA information
 @item info usb
 show USB devices plugged on the virtual USB hub
 @item info usbhost
@@ -114,6 +120,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
 
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH v2] doc: Update monitor info subcommands
  2010-05-12 14:10 [Qemu-devel] [PATCH v2] doc: Update monitor info subcommands Stefan Hajnoczi
@ 2010-05-12 14:48 ` Markus Armbruster
  2010-05-28 19:47 ` Aurelien Jarno
  1 sibling, 0 replies; 3+ messages in thread
From: Markus Armbruster @ 2010-05-12 14:48 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: qemu-devel

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 "commands", "jit",
> "numa", "qdm", and "roms" is missing.  This patch resolves these issues
> in qemu-monitor.hx.

Looks good, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH v2] doc: Update monitor info subcommands
  2010-05-12 14:10 [Qemu-devel] [PATCH v2] doc: Update monitor info subcommands Stefan Hajnoczi
  2010-05-12 14:48 ` Markus Armbruster
@ 2010-05-28 19:47 ` Aurelien Jarno
  1 sibling, 0 replies; 3+ messages in thread
From: Aurelien Jarno @ 2010-05-28 19:47 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: qemu-devel, Markus Armbruster

On Wed, May 12, 2010 at 03:10:56PM +0100, Stefan Hajnoczi wrote:
> The "info blockstats" documentation was copy-pasted as "info block"
> instead of "info blockstats".  The documentation for "commands", "jit",
> "numa", "qdm", and "roms" is missing.  This patch resolves these issues
> in qemu-monitor.hx.
> 
> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>

Thanks, applied.
> ---
> v2:
>  * "commands", "jit", and "numa"
> 
>  qemu-monitor.hx |   12 +++++++++++-
>  1 files changed, 11 insertions(+), 1 deletions(-)
> 
> diff --git a/qemu-monitor.hx b/qemu-monitor.hx
> index a8f194c..f411bd1 100644
> --- a/qemu-monitor.hx
> +++ b/qemu-monitor.hx
> @@ -54,13 +54,15 @@ Show various information about the system state.
>  @table @option
>  @item info version
>  show the version of QEMU
> +@item info commands
> +list QMP available commands
>  @item info network
>  show the various VLANs and the associated devices
>  @item info chardev
>  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
> @@ -80,8 +82,12 @@ show virtual to physical memory mappings (i386 only)
>  show the active virtual memory mappings (i386 only)
>  @item info hpet
>  show state of HPET (i386 only)
> +@item info jit
> +show dynamic compiler info
>  @item info kvm
>  show KVM information
> +@item info numa
> +show NUMA information
>  @item info usb
>  show USB devices plugged on the virtual USB hub
>  @item info usbhost
> @@ -114,6 +120,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
>  
> -- 
> 1.7.1
> 
> 
> 

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-05-28 19:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-12 14:10 [Qemu-devel] [PATCH v2] doc: Update monitor info subcommands Stefan Hajnoczi
2010-05-12 14:48 ` Markus Armbruster
2010-05-28 19:47 ` Aurelien Jarno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).