From patchwork Wed May 12 14:10:56 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 52386 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E484AB7E00 for ; Thu, 13 May 2010 00:12:59 +1000 (EST) Received: from localhost ([127.0.0.1]:39221 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCCgA-00063d-Sh for incoming@patchwork.ozlabs.org; Wed, 12 May 2010 10:12:54 -0400 Received: from [140.186.70.92] (port=45188 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCCeM-0005Ln-Cq for qemu-devel@nongnu.org; Wed, 12 May 2010 10:11:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OCCeK-0005RM-KL for qemu-devel@nongnu.org; Wed, 12 May 2010 10:11:02 -0400 Received: from mtagate1.uk.ibm.com ([194.196.100.161]:38433) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OCCeK-0005R3-DD for qemu-devel@nongnu.org; Wed, 12 May 2010 10:11:00 -0400 Received: from d06nrmr1407.portsmouth.uk.ibm.com (d06nrmr1407.portsmouth.uk.ibm.com [9.149.38.185]) by mtagate1.uk.ibm.com (8.13.1/8.13.1) with ESMTP id o4CEAwPd023634 for ; Wed, 12 May 2010 14:10:58 GMT Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by d06nrmr1407.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o4CEAwc9917584 for ; Wed, 12 May 2010 15:10:58 +0100 Received: from d06av01.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id o4CEAwqT031887 for ; Wed, 12 May 2010 15:10:58 +0100 Received: from stefan-thinkpad.manchester-maybrook.uk.ibm.com (dyn-9-174-219-79.manchester-maybrook.uk.ibm.com [9.174.219.79]) by d06av01.portsmouth.uk.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id o4CEAwpw031876; Wed, 12 May 2010 15:10:58 +0100 From: Stefan Hajnoczi To: Date: Wed, 12 May 2010 15:10:56 +0100 Message-Id: <1273673456-9565-1-git-send-email-stefanha@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) Cc: Markus Armbruster , Stefan Hajnoczi Subject: [Qemu-devel] [PATCH v2] doc: Update monitor info subcommands X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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 --- 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