qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v5 2/2] vmdk: Implment bdrv_get_specific_info


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v5 2/2] vmdk: Implment bdrv_get_specific_info
Date: Thu, 31 Oct 2013 10:12:21 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0

On 10/30/2013 08:06 PM, Fam Zheng wrote:
> Implement .bdrv_get_specific_info to return the extent information.
> 
> Signed-off-by: Fam Zheng <address@hidden>
> 
> ---
> v5: Changed 3 lines:
>     - Save cid in vmdk_open. (Kevin)
>     - Report parent_cid in vmdk_get_specific_info.
>     - Rename create_type to create-type in qapi-schema.json.
> 

> +++ b/qapi-schema.json
> @@ -225,6 +225,27 @@
>    } }
>  
>  ##
> +# @ImageInfoSpecificVmdk:
> +#
> +# @create_type: The create type of VMDK image

Mismatch...

> +#
> +# @cid: Content id of image
> +#
> +# @parent-cid: Parent VMDK image's cid
> +#
> +# @extents: List of extent files
> +#
> +# Since: 1.7
> +##
> +{ 'type': 'ImageInfoSpecificVmdk',
> +  'data': {
> +      'create-type': 'str',

...from the actual spelling.

> +      'cid': 'int',
> +      'parent-cid': 'int',
> +      'extents': ['ImageInfo']
> +  } }
> +

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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