Re: [PATCH v3 07/13] accel/tcg: Move cflags lookup into tb_find

2021-07-19 Thread Alex Bennée
Richard Henderson writes: > We will shortly require the guest pc for computing cflags, > so move the choice just after cpu_get_tb_cpu_state. > > Reviewed-by: Peter Maydell > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée

[PATCH v3 07/13] accel/tcg: Move cflags lookup into tb_find

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