[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/4] target/avr patch queue
From: |
Richard Henderson |
Subject: |
[PULL 0/4] target/avr patch queue |
Date: |
Thu, 1 Sep 2022 06:48:39 +0100 |
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(-)
- [PULL 0/4] target/avr patch queue,
Richard Henderson <=
- [PULL 1/4] target/avr: Support probe argument to tlb_fill, Richard Henderson, 2022/09/01
- [PULL 2/4] target/avr: Call avr_cpu_do_interrupt directly, Richard Henderson, 2022/09/01
- [PULL 3/4] target/avr: Only execute one interrupt at a time, Richard Henderson, 2022/09/01
- [PULL 4/4] target/avr: Disable interrupts when env->skip set, Richard Henderson, 2022/09/01
- Re: [PULL 0/4] target/avr patch queue, Stefan Hajnoczi, 2022/09/05