The following changes since commit 7433709a147706ad7d1956b15669279933d0f82b:
Merge tag 'hw-misc-20250113' of https://github.com/philmd/qemu into staging (2025-01-14 12:46:56 -0500) are available in the Git repository at: https://gitlab.com/bibo-mao/qemu.git tags/pull-loongarch-20250116 for you to fetch changes up to bb81f237401b5f89f6bba21d9d4f50e0073372a6: hw/intc/loongarch_ipi: Use alternative implemation for cpu_by_arch_id (2025-01-15 14:36:19 +0800) ---------------------------------------------------------------- pull-loongarch-20250116 queue ---------------------------------------------------------------- Bibo Mao (7): hw/intc/loongarch_ipi: Implement realize interface hw/intc/loongson_ipi: Remove num_cpu from loongson_ipi_common hw/intc/loongson_ipi: Remove property num_cpu from loongson_ipi_common hw/intc/loongarch_ipi: Get cpu number from possible_cpu_arch_ids hw/intc/loongarch_ipi: Remove property num-cpu hw/intc/loongson_ipi: Add more input parameter for cpu_by_arch_id hw/intc/loongarch_ipi: Use alternative implemation for cpu_by_arch_id Miao Hao (1): target/loongarch: Add page table walker support for debugger usage hw/intc/loongarch_ipi.c | 69 ++++++++++++++++++------- hw/intc/loongson_ipi.c | 43 +++++++++++++++- hw/intc/loongson_ipi_common.c | 41 +++++---------- hw/loongarch/virt.c | 1 - include/hw/intc/loongarch_ipi.h | 1 + include/hw/intc/loongson_ipi_common.h | 5 +- target/loongarch/cpu_helper.c | 94 +++++++++++++++++++++++++++++++++-- target/loongarch/internals.h | 4 +- target/loongarch/tcg/tlb_helper.c | 4 +- 9 files changed, 203 insertions(+), 59 deletions(-)