]> git.proxmox.com Git - qemu.git/commit - qapi-schema.json
qmp: add ImageInfo in BlockDeviceInfo used by query-block
authorWenchao Xia <xiawenc@linux.vnet.ibm.com>
Thu, 6 Jun 2013 04:27:59 +0000 (12:27 +0800)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 7 Jun 2013 11:37:45 +0000 (13:37 +0200)
commit553a7e871822d933beaefbd596f0e4eed1614373
treed93e7aa0274a10461ae726a0ab216cfd62771c66
parent43526ec8d1395fe4efbed15e9764b64641b95bcc
qmp: add ImageInfo in BlockDeviceInfo used by query-block

Now image info will be retrieved as an embbed json object inside
BlockDeviceInfo, backing chain info and all related internal snapshot
info can be got in the enhanced recursive structure of ImageInfo. New
recursive member *backing-image is added to reflect the backing chain
status.

Signed-off-by: Wenchao Xia <xiawenc@linux.vnet.ibm.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block/qapi.c
include/block/qapi.h
qapi-schema.json
qmp-commands.hx