diff options
author | Alex Bennée | 2022-09-29 13:42:22 +0200 |
---|---|---|
committer | Alex Bennée | 2022-10-06 12:53:41 +0200 |
commit | 842b42df2b5d3bf5ccbafba19dc756d531dcce23 (patch) | |
tree | b39947f01e80813bbefaee3a89ea0ce0a376add0 /MAINTAINERS | |
parent | semihosting: update link to spec (diff) | |
download | qemu-842b42df2b5d3bf5ccbafba19dc756d531dcce23.tar.gz qemu-842b42df2b5d3bf5ccbafba19dc756d531dcce23.tar.xz qemu-842b42df2b5d3bf5ccbafba19dc756d531dcce23.zip |
gdbstub: move into its own sub directory
This is in preparation of future refactoring as well as cleaning up
the source tree. Aside from the minor tweaks to meson and trace.h this
is pure code motion.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20220929114231.583801-43-alex.bennee@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 789172b2a8..e1530b51a2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2677,7 +2677,7 @@ GDB stub M: Alex Bennée <alex.bennee@linaro.org> R: Philippe Mathieu-Daudé <f4bug@amsat.org> S: Maintained -F: gdbstub* +F: gdbstub/* F: include/exec/gdbstub.h F: gdb-xml/ F: tests/tcg/multiarch/gdbstub/ |