qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 0/2] vmdk: Implement bdrv_get_specific_info


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v3 0/2] vmdk: Implement bdrv_get_specific_info
Date: Fri, 11 Oct 2013 06:17:15 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0

On 10/11/2013 06:08 AM, Fam Zheng wrote:
> The new information looks like:
> 
>     image: /tmp/foo.vmdk
>     file format: vmdk
>     virtual size: 100G (107374182400 bytes)
>     disk size: 4.0K
>     Format specific information:
>         cid: 0
>         create_type: twoGbMaxExtentFlat
>         parent cid: 0
>         extents:
>             [0]:
>                 virtual size: 2147483648
>                 filename: /tmp/foo-f001.vmdk
>                 format: FLAT
>             [1]:
>                 virtual size: 2147483648
>                 filename: /tmp/foo-f002.vmdk
>                 format: FLAT
>             [2]:
>                 virtual size: 2147483648
>                 filename: /tmp/foo-f003.vmdk
>                 format: FLAT
>             [3]:                                           ...
> 
> v3: Rebase to kevin's block branch.

This time I reviewed the C code as well as the QMP.

Series: Reviewed-by: Eric Blake <address@hidden>

-- 
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]