diff mbox

MAINTAINERS: Add Host Memory Backends section

Message ID 1470059562-17147-1-git-send-email-ehabkost@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Eduardo Habkost Aug. 1, 2016, 1:52 p.m. UTC
The hostmem code is closely related to the NUMA code, so I am
willing to handle patches to those files and share the work with
Igor (the original author of that code).

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

Comments

Igor Mammedov Aug. 1, 2016, 2:11 p.m. UTC | #1
On Mon,  1 Aug 2016 10:52:42 -0300
Eduardo Habkost <ehabkost@redhat.com> wrote:

> The hostmem code is closely related to the NUMA code, so I am
> willing to handle patches to those files and share the work with
> Igor (the original author of that code).
> 
> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
> ---
>  MAINTAINERS | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d1439a8..5a9bef2 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1177,6 +1177,13 @@ F: numa.c
>  F: include/sysemu/numa.h
>  T: git git://github.com/ehabkost/qemu.git numa
>  
> +Host Memory Backends
> +M: Eduardo Habkost <ehabkost@redhat.com>
> +M: Igor Mammedov <imammedo@redhat.com>
> +S: Maintained
> +F: backends/hostmem*.c
> +F: include/sysemu/hostmem.h
> +
>  QAPI
>  M: Markus Armbruster <armbru@redhat.com>
>  M: Michael Roth <mdroth@linux.vnet.ibm.com>

Acked-by: Igor Mammedov <imammedo@redhat.com>
Markus Armbruster Aug. 1, 2016, 2:37 p.m. UTC | #2
Eduardo Habkost <ehabkost@redhat.com> writes:

> The hostmem code is closely related to the NUMA code, so I am
> willing to handle patches to those files and share the work with
> Igor (the original author of that code).
>
> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>

Thanks, Eduardo!

Reviewed-by: Markus Armbruster <armbru@redhat.com>
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index d1439a8..5a9bef2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1177,6 +1177,13 @@  F: numa.c
 F: include/sysemu/numa.h
 T: git git://github.com/ehabkost/qemu.git numa
 
+Host Memory Backends
+M: Eduardo Habkost <ehabkost@redhat.com>
+M: Igor Mammedov <imammedo@redhat.com>
+S: Maintained
+F: backends/hostmem*.c
+F: include/sysemu/hostmem.h
+
 QAPI
 M: Markus Armbruster <armbru@redhat.com>
 M: Michael Roth <mdroth@linux.vnet.ibm.com>