This series add memmap table and fix extioi, ipi device emulation for LoongArch virt machine.
Changes for v3: 1. Remove the memmap table patch in this series, it will apply until we have more than one machinestate. 2. Using MemTxAttrs' requester_type and requester_id to get current cpu index in loongarch extioi regs emulation. This patch based on: [email protected] 3. Rewrite the commit message of fixing ipi patch, and this patch has been reviewed. Changes for v2: 1. Adjust the position of 'PLATFORM' element in memmap table Changes for v1: 1. Add memmap table for LoongArch virt machine 2. Fix LoongArch extioi function 3. Fix LoongArch ipi device emulation Xiaojuan Yang (2): hw/intc: Fix LoongArch extioi function hw/intc: Fix LoongArch ipi device emulation hw/intc/loongarch_extioi.c | 51 +++++++++++++++++++-------------- hw/intc/loongarch_ipi.c | 1 - hw/intc/trace-events | 2 +- target/loongarch/iocsr_helper.c | 16 +++++------ 4 files changed, 38 insertions(+), 32 deletions(-) -- 2.31.1
