Signed-off-by: Benoit Canet <ben...@irqsave.net> --- qapi-schema.json | 11 ----------- qapi/block-core.json | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/qapi-schema.json b/qapi-schema.json index ec08c0e..3aee262 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -1002,17 +1002,6 @@ { 'command': 'query-pci', 'returns': ['PciInfo'] } ## -# @query-block-jobs: -# -# Return information about long-running block device operations. -# -# Returns: a list of @BlockJobInfo for each active block job -# -# Since: 1.1 -## -{ 'command': 'query-block-jobs', 'returns': ['BlockJobInfo'] } - -## # @quit: # # This command will cause the QEMU process to exit gracefully. While every diff --git a/qapi/block-core.json b/qapi/block-core.json index 5e2334c..bd0a7c8 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -512,3 +512,14 @@ 'offset': 'int', 'busy': 'bool', 'paused': 'bool', 'speed': 'int', 'io-status': 'BlockDeviceIoStatus'} } +## +# @query-block-jobs: +# +# Return information about long-running block device operations. +# +# Returns: a list of @BlockJobInfo for each active block job +# +# Since: 1.1 +## +{ 'command': 'query-block-jobs', 'returns': ['BlockJobInfo'] } + -- 1.9.1