[PATCH v2 0/3] Add memmap and fix bugs for LoongArch

Xiaojuan Yang posted 3 patches 1 year, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220927061225.3566554-1-yangxiaojuan@loongson.cn
Maintainers: Xiaojuan Yang <yangxiaojuan@loongson.cn>, Song Gao <gaosong@loongson.cn>
There is a newer version of this series
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(-)
[PATCH v2 0/3] Add memmap and fix bugs for LoongArch
Posted by Xiaojuan Yang 1 year, 6 months ago
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