diff mbox series

[PULL,01/13] MAINTAINERS: Fix tests/migration maintainers

Message ID 20210401131220.3252320-2-thuth@redhat.com
State New
Headers show
Series [PULL,01/13] MAINTAINERS: Fix tests/migration maintainers | expand

Commit Message

Thomas Huth April 1, 2021, 1:12 p.m. UTC
From: Hyman Huang(黄勇) <huangy81@chinatelecom.cn>

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 | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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>