MAINTAINERS: Add myself as NUMA code maintainer
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 8 Apr 2015 11:34:33 +0000 (08:34 -0300)
committerEduardo Habkost <ehabkost@redhat.com>
Mon, 27 Apr 2015 17:59:03 +0000 (14:59 -0300)
The "srat" and "numa" keywords will help get_maintainer.pl catch
NUMA-related code in other files too.

Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
MAINTAINERS

index d7e9ba2da75f32960b322be84de2837ec148196e..978e714e4d4483c0da63711ca3c4021d47a7578e 100644 (file)
@@ -905,6 +905,15 @@ F: nbd.*
 F: qemu-nbd.c
 T: git git://github.com/bonzini/qemu.git nbd-next
 
+NUMA
+M: Eduardo Habkost <ehabkost@redhat.com>
+S: Maintained
+F: numa.c
+F: include/sysemu/numa.h
+K: numa|NUMA
+K: srat|SRAT
+T: git git://github.com/ehabkost/qemu.git numa
+
 QAPI
 M: Luiz Capitulino <lcapitulino@redhat.com>
 M: Michael Roth <mdroth@linux.vnet.ibm.com>