hw/loongarch: Refine fadt memory table for numa memory
authorBibo Mao <maobibo@loongson.cn>
Wed, 15 May 2024 09:39:23 +0000 (17:39 +0800)
committerSong Gao <gaosong@loongson.cn>
Thu, 23 May 2024 01:30:41 +0000 (09:30 +0800)
commit09ec65794f8e1a344ccb231b53e7c39b664f4fa8
tree0b81676c46eef78e1ce1c33c2a30b59e8733042b
parentfc100011f38d2f58e2212a056173def3a7cf3512
hw/loongarch: Refine fadt memory table for numa memory

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 for fadt numa memory table creation.

Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20240515093927.3453674-3-maobibo@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
hw/loongarch/virt.c