On 19/3/25 01:33, Pierrick Bouvier wrote:
On 3/18/25 14:32, Richard Henderson wrote:
Split icount stuff from system/cpu-timers.h.
There are 17 files which only require icount.h, 7 that only
require cpu-timers.h, and 7 that require both.

Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
  include/exec/icount.h            | 68 ++++++++++++++++++++++++++++++++

 ->  include/accel/tcg/icount.h

  include/system/cpu-timers.h      | 58 ---------------------------
  accel/tcg/cpu-exec.c             |  2 +-
  accel/tcg/icount-common.c        |  2 +-
  accel/tcg/monitor.c              |  1 +
  accel/tcg/tcg-accel-ops-icount.c |  2 +-
  accel/tcg/tcg-accel-ops-mttcg.c  |  2 +-
  accel/tcg/tcg-accel-ops-rr.c     |  2 +-
  accel/tcg/tcg-accel-ops.c        |  2 +-
  accel/tcg/tcg-all.c              |  2 +-
  accel/tcg/translate-all.c        |  2 +-


Reply via email to