Re: [Qemu-devel] [PATCH v9 04/14] rdma: export throughput w/ MigrationStats QMP

2013-06-15 Thread Michael R. Hines
On 06/15/2013 05:09 AM, Eric Blake wrote: On 06/14/2013 09:35 PM, mrhi...@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 ++ incl

Re: [Qemu-devel] [PATCH v9 04/14] rdma: export throughput w/ MigrationStats QMP

2013-06-15 Thread Eric Blake
On 06/14/2013 09:35 PM, mrhi...@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 |

[Qemu-devel] [PATCH v9 04/14] rdma: export throughput w/ MigrationStats QMP

2013-06-14 Thread mrhines
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