aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorHyman Huang(黄勇) <huangy81@chinatelecom.cn>2021-03-19 16:07:57 +0800
committerThomas Huth <thuth@redhat.com>2021-04-01 08:27:44 +0200
commitfac87d4d9dc1debf122f5e9b14910e4c7b9f57b1 (patch)
treede4490cd1d4a14dfa10d59fcae33cc4e06582b22 /MAINTAINERS
parent6ee55e1d10c25c2f6bf5ce2084ad2327e17affa5 (diff)
MAINTAINERS: Fix tests/migration maintainers
when executing the following scripts, it throw error message: $ ./scripts/get_maintainer.pl -f tests/migration/guestperf.py get_maintainer.pl: No maintainers found, printing recent contributors. get_maintainer.pl: Do not blindly cc: them on patches! Use common sense. add the tests/migration to the "Migration" section of MAINTAINERS Signed-off-by: Hyman Huang(黄勇) <huangy81@chinatelecom.cn> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <91d5978357fb8709ef61d2030984f7142847037d.1616141556.git.huangy81@chinatelecom.cn> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 554be84b32..670132f7fe 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2727,6 +2727,7 @@ F: tests/vmstate-static-checker-data/
F: tests/qtest/migration-test.c
F: docs/devel/migration.rst
F: qapi/migration.json
+F: tests/migration/
D-Bus
M: Marc-André Lureau <marcandre.lureau@redhat.com>