This series add memmap table and fix extioi, ipi device emulation for LoongArch virt machine.
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 Thanks for your reviewing. Xiaojuan Yang (3): hw/loongarch: Add memmap for LoongArch virt machine hw/intc: Fix LoongArch extioi function hw/intc: Fix LoongArch ipi device emulation hw/intc/loongarch_extioi.c | 17 +++-- hw/intc/loongarch_ipi.c | 1 - hw/loongarch/acpi-build.c | 46 ++++++------ hw/loongarch/fw_cfg.c | 5 +- hw/loongarch/virt.c | 138 ++++++++++++++++++++++-------------- include/hw/loongarch/virt.h | 34 +++++---- include/hw/pci-host/ls7a.h | 18 ----- 7 files changed, 143 insertions(+), 116 deletions(-) -- 2.31.1