On 06/15/2013 05:09 AM, Eric Blake wrote:
On 06/14/2013 09:35 PM, [email protected] wrote:
From: "Michael R. Hines" <[email protected]>
This exposes throughput (in megabits/sec) through QMP.
Reviewed-by: Paolo Bonzini <[email protected]>
Signed-off-by: Michael R. Hines <[email protected]>
---
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