[PULL 3/4] target/avr: Only execute one interrupt at a time

2022-09-01 Thread Richard Henderson
We cannot deliver two interrupts simultaneously; the first interrupt handler must execute first. Reviewed-by: Michael Rolnik Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- target/avr/helper.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git

[PULL 3/4] target/avr: Only execute one interrupt at a time

2022-08-31 Thread Richard Henderson
We cannot deliver two interrupts simultaneously; the first interrupt handler must execute first. Reviewed-by: Michael Rolnik Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- target/avr/helper.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git