From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59421) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpeHO-0002h0-A5 for qemu-devel@nongnu.org; Thu, 29 Sep 2016 12:33:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpeHN-0006wD-Gd for qemu-devel@nongnu.org; Thu, 29 Sep 2016 12:33:50 -0400 References: <1474633117-5227-1-git-send-email-thuth@redhat.com> From: Thomas Huth Message-ID: Date: Thu, 29 Sep 2016 18:33:39 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] MAINTAINERS: Add some ARM related files to the corresponding sections List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers , QEMU Trivial , qemu-arm On 29.09.2016 18:08, Peter Maydell wrote: > On 23 September 2016 at 05:18, Thomas Huth wrote: >> The file hw/misc/arm_integrator_debug.c seems to belong to Integrator >> CP, and hw/cpu/realview_mpcore.c and hw/misc/arm_sysctl.c seem to >> belong to Real View. > > arm_sysctl is also used in the Versatile PB and Vexpress boards; > it's not specific to realview. Oh, indeed, ... but how should this file then best be represented in MAINTAINERS? Adding multiple entries for one file is kind of ugly, too, isn't it? Thomas