On 4/28/24 15:14, Philippe Mathieu-Daudé wrote:
TaskState is specific to TCG user emulation, move it to AccelCPUState.Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- accel/tcg/vcpu-state.h | 6 ++++-- include/hw/core/cpu.h | 2 -- bsd-user/main.c | 2 +- linux-user/main.c | 2 +- linux-user/syscall.c | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
