Re: [PATCH 11/11] accel/tcg: Make cpu-exec-common.c a target agnostic unit

2023-09-15 Thread Anton Johansson via
On 14/09/23, Philippe Mathieu-Daudé wrote: > cpu_in_serial_context() is not target specific, > move it declaration to "internal-common.h" (which > we include in the 4 source files modified). > > Remove the unused "exec/exec-all.h" header from > cpu-exec-common.c. There is no more target specific

[PATCH 11/11] accel/tcg: Make cpu-exec-common.c a target agnostic unit

2023-09-14 Thread Philippe Mathieu-Daudé
cpu_in_serial_context() is not target specific, move it declaration to "internal-common.h" (which we include in the 4 source files modified). Remove the unused "exec/exec-all.h" header from cpu-exec-common.c. There is no more target specific code in this file: make it target agnostic.