Re: [Qemu-devel] [PATCH v11 21/29] target/arm: [tcg] Port to breakpoint_check

2017-07-01 Thread Richard Henderson
On 06/28/2017 06:41 AM, Lluís Vilanova wrote: -if (unlikely(dc->base.is_jmp > DISAS_NEXT)) { -break; -} - Surely this doesn't go away til the final conversion. Otherwise, Reviewed-by: Richard Henderson r~

[Qemu-devel] [PATCH v11 21/29] target/arm: [tcg] Port to breakpoint_check

2017-06-28 Thread Lluís Vilanova
Incrementally paves the way towards using the generic instruction translation loop. Signed-off-by: Lluís Vilanova --- target/arm/translate.c | 68 1 file changed, 46 insertions(+), 22 deletions(-) diff --git a/target/arm/translate.c b/target/ar