diff mbox

MAINTAINERS: Add myself as Memory API maintainer

Message ID 1398790272-6468-1-git-send-email-pbonzini@redhat.com
State New
Headers show

Commit Message

Paolo Bonzini April 29, 2014, 4:51 p.m. UTC
I'm not including Avi since he has already removed himself from the
KVM entry.  I'm not going to commit my patches without review.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 MAINTAINERS | 10 ++++++++++
 1 file changed, 10 insertions(+)

Comments

Edgar E. Iglesias April 29, 2014, 10:59 p.m. UTC | #1
On Tue, Apr 29, 2014 at 06:51:12PM +0200, Paolo Bonzini wrote:
> I'm not including Avi since he has already removed himself from the
> KVM entry.  I'm not going to commit my patches without review.
> 
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

Acked-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>


> ---
>  MAINTAINERS | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 96299dd..8913e1a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -717,6 +717,16 @@ S: Odd Fixes
>  F: gdbstub*
>  F: gdb-xml/
>  
> +Memory API
> +M: Paolo Bonzini <pbonzini@redhat.com>
> +S: Supported
> +F: include/exec/ioport.h
> +F: ioport.c
> +F: include/exec/memory.h
> +F: memory.c
> +F: include/exec/memory-internal.h
> +F: exec.c
> +
>  SPICE
>  M: Gerd Hoffmann <kraxel@redhat.com>
>  S: Supported
> -- 
> 1.8.3.1
> 
>
Andreas Färber April 30, 2014, 7:32 a.m. UTC | #2
Am 29.04.2014 18:51, schrieb Paolo Bonzini:
> I'm not including Avi since he has already removed himself from the
> KVM entry.  I'm not going to commit my patches without review.
> 
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  MAINTAINERS | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 96299dd..8913e1a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -717,6 +717,16 @@ S: Odd Fixes
>  F: gdbstub*
>  F: gdb-xml/
>  
> +Memory API
> +M: Paolo Bonzini <pbonzini@redhat.com>
> +S: Supported
> +F: include/exec/ioport.h
> +F: ioport.c
> +F: include/exec/memory.h
> +F: memory.c
> +F: include/exec/memory-internal.h
> +F: exec.c
> +
>  SPICE
>  M: Gerd Hoffmann <kraxel@redhat.com>
>  S: Supported

Acked-by: Andreas Färber <afaerber@suse.de>

We might run into non-memory conflicts in exec.c for CPU refactorings,
but as always the lines are a bit blurry and you usually review such
stuff anyway. ;)

Thanks,
Andreas
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 96299dd..8913e1a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -717,6 +717,16 @@  S: Odd Fixes
 F: gdbstub*
 F: gdb-xml/
 
+Memory API
+M: Paolo Bonzini <pbonzini@redhat.com>
+S: Supported
+F: include/exec/ioport.h
+F: ioport.c
+F: include/exec/memory.h
+F: memory.c
+F: include/exec/memory-internal.h
+F: exec.c
+
 SPICE
 M: Gerd Hoffmann <kraxel@redhat.com>
 S: Supported