diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2015-04-28 11:33:47 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2015-04-28 11:33:47 +0100 |
commit | 54965ee61dbc114e98777f456b7cd6a778fbb412 (patch) | |
tree | 4ab379c6f938c1f8c15351c235161bfda6c9e615 | |
parent | da378d014d27fe3a243bd8e7e060e9eb8c1a272b (diff) | |
parent | 2f54eb98c3255154dc6bdbb8b38982af9b3f3a8f (diff) |
Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into staging
NUMA queue, 2015-04-27
# gpg: Signature made Mon Apr 27 19:02:19 2015 BST using RSA key ID 984DC5A6
# gpg: Good signature from "Eduardo Habkost <ehabkost@redhat.com>"
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg: It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 5A32 2FD5 ABC4 D3DB ACCF D1AA 2807 936F 984D C5A6
* remotes/ehabkost/tags/numa-pull-request:
MAINTAINERS: Add myself as NUMA code maintainer
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d7e9ba2da7..978e714e4d 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> |