MAINTAINERS: Fix tests/migration maintainers
authorHyman Huang(黄勇) <huangy81@chinatelecom.cn>
Fri, 19 Mar 2021 08:07:57 +0000 (16:07 +0800)
committerThomas Huth <thuth@redhat.com>
Thu, 1 Apr 2021 06:27:44 +0000 (08:27 +0200)
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>
MAINTAINERS

index 554be84b321eae07ca9042d83c1257fbcab8b375..670132f7fee54bbc599d68ef942f42405fdd8c2d 100644 (file)
@@ -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>