The following changes since commit e93ded1bf6c94ab95015b33e188bc8b0b0c32670:
Merge tag 'testing-pull-request-2022-08-30' of https://gitlab.com/thuth/qemu into staging (2022-08-31 18:19:03 -0400)
are available in the Git repository at:
https://gitlab.com/rth7680/qemu.git tags/pull-avr-20220901
for you to fetch changes up to 36027c70974fef1392e6c73dfb94c3f94f0930bc:
target/avr: Disable interrupts when env->skip set (2022-09-01 06:42:21 +0100)
----------------------------------------------------------------
Fix avr_cpu_tlb_fill use of probe argument
Fix skip instructions being separated from the next insn (#1118)
----------------------------------------------------------------
Richard Henderson (4):
target/avr: Support probe argument to tlb_fill
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 | 69 +++++++++++++++++++++++++++++++-------------------
target/avr/translate.c | 26 ++++++++++++++++---
2 files changed, 65 insertions(+), 30 deletions(-)