From 0468ddb27fdf782b0fe0ed916cdbb2c3aa653ab5 Mon Sep 17 00:00:00 2001 From: Vladimir Sementsov-Ogievskiy Date: Sat, 25 Oct 2025 19:58:04 +0300 Subject: [PATCH] MAINTAINERS: fix functional tests section 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 Reviewed-by: Thomas Huth Message-ID: <20251025165809.930670-3-vsementsov@yandex-team.ru> Signed-off-by: Thomas Huth --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index a6a1d36f52..71c86ee8ce 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4412,6 +4412,7 @@ Functional testing framework M: Thomas Huth R: Philippe Mathieu-Daudé R: Daniel P. Berrange +S: Maintained F: docs/devel/testing/functional.rst F: scripts/clean_functional_cache.py F: tests/functional/qemu_test/ -- 2.47.3