qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 4/4] accel/tcg: Move perf and debuginfo support to tcg


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 4/4] accel/tcg: Move perf and debuginfo support to tcg
Date: Sat, 1 Jul 2023 01:53:44 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.12.0

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é <philmd@linaro.org>
Signed-off-by: Ilya Leoshkevich <iii@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é <philmd@linaro.org>




reply via email to

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