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" <mrhi...@us.ibm.com>
This exposes throughput (in megabits/sec) through QMP.
Reviewed-by: Paolo Bonzini <pbonz...@redhat.com>
Signed-off-by: Michael R. Hines <mrhi...@us.ibm.com>
---
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