δΊ 2013-1-29 21:05, Kevin Wolf ει:
Am 29.01.2013 14:04, schrieb Kevin Wolf:
Am 24.01.2013 03:57, schrieb Wenchao Xia:
Now that we have bdrv_query_image_info, rename this function to make it
more obvious what it is doing.
Reviewed-by: Eric Blake <ebl...@redhat.com>
Signed-off-by: Wenchao Xia <xiaw...@linux.vnet.ibm.com>
Should this provide an option to give information on each image in the
backing file chain, as well as the BlockDriverStates stacked via bs->file?
Sorry, this was meant as a reply to patch 8.
Kevin
I think so, how about:
# @query-images:
#
# Get a list of DeviceImageInfo for all virtual block devices.
#
# Returns: a list of @DeviceImageInfo describing each virtual block device
#
# Since: 1.4
##
{ 'command': 'query-images',
'data': { '*all': 'bool' },
'returns': ['DeviceImageInfo'] }
--
Best Regards
Wenchao Xia