On 1/7/23 01:40, Ilya Leoshkevich wrote:
tcg/ should not depend on accel/tcg/, but perf and debuginfo
support provided by the latter are being used by tcg/tcg.c.

Since that's the only user, move both to tcg/.

Suggested-by: Philippe Mathieu-Daudé <phi...@linaro.org>
Signed-off-by: Ilya Leoshkevich <i...@linux.ibm.com>
---
  accel/tcg/meson.build          | 2 --
  accel/tcg/translate-all.c      | 2 +-
  hw/core/loader.c               | 2 +-
  linux-user/elfload.c           | 2 +-
  linux-user/exit.c              | 2 +-
  linux-user/main.c              | 2 +-
  softmmu/vl.c                   | 2 +-
  {accel/tcg => tcg}/debuginfo.c | 0
  {accel/tcg => tcg}/debuginfo.h | 4 ++--
  tcg/meson.build                | 3 +++
  {accel/tcg => tcg}/perf.c      | 2 +-
  {accel/tcg => tcg}/perf.h      | 4 ++--
  tcg/tcg.c                      | 2 +-
  13 files changed, 15 insertions(+), 14 deletions(-)
  rename {accel/tcg => tcg}/debuginfo.c (100%)
  rename {accel/tcg => tcg}/debuginfo.h (96%)
  rename {accel/tcg => tcg}/perf.c (99%)
  rename {accel/tcg => tcg}/perf.h (95%)

Easier that what I thought, thanks!

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


Reply via email to