qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 11/15] gdbstub: move into its own sub directory


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v3 11/15] gdbstub: move into its own sub directory
Date: Wed, 19 Oct 2022 12:47:06 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.3.2

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.henderson@linaro.org>
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: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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