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

2021-07-17 Thread Alex Bennée
Richard Henderson writes: > We will shortly have more than a simple member read here, > with stuff not necessarily exposed to exec/exec-all.h. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée

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

2021-07-17 Thread Peter Maydell
On Mon, 12 Jul 2021 at 16:44, Richard Henderson wrote: > > We will shortly have more than a simple member read here, > with stuff not necessarily exposed to exec/exec-all.h. > > Signed-off-by: Richard Henderson > --- Reviewed-by: Peter Maydell (apologies if you saw a no-content email: gmail bu

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

2021-07-12 Thread Richard Henderson
We will shortly have more than a simple member read here, with stuff not necessarily exposed to exec/exec-all.h. Signed-off-by: Richard Henderson --- include/exec/exec-all.h | 5 + accel/tcg/cpu-exec.c| 5 + 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/include/exec/