From patchwork Thu Jun 28 04:36:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: lvroyce@linux.vnet.ibm.com X-Patchwork-Id: 168600 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E53DC2C0093 for ; Tue, 3 Jul 2012 00:16:11 +1000 (EST) Received: from localhost ([::1]:51998 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SlhQ9-0006UE-O1 for incoming@patchwork.ozlabs.org; Mon, 02 Jul 2012 10:16:09 -0400 Received: from eggs.gnu.org ([208.118.235.92]:48956) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Slgoy-00033v-Gx for qemu-devel@nongnu.org; Mon, 02 Jul 2012 09:37:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Slgot-00064N-QG for qemu-devel@nongnu.org; Mon, 02 Jul 2012 09:37:44 -0400 Received: from [114.252.35.96] (port=37605 helo=lvroyce-pc) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Slgoi-0005zO-RG for qemu-devel@nongnu.org; Mon, 02 Jul 2012 09:37:39 -0400 Received: from lvroyce-pc.cn.ibm.com (localhost [127.0.0.1]) by lvroyce-pc.cn.ibm.com (8.14.5/8.14.5) with ESMTP id q5S4adnv007347; Thu, 28 Jun 2012 12:36:39 +0800 Received: (from lvroyce@localhost) by lvroyce-pc.cn.ibm.com (8.14.5/8.14.5/Submit) id q5S4acjT007345; Thu, 28 Jun 2012 12:36:38 +0800 From: lvroyce@linux.vnet.ibm.com To: qemu-devel@nongnu.org Date: Thu, 28 Jun 2012 12:36:29 +0800 Message-Id: <1340858189-7305-1-git-send-email-lvroyce@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.7.6 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 114.252.35.96 X-Mailman-Approved-At: Mon, 02 Jul 2012 10:15:57 -0400 Cc: lvroyce Subject: [Qemu-devel] [PATCH] fix typo of block stats query cmds examples X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: lvroyce Signed-off-by: Royce Lv Reviewed-by: Stefan Hajnoczi --- qmp-commands.hx | 30 +++++++++++++++--------------- 1 files changed, 15 insertions(+), 15 deletions(-) diff --git a/qmp-commands.hx b/qmp-commands.hx index 2e1a38e..e0d0e4d 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -1420,9 +1420,9 @@ Example: "wr_operations":751, "rd_bytes":122567168, "rd_operations":36772 - "wr_total_times_ns":313253456 - "rd_total_times_ns":3465673657 - "flush_total_times_ns":49653 + "wr_total_time_ns":313253456 + "rd_total_time_ns":3465673657 + "flush_total_time_ns":49653 "flush_operations":61, } }, @@ -1433,9 +1433,9 @@ Example: "rd_bytes":122739200, "rd_operations":36604 "flush_operations":51, - "wr_total_times_ns":313253456 - "rd_total_times_ns":3465673657 - "flush_total_times_ns":49653 + "wr_total_time_ns":313253456 + "rd_total_time_ns":3465673657 + "flush_total_time_ns":49653 } }, { @@ -1447,9 +1447,9 @@ Example: "rd_bytes":0, "rd_operations":0 "flush_operations":0, - "wr_total_times_ns":0 - "rd_total_times_ns":0 - "flush_total_times_ns":0 + "wr_total_time_ns":0 + "rd_total_time_ns":0 + "flush_total_time_ns":0 } }, { @@ -1461,9 +1461,9 @@ Example: "rd_bytes":0, "rd_operations":0 "flush_operations":0, - "wr_total_times_ns":0 - "rd_total_times_ns":0 - "flush_total_times_ns":0 + "wr_total_time_ns":0 + "rd_total_time_ns":0 + "flush_total_time_ns":0 } }, { @@ -1475,9 +1475,9 @@ Example: "rd_bytes":0, "rd_operations":0 "flush_operations":0, - "wr_total_times_ns":0 - "rd_total_times_ns":0 - "flush_total_times_ns":0 + "wr_total_time_ns":0 + "rd_total_time_ns":0 + "flush_total_time_ns":0 } } ]