qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [v2 Patch 4/9]block: vmdk image file reopen


From: Eric Blake
Subject: Re: [Qemu-devel] [v2 Patch 4/9]block: vmdk image file reopen
Date: Tue, 31 Jul 2012 11:43:26 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0

On 07/30/2012 03:35 PM, Supriya Kannery wrote:
> vmdk driver changes for bdrv_reopen_xx functions to
> safely reopen image files. Reopening of image files while
> changing hostcache dynamically is handled here.
> 
> Signed-off-by: Supriya Kannery <address@hidden>
> 
> ---

> @@ -588,7 +596,6 @@ static int vmdk_parse_extents(const char
>          if (!strcmp(type, "FLAT")) {
>              /* FLAT extent */
>              VmdkExtent *extent;
> -
>              extent = vmdk_add_extent(bs, extent_file, true, sectors,
>                              0, 0, 0, 0, sectors);

Spurious whitespace change.

-- 
Eric Blake   address@hidden    +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]