Re: [PATCH v3 02/13] accel/tcg: Move curr_cflags into cpu-exec.c

2021-07-19 Thread Philippe Mathieu-Daudé
On 7/18/21 12:18 AM, Richard Henderson wrote: > We will shortly have more than a simple member read here, > with stuff not necessarily exposed to exec/exec-all.h. > > Reviewed-by: Peter Maydell > Reviewed-by: Alex Bennée > Signed-off-by: Richard Henderson > --- > include/exec/exec-all.h | 5 +-

[PATCH v3 02/13] accel/tcg: Move curr_cflags into cpu-exec.c

2021-07-17 Thread Richard Henderson
We will shortly have more than a simple member read here, with stuff not necessarily exposed to exec/exec-all.h. Reviewed-by: Peter Maydell Reviewed-by: Alex Bennée Signed-off-by: Richard Henderson --- include/exec/exec-all.h | 5 + accel/tcg/cpu-exec.c| 5 + 2 files changed, 6 ins