From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgvsT-0002eF-Lr for qemu-devel@nongnu.org; Wed, 22 Oct 2014 09:23:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgvsO-00079Q-Ew for qemu-devel@nongnu.org; Wed, 22 Oct 2014 09:23:01 -0400 Received: from cantor2.suse.de ([195.135.220.15]:48719 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgvsO-000797-94 for qemu-devel@nongnu.org; Wed, 22 Oct 2014 09:22:56 -0400 Message-ID: <5447AFAE.6000400@suse.de> Date: Wed, 22 Oct 2014 15:22:54 +0200 From: Alexander Graf MIME-Version: 1.0 References: <87mw8rumhb.fsf@blackfin.pond.sub.org> <87y4s8h5rh.fsf@blackfin.pond.sub.org> <54477248.20208@redhat.com> <87r3y0copj.fsf@blackfin.pond.sub.org> <54479A04.8050200@redhat.com> <87oat49rua.fsf@blackfin.pond.sub.org> In-Reply-To: <87oat49rua.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] MAINTAINERS leaves too many files uncovered List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster , Paolo Bonzini Cc: qemu-devel On 22.10.14 15:06, Markus Armbruster wrote: > Paolo Bonzini writes: > >> On 10/22/2014 01:45 PM, Markus Armbruster wrote: >>>>> Part of TCG PPC. >>> Give me a name :) >>> >> >> This: >> >> PowerPC >> M: Alexander Graf >> L: qemu-ppc@nongnu.org >> S: Maintained >> F: target-ppc/ >> F: hw/ppc/ >> >> Paolo > > Something like this, I presume: I think the best way to figure these out would be to have checkpatch.pl check whether an unmaintained file gets introduced. If that happens, warn the user. I always run checkpatch.pl on every patch I apply. Alex