@samitouri / QOSamiQemu / commits / 8ce5566e2c

MAINTAINERS: Correct scripts/coverity-model.c path

Commit e804f892b90 ("coverity-scan: list components, move model to scripts/coverity-scan") moved the file but forgot to update the MAINTAINERS entry. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20260519171926.98099-1-philmd@linaro.org> Reported-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>

Philippe Mathieu-Daudé committed May 19, 2026 at 19:19 UTC 8ce5566e2cfbb935d460c4ed1a75f2946788cf76
1 file changed +1 -1
MAINTAINERS
+1 -1
@@ -3259,7 +3259,7 @@ F: util/qemu-option.c
3259 Coverity model
3260 M: Markus Armbruster <armbru@redhat.com>
3261 S: Supported
3262 -F: scripts/coverity-model.c
3262 +F: scripts/coverity-scan/model.c
3263
3264 Coverity Scan integration
3265 M: Peter Maydell <peter.maydell@linaro.org>