The following changes since commit 3f8bcbba3b320c610689576fc47595f1076198dd:
Merge tag 'pull-request-2025-01-08' of https://gitlab.com/thuth/qemu into staging (2025-01-08 11:38:21 -0500) are available in the Git repository at: https://gitlab.com/bibo-mao/qemu.git tags/pull-loongarch-20250109 for you to fetch changes up to c3afa714bcea4c8b014fec99881bd0bdbe8262b8: hw/intc/loongarch_extioi: Add irq routing support from physical id (2025-01-09 14:13:41 +0800) ---------------------------------------------------------------- pull-loongarch-20250109 ---------------------------------------------------------------- Bibo Mao (4): target/loongarch: Only support 64bit pte width hw/intc/loongarch_extioi: Get cpu number from possible_cpu_arch_ids hw/intc/loongarch_extioi: Remove num-cpu property hw/intc/loongarch_extioi: Add irq routing support from physical id Jiaxun Yang (2): hw/core/loader: Use ssize_t for efi zboot unpacker hw/loongarch/boot: Support Linux raw boot image hw/arm/boot.c | 2 +- hw/core/loader.c | 4 +- hw/intc/loongarch_extioi.c | 36 +++++++---- hw/intc/loongarch_extioi_common.c | 18 +++++- hw/loongarch/boot.c | 69 ++++++++++++++++++++++ hw/loongarch/virt.c | 1 - include/hw/intc/loongarch_extioi_common.h | 2 + include/hw/loader.h | 2 +- target/loongarch/helper.h | 1 + target/loongarch/tcg/csr_helper.c | 21 +++++++ .../tcg/insn_trans/trans_privileged.c.inc | 2 +- target/loongarch/tcg/tlb_helper.c | 17 +----- 12 files changed, 142 insertions(+), 33 deletions(-)