On 27/9/22 16:15, Alex Bennée wrote:
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.hender...@linaro.org>
Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
---
  meson.build                    |  4 +++-
  gdbstub/trace.h                |  1 +
  gdbstub.c => gdbstub/gdbstub.c |  2 +-
  MAINTAINERS                    |  2 +-
  gdbstub/meson.build            |  1 +
  gdbstub/trace-events           | 29 +++++++++++++++++++++++++++++
  trace-events                   | 28 ----------------------------
  7 files changed, 36 insertions(+), 31 deletions(-)
  create mode 100644 gdbstub/trace.h
  rename gdbstub.c => gdbstub/gdbstub.c (99%)
  create mode 100644 gdbstub/meson.build
  create mode 100644 gdbstub/trace-events

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>


Reply via email to