[PULL 0/4] target/avr patch queue

Richard Henderson posted 4 patches 3 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220901054843.31646-1-richard.henderson@linaro.org
Maintainers: Michael Rolnik <mrolnik@gmail.com>
target/avr/helper.c    | 69 +++++++++++++++++++++++++++++++-------------------
target/avr/translate.c | 26 ++++++++++++++++---
2 files changed, 65 insertions(+), 30 deletions(-)
[PULL 0/4] target/avr patch queue
Posted by Richard Henderson 3 years, 5 months ago
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(-)
Re: [PULL 0/4] target/avr patch queue
Posted by Stefan Hajnoczi 3 years, 5 months ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/7.2 for any user-visible changes.