diff options
| author | Eduardo Habkost | 2016-04-20 16:55:30 +0200 |
|---|---|---|
| committer | Peter Maydell | 2016-04-21 12:40:57 +0200 |
| commit | 81d9d1867f5210412ccd262b040cf579dc32ff55 (patch) | |
| tree | 52a3f2e508653b710f6d366c3dea476d4637de97 | |
| parent | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (diff) | |
| download | qemu-81d9d1867f5210412ccd262b040cf579dc32ff55.tar.gz qemu-81d9d1867f5210412ccd262b040cf579dc32ff55.tar.xz qemu-81d9d1867f5210412ccd262b040cf579dc32ff55.zip | |
MAINTAINERS: Avoid using K: for NUMA section
When using K: in MAINTAINERS, false positives makes
get_maintainer.pl not use git history to find contributors. As
those patterns cause lots of false positives they are causing
more harm than good, so remove them.
Reported-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-id: 1461164130-3847-1-git-send-email-ehabkost@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
| -rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 28e2b17049..81e7fac2fc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1155,8 +1155,6 @@ 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 |
