block: Move sysemu QMP commands to QAPI block module
commit5a16818b45cbe2a35d58f5314209b09b753994d8
authorKevin Wolf <kwolf@redhat.com>
Mon, 24 Feb 2020 14:29:53 +0000 (24 15:29 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 6 Mar 2020 16:15:38 +0000 (6 17:15 +0100)
tree8266e5ad304a42d3fe7bb106090155fac07c9346
parentb3cf1ec06a9e469c2f2236516b225acc0b8b2961
block: Move sysemu QMP commands to QAPI block module

QMP commands that are related to the system emulator and don't make
sense in the context of tools such as qemu-storage-daemon should live in
qapi/block.json rather than qapi/block-core.json. Move them there.

The associated data types are actually also used in code shared with the
tools, so they stay in block-core.json.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20200224143008.13362-6-kwolf@redhat.com>
Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
monitor/qmp-cmds.c
qapi/block-core.json
qapi/block.json