diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-08-02 12:55:12 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-08-02 12:55:12 +0100 |
commit | 8b54a6a6c63dc84f2744f6b125c1a6c5a16ee10b (patch) | |
tree | 53902a2f50e97257e5833d231689aace27e8fc50 | |
parent | cc0100f464c94bf80ad36cd432f4a1ed58126b60 (diff) | |
parent | 4fc264f49c2998cacbc1146b80529c5f768eebdb (diff) | |
download | qemu-8b54a6a6c63dc84f2744f6b125c1a6c5a16ee10b.zip qemu-8b54a6a6c63dc84f2744f6b125c1a6c5a16ee10b.tar.gz qemu-8b54a6a6c63dc84f2744f6b125c1a6c5a16ee10b.tar.bz2 |
Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into staging
MAINTAINERS: Add Host Memory Backends section
# gpg: Signature made Tue 02 Aug 2016 12:24:56 BST
# gpg: using RSA key 0x2807936F984DC5A6
# gpg: Good signature from "Eduardo Habkost <ehabkost@redhat.com>"
# Primary key fingerprint: 5A32 2FD5 ABC4 D3DB ACCF D1AA 2807 936F 984D C5A6
* remotes/ehabkost/tags/numa-pull-request:
MAINTAINERS: Add Host Memory Backends section
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-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> |