The following changes since commit 69ee0189d7977cfbb1b2c7a27393d8b9fb661b20:
Merge tag 'qtest-20250509-pull-request' of https://gitlab.com/farosas/qemu into staging (2025-05-12 11:11:37 -0400)
are available in the Git repository at:
https://github.com/gaosong715/qemu.git tags/pull-loongarch-20250514
for you to fetch changes up to a3d5f62254a48b7c260d5aa7bd8e8467a0bb8ea3:
hw/loongarch/boot: Adjust the loading position of the initrd (2025-05-14 15:57:23 +0800)
----------------------------------------------------------------
pull-loongarch-20250514
----------------------------------------------------------------
Bibo Mao (16):
hw/intc/loongarch_pch: Modify name of some registers
hw/intc/loongarch_pch: Modify register name PCH_PIC_xxx_OFFSET with PCH_PIC_xxx
hw/intc/loongarch_pch: Remove some duplicate macro
hw/intc/loongarch_pch: Set version information at initial stage
hw/intc/loongarch_pch: Use relative address in MemoryRegionOps
hw/intc/loongarch_pch: Discard write operation with ISR register
hw/intc/loongarch_pch: Use generic read callback for iomem32_low region
hw/intc/loongarch_pch: Use generic read callback for iomem32_high region
hw/intc/loongarch_pch: Use generic read callback for iomem8 region
hw/intc/loongarch_pch: Use generic write callback for iomem32_low region
hw/intc/loongarch_pch: Use generic write callback for iomem32_high region
hw/intc/loongarch_pch: Use generic write callback for iomem8 region
hw/intc/loongarch_pch: Use unified trace event for memory region ops
hw/intc/loongarch_pch: Rename memory region iomem32_low with iomem
hw/intc/loongarch_pch: Set flexible memory access size with iomem region
hw/intc/loongarch_pch: Merge three memory region into one
Xianglai Li (1):
hw/loongarch/boot: Adjust the loading position of the initrd
hw/intc/loongarch_pch_pic.c | 331 +++++++++++----------------------
hw/intc/loongarch_pic_common.c | 13 ++
hw/intc/trace-events | 8 +-
hw/loongarch/boot.c | 52 +++++-
hw/loongarch/virt.c | 6 -
include/hw/intc/loongarch_pic_common.h | 57 +++---
6 files changed, 195 insertions(+), 272 deletions(-)