On 25/10/2025 18.58, Vladimir Sementsov-Ogievskiy wrote:
Without "S: Maintained", ./scripts/get_maintainer.pl shows "unknown"
role instead of "maintainer" for "M: " entry, it's confusing. I really
hope that functional tests are maintained:)
Signed-off-by: Vladimir Sementsov-Ogievskiy <[email protected]>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index f33f95ceea..27e5e93d2a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4408,6 +4408,7 @@ Functional testing framework
M: Thomas Huth <[email protected]>
R: Philippe Mathieu-Daudé <[email protected]>
R: Daniel P. Berrange <[email protected]>
+S: Maintained
F: docs/devel/testing/functional.rst
F: scripts/clean_functional_cache.py
F: tests/functional/qemu_test/
Ooops, thanks for catching it!
Reviewed-by: Thomas Huth <[email protected]>