|
@@ -480,6 +480,10 @@
|
|
# may be expensive, but do not actually occur during the iterative
|
|
# may be expensive, but do not actually occur during the iterative
|
|
# migration rounds themselves. (since 1.6)
|
|
# migration rounds themselves. (since 1.6)
|
|
#
|
|
#
|
|
|
|
+# @x-cpu-throttle-percentage: #optional percentage of time guest cpus are being
|
|
|
|
+# throttled during auto-converge. This is only present when auto-converge
|
|
|
|
+# has started throttling guest cpus. (Since 2.5)
|
|
|
|
+#
|
|
# Since: 0.14.0
|
|
# Since: 0.14.0
|
|
##
|
|
##
|
|
{ 'struct': 'MigrationInfo',
|
|
{ 'struct': 'MigrationInfo',
|
|
@@ -489,7 +493,8 @@
|
|
'*total-time': 'int',
|
|
'*total-time': 'int',
|
|
'*expected-downtime': 'int',
|
|
'*expected-downtime': 'int',
|
|
'*downtime': 'int',
|
|
'*downtime': 'int',
|
|
- '*setup-time': 'int'} }
|
|
|
|
|
|
+ '*setup-time': 'int',
|
|
|
|
+ '*x-cpu-throttle-percentage': 'int'} }
|
|
|
|
|
|
##
|
|
##
|
|
# @query-migrate
|
|
# @query-migrate
|