Re: [PATCH v2 04/13] accel/tcg: Move @plugin_state from CPUState to TCG AccelCPUState

2024-04-29 Thread Richard Henderson
On 4/29/24 14:30, Philippe Mathieu-Daudé wrote: @plugin_state is specific to TCG accelerator, move it to its AccelCPUState. Suggested-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé --- TODO: check dubious include of "accel/tcg/vcpu-state.h" in hw/core/cpu-common.c. Revie

[PATCH v2 04/13] accel/tcg: Move @plugin_state from CPUState to TCG AccelCPUState

2024-04-29 Thread Philippe Mathieu-Daudé
@plugin_state is specific to TCG accelerator, move it to its AccelCPUState. Suggested-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé --- TODO: check dubious include of "accel/tcg/vcpu-state.h" in hw/core/cpu-common.c. --- accel/tcg/vcpu-state.h | 5 + include/hw/core/cpu.