[PATCH v1] MAINTAINERS: Fix tests/migration maintainers

huangy81@chinatelecom.cn posted 1 patch 3 years, 1 month ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/2d8e1deedd754dda36802f26bcdfcbf7adde2679.1616120469.git.huangy81@chinatelecom.cn
There is a newer version of this series
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH v1] MAINTAINERS: Fix tests/migration maintainers
Posted by huangy81@chinatelecom.cn 3 years, 1 month ago
From: Hyman Huang(黄勇) <huangy81@chinatelecom.cn>

Signed-off-by: Hyman Huang(黄勇) <huangy81@chinatelecom.cn>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 25fc49d1dc..20e2387c66 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2525,6 +2525,7 @@ M: Cleber Rosa <crosa@redhat.com>
 S: Odd Fixes
 F: scripts/*.py
 F: tests/*.py
+F: tests/migration/
 
 Benchmark util
 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
-- 
2.24.3


Re: [PATCH v1] MAINTAINERS: Fix tests/migration maintainers
Posted by Thomas Huth 3 years, 1 month ago
On 19/03/2021 03.25, huangy81@chinatelecom.cn wrote:
> From: Hyman Huang(黄勇) <huangy81@chinatelecom.cn>
> 
> Signed-off-by: Hyman Huang(黄勇) <huangy81@chinatelecom.cn>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 25fc49d1dc..20e2387c66 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2525,6 +2525,7 @@ M: Cleber Rosa <crosa@redhat.com>
>   S: Odd Fixes
>   F: scripts/*.py
>   F: tests/*.py
> +F: tests/migration/

  Hi,

that looks like you've added it to the "Python" section ... but I think this 
should rather be be added to the "Migration" section instead?

  Thomas