Lines Matching refs:postcopy

37 # @postcopy-requests: The number of page requests received from the destination
55 'postcopy-requests' : 'int', 'page-size' : 'int',
118 # @postcopy-active: like active, but now in postcopy mode. (since 2.5)
120 # @postcopy-paused: during postcopy but paused. (since 3.0)
122 # @postcopy-recover: trying to recover from a paused postcopy. (since 3.0)
144 'active', 'postcopy-active', 'postcopy-paused',
145 'postcopy-recover', 'completed', 'failed', 'colo',
195 # @postcopy-blocktime: total time when all vCPU were blocked during postcopy
196 # live migration. This is only present when the postcopy-blocktime
199 # @postcopy-vcpu-blocktime: list of the postcopy blocktime per vCPU. This is
200 # only present when the postcopy-blocktime migration capability
220 '*postcopy-blocktime' : 'uint32',
221 '*postcopy-vcpu-blocktime': ['uint32'],
381 # @postcopy-ram: Start executing on the migration target before all of RAM has
385 # postcopy the VM will fail. (since 2.6)
393 # during postcopy-ram migration. (since 2.9)
412 # @postcopy-blocktime: Calculate downtime for postcopy live migration
428 'compress', 'events', 'postcopy-ram', 'x-colo', 'release-ram',
430 'dirty-bitmaps', 'postcopy-blocktime', 'late-block-activate',
582 # @max-postcopy-bandwidth: Background transfer bandwidth during postcopy.
600 'xbzrle-cache-size', 'max-postcopy-bandwidth',
684 # @max-postcopy-bandwidth: Background transfer bandwidth during postcopy.
715 '*max-postcopy-bandwidth': 'size',
818 # @max-postcopy-bandwidth: Background transfer bandwidth during postcopy.
848 '*max-postcopy-bandwidth': 'size',
907 # @migrate-start-postcopy:
909 # Followup to a migration command to switch the migration to postcopy mode.
910 # The postcopy-ram capability must be set on both source and destination
921 { 'command': 'migrate-start-postcopy' }
1442 # Pause a migration. Currently it only supports postcopy.