Am 21.03.2014 um 01:07 hat Leandro Dorileo geschrieben: > Hi Chunyan, > > On Mon, Mar 10, 2014 at 03:31:36PM +0800, Chunyan Liu wrote: > > This patch series is to replace QEMUOptionParameter with QemuOpts, so that > > only > > one Qemu Option structure is kept in QEMU code. > > > > > Last night I took some time do take a deeper look at you series and the > required > effort to do the QemuOptionParameter -> QemuOpts migration. > > I think you've over complicated the things, I understand you tried to keep > your > serie's bisectability (?), but the final result was something really hard to > review and to integrate as well. The overall approach wasn't even resolving > the > bisectability problem since it breaks the tree until the last commit. > Moreover, > in the path of getting things ready you created new problems and their > respective > fixes, what we really don't need to. > > In this regards you could have kept things as simple as possible and submitted > the patches in a "natural way", even if they were breaking the build between > each > patch, you could get all the required maintainer's Reviewed-by + Tested-by + > Signed-off-by and so on for each individual patch and when it was time to > integrate get squashed the needed patches.
No, please not. If you have bisectability on the surface, but the bisect ends in a monster patch with several thousand lines of code, nothing is won. Kevin