From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WX8wn-0003v9-DJ for qemu-devel@nongnu.org; Mon, 07 Apr 2014 08:46:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WX8wi-00014B-J1 for qemu-devel@nongnu.org; Mon, 07 Apr 2014 08:46:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15005) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WX8wi-00013s-Av for qemu-devel@nongnu.org; Mon, 07 Apr 2014 08:46:40 -0400 From: Juan Quintela In-Reply-To: (Peter Maydell's message of "Mon, 7 Apr 2014 13:39:21 +0100") References: <1396840915-10384-1-git-send-email-quintela@redhat.com> <1396840915-10384-3-git-send-email-quintela@redhat.com> <8738hpbbtx.fsf@elfo.mitica> <87txa5fhyz.fsf@blackfin.pond.sub.org> Date: Mon, 07 Apr 2014 14:46:36 +0200 Message-ID: <87sipp9uj7.fsf@elfo.mitica> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 02/97] savevm: Remove all the unneded version_minimum_id_old (Massive) Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Markus Armbruster , QEMU Developers Peter Maydell wrote: > On 7 April 2014 13:21, Markus Armbruster wrote: >> Peter Maydell writes: >> >>> On 7 April 2014 12:47, Juan Quintela wrote: >>>> Peter Maydell wrote: >>> Like I said, one patch per maintained subsystem, >>> one patch for the leftovers. >> >> Easier said than done. MAINTAINERS has more than 100 sections, yet it >> leaves more than 1200 files uncovered, roughly half of them C sources. >> I doubt splitting mechanically along those sections plus a catch-all >> patch for the "unmaintained" files would be appreciated. >> >> Could you give some guidance on splitting? > > Well, I would just eyeball the filenames. If you had > a patch with the ARM related stuff, a patch for the > things that are x86 PC devices, one for the PPC > devices, and a USB patch, that ought to whittle the > list down a fair amount. Thanks. Will do. Later, Juan.