qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 2/6] add basic backup support to block driver


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v3 2/6] add basic backup support to block driver
Date: Thu, 21 Feb 2013 08:39:01 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

Il 21/02/2013 07:33, Dietmar Maurer ha scritto:
>> This should call bdrv_is_allocated_above like the other block jobs do.
>> It would be needed later anyway to backup only the topmost image.
> 
> I do not need that information now, so why do you want that I add dead code?

I think you do.  You're wasting time reading unallocated clusters and
checking that they are zero.  bdrv_is_allocated_above gives you the same
information much more efficiently.  Do VMA files have to store all the
blocks of the source file?

Paolo



reply via email to

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