qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 0/8] Add various VMDK subformats support


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH v3 0/8] Add various VMDK subformats support
Date: Tue, 06 Sep 2011 12:40:20 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110816 Thunderbird/6.0

Am 05.09.2011 10:15, schrieb Stefan Hajnoczi:
> On Fri, Aug 12, 2011 at 11:19:26PM +0800, Fam Zheng wrote:
>> Changes:
>>     02/06: Free extents on fail in vmdk_open.
>>     
>> Added:
>>     07/08: VMDK: bugfix, open Haiku vmdk image
>>     08/08: VMDK: bugfix, opening vSphere 4 exported image
>>
>> Fam Zheng (8):
>>   VMDK: enable twoGbMaxExtentFlat
>>   VMDK: add twoGbMaxExtentSparse support
>>   VMDK: separate vmdk_read_extent/vmdk_write_extent
>>   VMDK: Opening compressed extent.
>>   VMDK: read/write compressed extent
>>   VMDK: creating streamOptimized subformat
>>   VMDK: bugfix, open Haiku vmdk image
>>   VMDK: bugfix, opening vSphere 4 exported image
>>
>>  block/vmdk.c |  346 
>> +++++++++++++++++++++++++++++++++++++++++++++-------------
>>  1 files changed, 270 insertions(+), 76 deletions(-)
> 
> Reviewed-by: Stefan Hajnoczi <address@hidden>

Thanks, applied to the block branch.

I saw that in some places the result of bdrv_pread/pwrite is thrown away
and -EIO is returned instead. Please fix this on top of this series to
return the real error code.

Kevin



reply via email to

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