[PATCH 0/5] hw/loongarch: Refine numa memory map

Bibo Mao posted 5 patches 1 month, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240318080121.2836548-1-maobibo@loongson.cn
Maintainers: Song Gao <gaosong@loongson.cn>
hw/loongarch/acpi-build.c |  58 +++++++------
hw/loongarch/virt.c       | 168 ++++++++++++++++++++++++++------------
2 files changed, 152 insertions(+), 74 deletions(-)
[PATCH 0/5] hw/loongarch: Refine numa memory map
Posted by Bibo Mao 1 month, 1 week ago
One LoongArch virt machine platform, there is limitation for memory
map information. The minimum memory size is 256M and minimum memory
size for numa node0 is 256M also. With qemu numa qtest, it is possible
that memory size of numa node0 is 128M.

Limitations for minimum memory size for both total memory and numa
node0 is removed here, including acpi srat table, fadt memory map table
and fw_cfg memory map table.

Also remove numa node about memory region, there is only low memory
region and how memory region.

Bibo Mao (5):
  hw/loongarch: Refine acpi srat table for numa memory
  hw/loongarch: Refine fadt memory table for numa memory
  hw/loongarch: Refine fwcfg memory map
  hw/loongarch: Refine system dram memory region
  hw/loongarch: Remove minimum and default memory size

 hw/loongarch/acpi-build.c |  58 +++++++------
 hw/loongarch/virt.c       | 168 ++++++++++++++++++++++++++------------
 2 files changed, 152 insertions(+), 74 deletions(-)


base-commit: ba49d760eb04630e7b15f423ebecf6c871b8f77b
-- 
2.39.3