From patchwork Wed May 12 10:48:11 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 52377 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 2B7DBB7E05 for ; Wed, 12 May 2010 20:54:28 +1000 (EST) Received: from localhost ([127.0.0.1]:44688 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OC9Vz-00027s-To for incoming@patchwork.ozlabs.org; Wed, 12 May 2010 06:50:11 -0400 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 Received: from stefan-thinkpad.manchester-maybrook.uk.ibm.com (dyn-9-174-219-79.manchester-maybrook.uk.ibm.com [9.174.219.79]) by d12av04.megacenter.de.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id o4CAmDET008668; Wed, 12 May 2010 12:48:13 +0200 From: Stefan Hajnoczi To: Date: Wed, 12 May 2010 11:48:11 +0100 Message-Id: <1273661291-3239-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: Stefan Hajnoczi Subject: [Qemu-devel] [PATCH] doc: Update info blockstats, qdm, and roms 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 "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