qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH V5 07/13] block: rename bdrv_query_info to bdrv_


From: Wenchao Xia
Subject: Re: [Qemu-devel] [PATCH V5 07/13] block: rename bdrv_query_info to bdrv_query_block_info
Date: Thu, 31 Jan 2013 17:15:38 +0800
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130107 Thunderbird/17.0.2

于 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 <address@hidden>
Signed-off-by: Wenchao Xia <address@hidden>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]