On 4/28/24 15:14, Philippe Mathieu-Daudé wrote:
Both @icount_budget and @icount_extra fields are specific
to TCG accelerator, move them to its AccelCPUState.

Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org>
---
  accel/tcg/vcpu-state.h           |  4 ++++
  include/hw/core/cpu.h            |  3 ---
  accel/tcg/cpu-exec.c             | 14 +++++++-------
  accel/tcg/icount-common.c        |  7 ++++---
  accel/tcg/tcg-accel-ops-icount.c | 14 +++++++-------
  accel/tcg/tcg-accel-ops.c        |  1 +
  hw/core/cpu-common.c             |  1 -
  7 files changed, 23 insertions(+), 21 deletions(-)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to