diff mbox

MAINTAINERS: Add myself as NUMA code maintainer

Message ID 1428512025-16228-1-git-send-email-ehabkost@redhat.com
State New
Headers show

Commit Message

Eduardo Habkost April 8, 2015, 4:53 p.m. UTC
The "srat" and "numa" keywords will help get_maintainer.pl catch
NUMA-related code in other files too.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
---
 MAINTAINERS | 9 +++++++++
 1 file changed, 9 insertions(+)

Comments

Paolo Bonzini April 9, 2015, 8:51 a.m. UTC | #1
On 08/04/2015 18:53, Eduardo Habkost wrote:
> The "srat" and "numa" keywords will help get_maintainer.pl catch
> NUMA-related code in other files too.
> 
> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
> ---
>  MAINTAINERS | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d7e9ba2..978e714 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -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>
> 

Acked-by: Paolo Bonzini <pbonzini@redhat.com>
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index d7e9ba2..978e714 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -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>