mirror of
https://github.com/qemu/qemu.git
synced 2025-08-12 08:59:57 +00:00
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',
|
'*pr-manager': 'str',
|
||||||
'*locking': 'OnOffAuto',
|
'*locking': 'OnOffAuto',
|
||||||
'*aio': 'BlockdevAioOptions',
|
'*aio': 'BlockdevAioOptions',
|
||||||
'*drop-cache': {'type': 'bool',
|
'*drop-cache': {'type': 'bool',
|
||||||
'if': 'defined(CONFIG_LINUX)'},
|
'if': 'defined(CONFIG_LINUX)'},
|
||||||
'*x-check-cache-dropped': 'bool' },
|
'*x-check-cache-dropped': 'bool' },
|
||||||
'features': [ { 'name': 'dynamic-auto-read-only',
|
'features': [ { 'name': 'dynamic-auto-read-only',
|
||||||
'if': 'defined(CONFIG_POSIX)' } ] }
|
'if': 'defined(CONFIG_POSIX)' } ] }
|
||||||
|
@ -98,7 +98,7 @@
|
|||||||
##
|
##
|
||||||
{ 'struct': 'CompressionStats',
|
{ 'struct': 'CompressionStats',
|
||||||
'data': {'pages': 'int', 'busy': 'int', 'busy-rate': 'number',
|
'data': {'pages': 'int', 'busy': 'int', 'busy-rate': 'number',
|
||||||
'compressed-size': 'int', 'compression-rate': 'number' } }
|
'compressed-size': 'int', 'compression-rate': 'number' } }
|
||||||
|
|
||||||
##
|
##
|
||||||
# @MigrationStatus:
|
# @MigrationStatus:
|
||||||
@ -713,7 +713,7 @@
|
|||||||
'*multifd-channels': 'int',
|
'*multifd-channels': 'int',
|
||||||
'*xbzrle-cache-size': 'size',
|
'*xbzrle-cache-size': 'size',
|
||||||
'*max-postcopy-bandwidth': 'size',
|
'*max-postcopy-bandwidth': 'size',
|
||||||
'*max-cpu-throttle': 'int' } }
|
'*max-cpu-throttle': 'int' } }
|
||||||
|
|
||||||
##
|
##
|
||||||
# @migrate-set-parameters:
|
# @migrate-set-parameters:
|
||||||
@ -845,7 +845,7 @@
|
|||||||
'*block-incremental': 'bool' ,
|
'*block-incremental': 'bool' ,
|
||||||
'*multifd-channels': 'uint8',
|
'*multifd-channels': 'uint8',
|
||||||
'*xbzrle-cache-size': 'size',
|
'*xbzrle-cache-size': 'size',
|
||||||
'*max-postcopy-bandwidth': 'size',
|
'*max-postcopy-bandwidth': 'size',
|
||||||
'*max-cpu-throttle':'uint8'} }
|
'*max-cpu-throttle':'uint8'} }
|
||||||
|
|
||||||
##
|
##
|
||||||
|
Loading…
Reference in New Issue
Block a user