[PATCH 0/3] target/avr: Fix skips vs interrupts

Richard Henderson posted 3 patches 3 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220826205518.2339352-1-richard.henderson@linaro.org
Maintainers: Michael Rolnik <mrolnik@gmail.com>
target/avr/helper.c    | 23 ++++++++++++++---------
target/avr/translate.c | 26 ++++++++++++++++++++++----
2 files changed, 36 insertions(+), 13 deletions(-)
[PATCH 0/3] target/avr: Fix skips vs interrupts
Posted by Richard Henderson 3 years, 5 months ago
Fixes https://gitlab.com/qemu-project/qemu/-/issues/1118

r~

Richard Henderson (3):
  target/avr: Call avr_cpu_do_interrupt directly
  target/avr: Only execute one interrupt at a time
  target/avr: Disable interrupts when env->skip set

 target/avr/helper.c    | 23 ++++++++++++++---------
 target/avr/translate.c | 26 ++++++++++++++++++++++----
 2 files changed, 36 insertions(+), 13 deletions(-)

-- 
2.34.1
Re: [PATCH 0/3] target/avr: Fix skips vs interrupts
Posted by Philippe Mathieu-Daudé via 3 years, 5 months ago
On 26/8/22 22:55, Richard Henderson wrote:
> Fixes https://gitlab.com/qemu-project/qemu/-/issues/1118

Thanks!

> 
> Richard Henderson (3):
>    target/avr: Call avr_cpu_do_interrupt directly
>    target/avr: Only execute one interrupt at a time
>    target/avr: Disable interrupts when env->skip set

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>


Re: [PATCH 0/3] target/avr: Fix skips vs interrupts
Posted by Michael Rolnik 3 years, 5 months ago
Reviewed-by: Michael Rolnik <mrolnik@gmail.com>

On Fri, Aug 26, 2022 at 11:55 PM Richard Henderson <
richard.henderson@linaro.org> wrote:

> Fixes https://gitlab.com/qemu-project/qemu/-/issues/1118
>
> r~
>
> Richard Henderson (3):
>   target/avr: Call avr_cpu_do_interrupt directly
>   target/avr: Only execute one interrupt at a time
>   target/avr: Disable interrupts when env->skip set
>
>  target/avr/helper.c    | 23 ++++++++++++++---------
>  target/avr/translate.c | 26 ++++++++++++++++++++++----
>  2 files changed, 36 insertions(+), 13 deletions(-)
>
> --
> 2.34.1
>
>

-- 
Best Regards,
Michael Rolnik