qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1 6/9] gdbstub: move into its own sub directory


From: Richard Henderson
Subject: Re: [PATCH v1 6/9] gdbstub: move into its own sub directory
Date: Sun, 25 Sep 2022 10:13:26 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

On 9/22/22 14:58, 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.

Signed-off-by: Alex Bennée<alex.bennee@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: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]