qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/5] Fast Virtual Disk (FVD) Proposal Part 1


From: Jes Sorensen
Subject: Re: [Qemu-devel] [PATCH 1/5] Fast Virtual Disk (FVD) Proposal Part 1
Date: Thu, 27 Jan 2011 13:23:16 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b3pre Thunderbird/3.1.7

On 01/24/11 15:50, Chunqiang Tang wrote:
>> I think the root of the problem is that your series didn't maintain 
>> bisectability.
>>
>> IOW, each patch needs to be able to be applied one at a time such that 
>> at each point, the build doesn't break and functionality doesn't break.
>>
>> Otherwise, tools like git bisect don't work.
> 
> This was true with the old, big FVD patches you reviewed. Following 
> Christoph Hellwig's suggestion, the new series of FVD patches submitted 
> last Friday, e.g., "FVD: Added the simulated 'blksim' driver", add 
> individual smaller functions and breaks neither compilation nor execution. 

Then you need to break up the new patch into smaller chunks and make
sure they can each be applied without breaking the build.

Having a separate patch that moves functions to another file, because
they are too be shared, is a completely valid patch.


Jes





reply via email to

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