From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uo4D2-0004Yw-Ih for qemu-devel@nongnu.org; Sun, 16 Jun 2013 00:05:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uo4Cz-0003G1-Ti for qemu-devel@nongnu.org; Sun, 16 Jun 2013 00:04:56 -0400 Received: from e39.co.us.ibm.com ([32.97.110.160]:59433) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uo4Cz-0003DL-NC for qemu-devel@nongnu.org; Sun, 16 Jun 2013 00:04:53 -0400 Received: from /spool/local by e39.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sat, 15 Jun 2013 22:04:31 -0600 Received: from d03relay05.boulder.ibm.com (d03relay05.boulder.ibm.com [9.17.195.107]) by d03dlp01.boulder.ibm.com (Postfix) with ESMTP id 020381FF0020 for ; Sat, 15 Jun 2013 21:59:16 -0600 (MDT) Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay05.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r5G44TPP143398 for ; Sat, 15 Jun 2013 22:04:29 -0600 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r5G44SOA009696 for ; Sat, 15 Jun 2013 22:04:29 -0600 Message-ID: <51BD394B.7090108@linux.vnet.ibm.com> Date: Sun, 16 Jun 2013 00:04:27 -0400 From: "Michael R. Hines" MIME-Version: 1.0 References: <1371242153-11262-1-git-send-email-mrhines@linux.vnet.ibm.com> <1371242153-11262-5-git-send-email-mrhines@linux.vnet.ibm.com> <51BC2F3C.4060208@redhat.com> In-Reply-To: <51BC2F3C.4060208@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v9 04/14] rdma: export throughput w/ MigrationStats QMP List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: aliguori@us.ibm.com, quintela@redhat.com, qemu-devel@nongnu.org, owasserm@redhat.com, abali@us.ibm.com, mrhines@us.ibm.com, gokul@us.ibm.com, pbonzini@redhat.com, chegu_vinod@hp.com, knoel@redhat.com On 06/15/2013 05:09 AM, Eric Blake wrote: > On 06/14/2013 09:35 PM, mrhines@linux.vnet.ibm.com wrote: >> From: "Michael R. Hines" >> >> This exposes throughput (in megabits/sec) through QMP. >> >> Reviewed-by: Paolo Bonzini >> Signed-off-by: Michael R. Hines >> --- >> hmp.c | 2 ++ >> include/migration/migration.h | 1 + >> migration.c | 6 ++++++ >> qapi-schema.json | 5 ++++- >> 4 files changed, 13 insertions(+), 1 deletion(-) >> +++ b/qapi-schema.json >> @@ -513,12 +513,15 @@ >> # @dirty-pages-rate: number of pages dirtied by second by the >> # guest (since 1.3) >> # >> +# @mbps: throughput in megabits/sec. (since 1.5) > Should probably be 1.6 now. > Good catch. - Michael