diff mbox

MAINTAINERS: Add some ARM related files to the corresponding sections

Message ID 1474633117-5227-1-git-send-email-thuth@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Thomas Huth Sept. 23, 2016, 12:18 p.m. UTC
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.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)

Comments

Michael Tokarev Sept. 29, 2016, 3:45 p.m. UTC | #1
Applied to -trivial, thanks!

/mjt
Peter Maydell Sept. 29, 2016, 4:08 p.m. UTC | #2
On 23 September 2016 at 05:18, Thomas Huth <thuth@redhat.com> 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.

thanks
-- PMM
Thomas Huth Sept. 29, 2016, 4:33 p.m. UTC | #3
On 29.09.2016 18:08, Peter Maydell wrote:
> On 23 September 2016 at 05:18, Thomas Huth <thuth@redhat.com> 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
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 3879e1c..15bbd06 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -405,6 +405,7 @@  M: Peter Maydell <peter.maydell@linaro.org>
 L: qemu-arm@nongnu.org
 S: Maintained
 F: hw/arm/integratorcp.c
+F: hw/misc/arm_integrator_debug.c
 
 Musicpal
 M: Jan Kiszka <jan.kiszka@web.de>
@@ -429,7 +430,9 @@  M: Peter Maydell <peter.maydell@linaro.org>
 L: qemu-arm@nongnu.org
 S: Maintained
 F: hw/arm/realview*
+F: hw/cpu/realview_mpcore.c
 F: hw/intc/realview_gic.c
+F: hw/misc/arm_sysctl.c
 F: include/hw/intc/realview_gic.h
 
 PXA2XX