diff options
author | Peter Maydell | 2021-02-11 13:27:44 +0100 |
---|---|---|
committer | Alex Bennée | 2021-02-15 10:38:33 +0100 |
commit | 0dec1016a3cdaf64ed1296af4ec455134850d77c (patch) | |
tree | a807fae35554842e1ef37091d38856c4ecb2d01c /MAINTAINERS | |
parent | tests/docker: remove travis container (diff) | |
download | qemu-0dec1016a3cdaf64ed1296af4ec455134850d77c.tar.gz qemu-0dec1016a3cdaf64ed1296af4ec455134850d77c.tar.xz qemu-0dec1016a3cdaf64ed1296af4ec455134850d77c.zip |
MAINTAINERS: Add gdbstub.h to the "GDB stub" section
The F: patterns in the "GDB stub" section forgot gdbstub.h; add it.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210208113729.25170-1-peter.maydell@linaro.org>
Message-Id: <20210211122750.22645-10-alex.bennee@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6295dfe781..8201f12271 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2340,6 +2340,7 @@ M: Alex Bennée <alex.bennee@linaro.org> R: Philippe Mathieu-Daudé <philmd@redhat.com> S: Maintained F: gdbstub* +F: include/exec/gdbstub.h F: gdb-xml/ F: tests/tcg/multiarch/gdbstub/ |