From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=38413 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OC9UD-0001hk-Ul for qemu-devel@nongnu.org; Wed, 12 May 2010 06:48:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OC9U8-0002eh-6y for qemu-devel@nongnu.org; Wed, 12 May 2010 06:48:18 -0400 Received: from mtagate6.de.ibm.com ([195.212.17.166]:57380) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OC9U7-0002eL-UW for qemu-devel@nongnu.org; Wed, 12 May 2010 06:48:16 -0400 Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate6.de.ibm.com (8.13.1/8.13.1) with ESMTP id o4CAmD1k018994 for ; Wed, 12 May 2010 10:48:13 GMT Received: from d12av04.megacenter.de.ibm.com (d12av04.megacenter.de.ibm.com [9.149.165.229]) by d12nrmr1607.megacenter.de.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o4CAmD3O1646798 for ; Wed, 12 May 2010 12:48:13 +0200 Received: from d12av04.megacenter.de.ibm.com (loopback [127.0.0.1]) by d12av04.megacenter.de.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id o4CAmDWE008671 for ; Wed, 12 May 2010 12:48:13 +0200 From: Stefan Hajnoczi Date: Wed, 12 May 2010 11:48:11 +0100 Message-Id: <1273661291-3239-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH] doc: Update info blockstats, qdm, and roms List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Stefan Hajnoczi 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 --- qemu-monitor.hx | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) 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 -- 1.7.1