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 <th...@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 <th...@redhat.com>
+M: Fabiano Rosas <faro...@suse.de>
M: Laurent Vivier <lviv...@redhat.com>
R: Paolo Bonzini <pbonz...@redhat.com>
S: Maintained
@@ -3268,7 +3268,7 @@ M: Alexander Bulekov <alx...@bu.edu>
R: Paolo Bonzini <pbonz...@redhat.com>
R: Bandan Das <b...@redhat.com>
R: Stefan Hajnoczi <stefa...@redhat.com>
-R: Thomas Huth <th...@redhat.com>
+R: Fabiano Rosas <faro...@suse.de>
R: Darren Kenny <darren.ke...@oracle.com>
R: Qiuhao Li <qiuhao...@outlook.com>
S: Maintained
Acked-by: Laurent Vivier <lviv...@redhat.com>