Re: [PATCH] target/sparc: Clear may_lookup for npc == DYNAMIC_PC

2023-10-16 Thread Mark Cave-Ayland
On 16/10/2023 00:24, Richard Henderson wrote: With pairs of jmp+rett, pc == DYNAMIC_PC_LOOKUP and npc == DYNAMIC_PC. Make sure that we exit for interrupts. Signed-off-by: Richard Henderson --- Mark, I wonder if this will cure some of your lost interrupt issues. Spotted while looking at issue

[PATCH] target/sparc: Clear may_lookup for npc == DYNAMIC_PC

2023-10-15 Thread Richard Henderson
With pairs of jmp+rett, pc == DYNAMIC_PC_LOOKUP and npc == DYNAMIC_PC. Make sure that we exit for interrupts. Signed-off-by: Richard Henderson --- Mark, I wonder if this will cure some of your lost interrupt issues. Spotted while looking at issues from the JMPL+RETT+RETURN patch. r~ --- targe