The following changes since commit 1da8f3a3c53b604edfe0d55e475102640490549e:
Open 10.1 development tree (2025-04-22 15:09:23 -0400)
are available in the Git repository at:
https://gitlab.com/rth7680/qemu.git tags/pull-avr-20250422
for you to fetch changes up to eba24b60a72115e21e850977b3019aaf037c66c9:
target/avr: Increase TARGET_PAGE_BITS to 10 (2025-04-22 14:07:12 -0700)
----------------------------------------------------------------
target/avr: Fix buffer read in avr_print_insn
target/avr: Improve decode of LDS, STS
target/avr: Move cpu register accesses into system memory
target/avr: Increase TARGET_PAGE_BITS to 10
----------------------------------------------------------------
Richard Henderson (9):
target/avr: Improve decode of LDS, STS
target/avr: Remove OFFSET_CPU_REGISTERS
target/avr: Add defines for i/o port registers
target/avr: Move cpu register accesses into system memory
target/avr: Remove NUMBER_OF_IO_REGISTERS
target/avr: Use cpu_stb_mmuidx_ra in helper_fullwr
target/avr: Use do_stb in avr_cpu_do_interrupt
hw/avr: Prepare for TARGET_PAGE_SIZE > 256
target/avr: Increase TARGET_PAGE_BITS to 10
hw/avr/atmega.h | 1 +
target/avr/cpu-param.h | 8 +-
target/avr/cpu.h | 21 +++-
target/avr/helper.h | 3 -
hw/avr/atmega.c | 39 ++++++--
target/avr/cpu.c | 16 +++
target/avr/helper.c | 262 +++++++++++++++++++++----------------------------
target/avr/translate.c | 44 +++++----
target/avr/insn.decode | 7 +-
9 files changed, 205 insertions(+), 196 deletions(-)