qapi: Remove hardcoded tabs
There are some stray hardcoded tabs in some of our json files; remove them. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20200213175647.17628-11-peter.maydell@linaro.org> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
26ec4e53f2
commit
dbb28bc850
@ -2938,8 +2938,8 @@
|
||||
'*pr-manager': 'str',
|
||||
'*locking': 'OnOffAuto',
|
||||
'*aio': 'BlockdevAioOptions',
|
||||
'*drop-cache': {'type': 'bool',
|
||||
'if': 'defined(CONFIG_LINUX)'},
|
||||
'*drop-cache': {'type': 'bool',
|
||||
'if': 'defined(CONFIG_LINUX)'},
|
||||
'*x-check-cache-dropped': 'bool' },
|
||||
'features': [ { 'name': 'dynamic-auto-read-only',
|
||||
'if': 'defined(CONFIG_POSIX)' } ] }
|
||||
|
@ -98,7 +98,7 @@
|
||||
##
|
||||
{ 'struct': 'CompressionStats',
|
||||
'data': {'pages': 'int', 'busy': 'int', 'busy-rate': 'number',
|
||||
'compressed-size': 'int', 'compression-rate': 'number' } }
|
||||
'compressed-size': 'int', 'compression-rate': 'number' } }
|
||||
|
||||
##
|
||||
# @MigrationStatus:
|
||||
@ -713,7 +713,7 @@
|
||||
'*multifd-channels': 'int',
|
||||
'*xbzrle-cache-size': 'size',
|
||||
'*max-postcopy-bandwidth': 'size',
|
||||
'*max-cpu-throttle': 'int' } }
|
||||
'*max-cpu-throttle': 'int' } }
|
||||
|
||||
##
|
||||
# @migrate-set-parameters:
|
||||
@ -845,7 +845,7 @@
|
||||
'*block-incremental': 'bool' ,
|
||||
'*multifd-channels': 'uint8',
|
||||
'*xbzrle-cache-size': 'size',
|
||||
'*max-postcopy-bandwidth': 'size',
|
||||
'*max-postcopy-bandwidth': 'size',
|
||||
'*max-cpu-throttle':'uint8'} }
|
||||
|
||||
##
|
||||
|
Loading…
Reference in New Issue
Block a user