The following changes since commit 019fbfa4bcd2d3a835c241295e22ab2b5b56129b:
Merge tag 'pull-misc-2025-04-24' of https://repo.or.cz/qemu/armbru into staging (2025-04-24 13:44:57 -0400) are available in the Git repository at: https://github.com/bibo-mao/qemu.git tags/pull-loongarch-20250428 for you to fetch changes up to 55985a3fd236acab9e4c16c198246fcace766155: hw/loongarch/virt: Allow user to customize OEM ID and OEM table ID (2025-04-28 11:39:20 +0800) ---------------------------------------------------------------- pull-loongarch-20250428 queue ---------------------------------------------------------------- Bibo Mao (8): hw/intc/loongarch_ipi: Add reset support hw/intc/loongarch_extioi: Add reset support hw/intc/loongarch_extioi: Replace legacy reset callback with new api hw/intc/loongarch_pch: Add reset support hw/intc/loongarch_pch: Replace legacy reset callback with new api hw/loongarch/virt: Get physical entry address with elf file hw/loongarch/virt: Replace RSDT with XSDT table hw/loongarch/virt: Allow user to customize OEM ID and OEM table ID hw/intc/loongarch_extioi.c | 12 ++++--- hw/intc/loongarch_extioi_common.c | 41 ++++++++++++++++++++++ hw/intc/loongarch_ipi.c | 29 ++++++++++++++++ hw/intc/loongarch_pch_pic.c | 26 +++++--------- hw/intc/loongarch_pic_common.c | 25 +++++++++++++ hw/loongarch/boot.c | 1 + hw/loongarch/virt-acpi-build.c | 12 +++---- hw/loongarch/virt.c | 58 +++++++++++++++++++++++++++++++ include/hw/intc/loongarch_extioi.h | 1 + include/hw/intc/loongarch_extioi_common.h | 1 + include/hw/intc/loongarch_ipi.h | 1 + include/hw/intc/loongarch_pch_pic.h | 1 + include/hw/intc/loongarch_pic_common.h | 1 + 13 files changed, 181 insertions(+), 28 deletions(-)