On 3/19/25 00:21, Philippe Mathieu-Daudé wrote:
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

I don't think this is the best idea, because of

 hw/core/ptimer.c                 |  2 +-
 system/cpu-timers.c              |  1 +
 system/dma-helpers.c             |  2 +-
 system/vl.c                      |  1 +
 util/async.c                     |  2 +-
 util/main-loop.c                 |  1 +
 util/qemu-timer.c                |  1 +

these uses.


r~

Reply via email to