Re: [PATCH v2 07/10] accel/tcg: Move cflags lookup into tb_find

2021-07-17 Thread Peter Maydell
On Mon, 12 Jul 2021 at 16:42, Richard Henderson wrote: > > We will shortly require the guest pc for computing cflags, > so move the choice just after cpu_get_tb_cpu_state. > > Signed-off-by: Richard Henderson > --- > accel/tcg/cpu-exec.c | 34 +- > 1 file

[PATCH v2 07/10] accel/tcg: Move cflags lookup into tb_find

2021-07-12 Thread Richard Henderson
We will shortly require the guest pc for computing cflags, so move the choice just after cpu_get_tb_cpu_state. Signed-off-by: Richard Henderson --- accel/tcg/cpu-exec.c | 34 +- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/accel/tcg/cpu-exec.c