mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
migration: Revert postcopy-blocktime commit set
This reverts commitsca6011c
migration: add postcopy total blocktime into query-migrate5f32dc8
migration: add blocktime calculation into migration-test2f7dae9
migration: postcopy_blocktime documentation3be98be
migration: calculate vCPU blocktime on dst side01a87f0
migration: add postcopy blocktime ctx into MigrationIncomingState31bf06a
migration: introduce postcopy-blocktime capability as they don't build on ppc32 due to trying to do atomic accesses on types that are larger than the host pointer type. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
ee264eb32c
commit
ee86981bda
8 changed files with 8 additions and 382 deletions
|
@ -155,13 +155,6 @@
|
|||
# @error-desc: the human readable error description string, when
|
||||
# @status is 'failed'. Clients should not attempt to parse the
|
||||
# error strings. (Since 2.7)
|
||||
#
|
||||
# @postcopy-blocktime: total time when all vCPU were blocked during postcopy
|
||||
# live migration (Since 2.12)
|
||||
#
|
||||
# @postcopy-vcpu-blocktime: list of the postcopy blocktime per vCPU (Since 2.12)
|
||||
#
|
||||
|
||||
#
|
||||
# Since: 0.14.0
|
||||
##
|
||||
|
@ -174,9 +167,7 @@
|
|||
'*downtime': 'int',
|
||||
'*setup-time': 'int',
|
||||
'*cpu-throttle-percentage': 'int',
|
||||
'*error-desc': 'str',
|
||||
'*postcopy-blocktime' : 'int64',
|
||||
'*postcopy-vcpu-blocktime': ['int64']} }
|
||||
'*error-desc': 'str'} }
|
||||
|
||||
##
|
||||
# @query-migrate:
|
||||
|
@ -361,16 +352,12 @@
|
|||
#
|
||||
# @x-multifd: Use more than one fd for migration (since 2.11)
|
||||
#
|
||||
# @postcopy-blocktime: Calculate downtime for postcopy live migration
|
||||
# (since 2.12)
|
||||
#
|
||||
# Since: 1.2
|
||||
##
|
||||
{ 'enum': 'MigrationCapability',
|
||||
'data': ['xbzrle', 'rdma-pin-all', 'auto-converge', 'zero-blocks',
|
||||
'compress', 'events', 'postcopy-ram', 'x-colo', 'release-ram',
|
||||
'block', 'return-path', 'pause-before-switchover', 'x-multifd',
|
||||
'postcopy-blocktime' ] }
|
||||
'block', 'return-path', 'pause-before-switchover', 'x-multifd' ] }
|
||||
|
||||
##
|
||||
# @MigrationCapabilityStatus:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue