diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2016-08-01 10:52:42 -0300 |
---|---|---|
committer | Eduardo Habkost <ehabkost@redhat.com> | 2016-08-02 08:22:02 -0300 |
commit | 4fc264f49c2998cacbc1146b80529c5f768eebdb (patch) | |
tree | 53902a2f50e97257e5833d231689aace27e8fc50 | |
parent | cc0100f464c94bf80ad36cd432f4a1ed58126b60 (diff) | |
download | qemu-4fc264f49c2998cacbc1146b80529c5f768eebdb.zip qemu-4fc264f49c2998cacbc1146b80529c5f768eebdb.tar.gz qemu-4fc264f49c2998cacbc1146b80529c5f768eebdb.tar.bz2 |
MAINTAINERS: Add Host Memory Backends section
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).
Acked-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9c88c44..b6fb84e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1169,6 +1169,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> |