* [PATCH] MAINTAINERS: A new maintainer for the qtests
@ 2024-10-11 14:13 Thomas Huth
2024-10-11 14:15 ` Laurent Vivier
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Thomas Huth @ 2024-10-11 14:13 UTC (permalink / raw)
To: qemu-devel, Laurent Vivier, Fabiano Rosas
Cc: Paolo Bonzini, Alexander Bulekov, Bandan Das, Stefan Hajnoczi,
Darren Kenny, Qiuhao Li
Since I blundered into becoming the maintainer of the new functional
test framework in QEMU (tests/functional/) recently, I need to drop
some other duties - it's getting too much for me otherwise. Laurent
is also quite busy with other projects nowadays, so I looked around
for help.
Fabiano did quite a lot of work in the qtests in the past already,
and is also already a maintainer for migration, so I thought he
would be a very good fit, thus I asked him whether he would be
interested to help out with the qtests and he agreed.
Thank you very much, Fabiano!
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
MAINTAINERS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index d7a11fe601..d8e4d2d587 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3250,7 +3250,7 @@ F: tests/qtest/qmp-cmd-test.c
T: git https://repo.or.cz/qemu/armbru.git qapi-next
qtest
-M: Thomas Huth <thuth@redhat.com>
+M: Fabiano Rosas <farosas@suse.de>
M: Laurent Vivier <lvivier@redhat.com>
R: Paolo Bonzini <pbonzini@redhat.com>
S: Maintained
@@ -3268,7 +3268,7 @@ M: Alexander Bulekov <alxndr@bu.edu>
R: Paolo Bonzini <pbonzini@redhat.com>
R: Bandan Das <bsd@redhat.com>
R: Stefan Hajnoczi <stefanha@redhat.com>
-R: Thomas Huth <thuth@redhat.com>
+R: Fabiano Rosas <farosas@suse.de>
R: Darren Kenny <darren.kenny@oracle.com>
R: Qiuhao Li <Qiuhao.Li@outlook.com>
S: Maintained
--
2.46.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: A new maintainer for the qtests
2024-10-11 14:13 [PATCH] MAINTAINERS: A new maintainer for the qtests Thomas Huth
@ 2024-10-11 14:15 ` Laurent Vivier
2024-10-11 14:57 ` Fabiano Rosas
2024-10-11 21:52 ` Philippe Mathieu-Daudé
2 siblings, 0 replies; 4+ messages in thread
From: Laurent Vivier @ 2024-10-11 14:15 UTC (permalink / raw)
To: Thomas Huth, qemu-devel, Fabiano Rosas
Cc: Paolo Bonzini, Alexander Bulekov, Bandan Das, Stefan Hajnoczi,
Darren Kenny, Qiuhao Li
On 11/10/2024 16:13, Thomas Huth wrote:
> Since I blundered into becoming the maintainer of the new functional
> test framework in QEMU (tests/functional/) recently, I need to drop
> some other duties - it's getting too much for me otherwise. Laurent
> is also quite busy with other projects nowadays, so I looked around
> for help.
> Fabiano did quite a lot of work in the qtests in the past already,
> and is also already a maintainer for migration, so I thought he
> would be a very good fit, thus I asked him whether he would be
> interested to help out with the qtests and he agreed.
> Thank you very much, Fabiano!
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> MAINTAINERS | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d7a11fe601..d8e4d2d587 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3250,7 +3250,7 @@ F: tests/qtest/qmp-cmd-test.c
> T: git https://repo.or.cz/qemu/armbru.git qapi-next
>
> qtest
> -M: Thomas Huth <thuth@redhat.com>
> +M: Fabiano Rosas <farosas@suse.de>
> M: Laurent Vivier <lvivier@redhat.com>
> R: Paolo Bonzini <pbonzini@redhat.com>
> S: Maintained
> @@ -3268,7 +3268,7 @@ M: Alexander Bulekov <alxndr@bu.edu>
> R: Paolo Bonzini <pbonzini@redhat.com>
> R: Bandan Das <bsd@redhat.com>
> R: Stefan Hajnoczi <stefanha@redhat.com>
> -R: Thomas Huth <thuth@redhat.com>
> +R: Fabiano Rosas <farosas@suse.de>
> R: Darren Kenny <darren.kenny@oracle.com>
> R: Qiuhao Li <Qiuhao.Li@outlook.com>
> S: Maintained
Acked-by: Laurent Vivier <lvivier@redhat.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: A new maintainer for the qtests
2024-10-11 14:13 [PATCH] MAINTAINERS: A new maintainer for the qtests Thomas Huth
2024-10-11 14:15 ` Laurent Vivier
@ 2024-10-11 14:57 ` Fabiano Rosas
2024-10-11 21:52 ` Philippe Mathieu-Daudé
2 siblings, 0 replies; 4+ messages in thread
From: Fabiano Rosas @ 2024-10-11 14:57 UTC (permalink / raw)
To: Thomas Huth, qemu-devel, Laurent Vivier
Cc: Paolo Bonzini, Alexander Bulekov, Bandan Das, Stefan Hajnoczi,
Darren Kenny, Qiuhao Li
Thomas Huth <thuth@redhat.com> writes:
> Since I blundered into becoming the maintainer of the new functional
> test framework in QEMU (tests/functional/) recently, I need to drop
> some other duties - it's getting too much for me otherwise. Laurent
> is also quite busy with other projects nowadays, so I looked around
> for help.
> Fabiano did quite a lot of work in the qtests in the past already,
> and is also already a maintainer for migration, so I thought he
> would be a very good fit, thus I asked him whether he would be
> interested to help out with the qtests and he agreed.
> Thank you very much, Fabiano!
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: A new maintainer for the qtests
2024-10-11 14:13 [PATCH] MAINTAINERS: A new maintainer for the qtests Thomas Huth
2024-10-11 14:15 ` Laurent Vivier
2024-10-11 14:57 ` Fabiano Rosas
@ 2024-10-11 21:52 ` Philippe Mathieu-Daudé
2 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-10-11 21:52 UTC (permalink / raw)
To: Thomas Huth, qemu-devel, Laurent Vivier, Fabiano Rosas
Cc: Paolo Bonzini, Alexander Bulekov, Bandan Das, Stefan Hajnoczi,
Darren Kenny, Qiuhao Li
On 11/10/24 11:13, Thomas Huth wrote:
> Since I blundered into becoming the maintainer of the new functional
> test framework in QEMU (tests/functional/) recently, I need to drop
> some other duties - it's getting too much for me otherwise. Laurent
> is also quite busy with other projects nowadays, so I looked around
> for help.
> Fabiano did quite a lot of work in the qtests in the past already,
> and is also already a maintainer for migration, so I thought he
> would be a very good fit, thus I asked him whether he would be
> interested to help out with the qtests and he agreed.
> Thank you very much, Fabiano!
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> MAINTAINERS | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-10-11 21:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-11 14:13 [PATCH] MAINTAINERS: A new maintainer for the qtests Thomas Huth
2024-10-11 14:15 ` Laurent Vivier
2024-10-11 14:57 ` Fabiano Rosas
2024-10-11 21:52 ` Philippe Mathieu-Daudé
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).