From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YT8B5-0005QS-3g for qemu-devel@nongnu.org; Wed, 04 Mar 2015 07:13:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YT8B1-0007G5-7v for qemu-devel@nongnu.org; Wed, 04 Mar 2015 07:13:27 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49420) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YT8B0-0007Fz-Vv for qemu-devel@nongnu.org; Wed, 04 Mar 2015 07:13:23 -0500 Message-ID: <1425471194.8389.48.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Wed, 04 Mar 2015 13:13:14 +0100 In-Reply-To: <87vbih2pea.fsf@blackfin.pond.sub.org> References: <54F45893.5080802@redhat.com> <54F4618D.1050205@redhat.com> <54F5B345.4010706@gmail.com> <54F5BDD5.5070706@redhat.com> <54F5CE1D.7050802@redhat.com> <87vbih2pea.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Delaying -rc0? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster , "Michael S. Tsirkin" Cc: Marcel Apfelbaum , Peter Maydell , Kevin OConnor , qemu-devel , Paolo Bonzini On Mi, 2015-03-04 at 08:27 +0100, Markus Armbruster wrote: > Peter Maydell writes: > > > 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... > > Yes. The current PCI pull request is clearly too big for its own > good. ... and it has non-pci stuff in there too. Guess it would make sense to split stuff into multiple queues (acpi, pc, acpi, virtio, ...). Helps to keep the size reasonable. I think it works better overall, even if it is annoying at times when there are patch dependencies between branches. cheers, Gerd