diff options
author | Hyman Huang(黄勇) | 2021-03-19 09:07:57 +0100 |
---|---|---|
committer | Thomas Huth | 2021-04-01 08:27:44 +0200 |
commit | fac87d4d9dc1debf122f5e9b14910e4c7b9f57b1 (patch) | |
tree | de4490cd1d4a14dfa10d59fcae33cc4e06582b22 /MAINTAINERS | |
parent | Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210331' in... (diff) | |
download | qemu-fac87d4d9dc1debf122f5e9b14910e4c7b9f57b1.tar.gz qemu-fac87d4d9dc1debf122f5e9b14910e4c7b9f57b1.tar.xz qemu-fac87d4d9dc1debf122f5e9b14910e4c7b9f57b1.zip |
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-- | MAINTAINERS | 1 |
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> |