From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39896) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTCyp-0003AK-Ec for qemu-devel@nongnu.org; Wed, 04 Mar 2015 12:21:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTCym-0002mH-13 for qemu-devel@nongnu.org; Wed, 04 Mar 2015 12:21:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59529) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTCyl-0002m7-O9 for qemu-devel@nongnu.org; Wed, 04 Mar 2015 12:21:03 -0500 Date: Wed, 4 Mar 2015 18:20:55 +0100 From: "Michael S. Tsirkin" Message-ID: <20150304172055.GA7092@redhat.com> References: <54F45893.5080802@redhat.com> <54F4618D.1050205@redhat.com> <54F5B345.4010706@gmail.com> <54F5BDD5.5070706@redhat.com> <54F5CE1D.7050802@redhat.com> <20150304122659.GA28674@redhat.com> <87fv9ku2sa.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87fv9ku2sa.fsf@blackfin.pond.sub.org> Subject: Re: [Qemu-devel] Delaying -rc0? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Peter Maydell , qemu-devel , Kevin OConnor , Gerd Hoffmann , Marcel Apfelbaum , Paolo Bonzini On Wed, Mar 04, 2015 at 05:48:37PM +0100, Markus Armbruster wrote: > "Michael S. Tsirkin" writes: > > > On Wed, Mar 04, 2015 at 12:14:21AM +0900, Peter Maydell wrote: > >> On 4 March 2015 at 00:07, Marcel Apfelbaum wrote: > >> > In the mean time this series depends on Igor's ACPI dynamic series that took > >> > a lot of time to review and even Michael's PULL request with it is not yet > >> > in master. > >> > >> You can view this as an argument against enormous pull requests > >> with nearly a hundred patches in them -- they're much more likely > >> to hit multiple issues in submission with minor things that need > >> fixing, simply because of their size... > >> > >> thanks > >> -- PMM > > > > Right. There were acpi changes by Igor and PCI changes by Markus, > > The latter is my "[PATCH 00/10] pci: Partial conversion to realize". > Quite a few pending series depend on it. > > > trying to merge them at once is what created this. > > I guess I could instead just do two unrelated pull requests > > that can be merged in parallel. Though in Marcel's case, the > > problems were all in Igor's patches and these are exactly > > the ones Marcel's code depends on. > > If we can decouple the two, problems with one won't hold up the other > anymore. > > I can do a pull request for just my series, if that helps. I think it's not necessary at this point. > But I'm > prepared to leave that coveted, glamorous and rewarding job to you ;)