qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 08/18] accel/tcg: Move 'exec/translate-all.h' -> 'tb-internal


From: Richard Henderson
Subject: Re: [PATCH 08/18] accel/tcg: Move 'exec/translate-all.h' -> 'tb-internal.h'
Date: Thu, 12 Dec 2024 13:56:19 -0600
User-agent: Mozilla Thunderbird

On 12/12/24 13:54, Richard Henderson wrote:
On 12/12/24 12:53, Philippe Mathieu-Daudé wrote:
"exec/translate-all.h" is only useful to TCG accelerator,
so move it to accel/tcg/, after renaming it 'tb-internal.h'.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
  accel/tcg/internal-target.h  |  2 +-
  accel/tcg/tb-internal.h      | 14 ++++++++++++++
  include/exec/translate-all.h | 28 ----------------------------
  accel/tcg/cputlb.c           |  2 +-
  accel/tcg/tb-maint.c         |  2 +-
  accel/tcg/translate-all.c    |  2 +-
  accel/tcg/user-exec.c        |  1 +
  accel/tcg/watchpoint.c       |  2 +-
  8 files changed, 20 insertions(+), 33 deletions(-)
  create mode 100644 accel/tcg/tb-internal.h
  delete mode 100644 include/exec/translate-all.h

Move it into accel/tcg/internal-common.h rather than create a new header.

Hmm. Nevermind, I should have read to the end.

r~



reply via email to

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