diff mbox series

[v4,16/30] MAINTAINERS: add features_to_c.sh to gdbstub files

Message ID 20221027183637.2772968-17-alex.bennee@linaro.org
State Superseded
Headers show
Series testing/next pre-PR | expand

Commit Message

Alex Bennée Oct. 27, 2022, 6:36 p.m. UTC
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index f72f02d661..f0a6a588e8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2695,6 +2695,7 @@  F: gdbstub/*
 F: include/exec/gdbstub.h
 F: gdb-xml/
 F: tests/tcg/multiarch/gdbstub/
+F: scripts/feature_to_c.sh
 
 Memory API
 M: Paolo Bonzini <pbonzini@redhat.com>