migration.json: Don't use space before colon
So all the file is consistent. Signed-off-by: Juan Quintela <quintela@redhat.com> Message-Id: <20230612191604.2219-1-quintela@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
5034e3d4e8
commit
fd658a7b8c
@ -67,13 +67,13 @@
|
|||||||
{ 'struct': 'MigrationStats',
|
{ 'struct': 'MigrationStats',
|
||||||
'data': {'transferred': 'int', 'remaining': 'int', 'total': 'int' ,
|
'data': {'transferred': 'int', 'remaining': 'int', 'total': 'int' ,
|
||||||
'duplicate': 'int', 'skipped': 'int', 'normal': 'int',
|
'duplicate': 'int', 'skipped': 'int', 'normal': 'int',
|
||||||
'normal-bytes': 'int', 'dirty-pages-rate' : 'int',
|
'normal-bytes': 'int', 'dirty-pages-rate': 'int',
|
||||||
'mbps' : 'number', 'dirty-sync-count' : 'int',
|
'mbps': 'number', 'dirty-sync-count': 'int',
|
||||||
'postcopy-requests' : 'int', 'page-size' : 'int',
|
'postcopy-requests': 'int', 'page-size': 'int',
|
||||||
'multifd-bytes' : 'uint64', 'pages-per-second' : 'uint64',
|
'multifd-bytes': 'uint64', 'pages-per-second': 'uint64',
|
||||||
'precopy-bytes' : 'uint64', 'downtime-bytes' : 'uint64',
|
'precopy-bytes': 'uint64', 'downtime-bytes': 'uint64',
|
||||||
'postcopy-bytes' : 'uint64',
|
'postcopy-bytes': 'uint64',
|
||||||
'dirty-sync-missed-zero-copy' : 'uint64' } }
|
'dirty-sync-missed-zero-copy': 'uint64' } }
|
||||||
|
|
||||||
##
|
##
|
||||||
# @XBZRLECacheStats:
|
# @XBZRLECacheStats:
|
||||||
@ -264,7 +264,7 @@
|
|||||||
'*cpu-throttle-percentage': 'int',
|
'*cpu-throttle-percentage': 'int',
|
||||||
'*error-desc': 'str',
|
'*error-desc': 'str',
|
||||||
'*blocked-reasons': ['str'],
|
'*blocked-reasons': ['str'],
|
||||||
'*postcopy-blocktime' : 'uint32',
|
'*postcopy-blocktime': 'uint32',
|
||||||
'*postcopy-vcpu-blocktime': ['uint32'],
|
'*postcopy-vcpu-blocktime': ['uint32'],
|
||||||
'*compression': 'CompressionStats',
|
'*compression': 'CompressionStats',
|
||||||
'*socket-address': ['SocketAddress'] } }
|
'*socket-address': ['SocketAddress'] } }
|
||||||
@ -526,7 +526,7 @@
|
|||||||
# Since: 1.2
|
# Since: 1.2
|
||||||
##
|
##
|
||||||
{ 'struct': 'MigrationCapabilityStatus',
|
{ 'struct': 'MigrationCapabilityStatus',
|
||||||
'data': { 'capability' : 'MigrationCapability', 'state' : 'bool' } }
|
'data': { 'capability': 'MigrationCapability', 'state': 'bool' } }
|
||||||
|
|
||||||
##
|
##
|
||||||
# @migrate-set-capabilities:
|
# @migrate-set-capabilities:
|
||||||
@ -1577,7 +1577,7 @@
|
|||||||
# Since: 2.9
|
# Since: 2.9
|
||||||
##
|
##
|
||||||
{ 'command': 'xen-set-replication',
|
{ 'command': 'xen-set-replication',
|
||||||
'data': { 'enable': 'bool', 'primary': 'bool', '*failover' : 'bool' },
|
'data': { 'enable': 'bool', 'primary': 'bool', '*failover': 'bool' },
|
||||||
'if': 'CONFIG_REPLICATION' }
|
'if': 'CONFIG_REPLICATION' }
|
||||||
|
|
||||||
##
|
##
|
||||||
|
Loading…
x
Reference in New Issue
Block a user