Re: [PATCH 3/3] target/avr: Disable interrupts when env->skip set

2022-08-27 Thread Michael Rolnik
Reviewed-by: Michael Rolnik On Fri, Aug 26, 2022 at 11:55 PM Richard Henderson < richard.hender...@linaro.org> wrote: > This bit is not saved across interrupts, so we must > delay delivering the interrupt until the skip has > been processed. > > Resolves:

[PATCH 3/3] target/avr: Disable interrupts when env->skip set

2022-08-26 Thread Richard Henderson
This bit is not saved across interrupts, so we must delay delivering the interrupt until the skip has been processed. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1118 Signed-off-by: Richard Henderson --- target/avr/helper.c| 9 + target/avr/translate.c | 26