Re: [PATCH 24/24] accel/tcg: Move icount fields from CPUState to TCG AccelCPUState

2024-04-29 Thread Richard Henderson
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é --- accel/tcg/vcpu-state.h | 4 include/hw/core/cpu.h| 3 --- accel

[PATCH 24/24] accel/tcg: Move icount fields from CPUState to TCG AccelCPUState

2024-04-28 Thread Philippe Mathieu-Daudé
Both @icount_budget and @icount_extra fields are specific to TCG accelerator, move them to its AccelCPUState. Signed-off-by: Philippe Mathieu-Daudé --- accel/tcg/vcpu-state.h | 4 include/hw/core/cpu.h| 3 --- accel/tcg/cpu-exec.c | 14 +++--- acc