diff options
author | Tianrui Zhao <zhaotianrui@loongson.cn> | 2023-05-18 14:58:15 +0800 |
---|---|---|
committer | Song Gao <gaosong@loongson.cn> | 2023-06-16 17:58:46 +0800 |
commit | 0cf1478d6d708276f37361169e327b755669cf8a (patch) | |
tree | c443f99390af62def0afc02c245d5af5216115da /hw/loongarch/Kconfig | |
parent | 758a7475663f36d0d411e9cb4199b6c543152f8a (diff) | |
download | qemu-0cf1478d6d708276f37361169e327b755669cf8a.zip qemu-0cf1478d6d708276f37361169e327b755669cf8a.tar.gz qemu-0cf1478d6d708276f37361169e327b755669cf8a.tar.bz2 |
hw/loongarch: Add numa support
1. Implement some functions for LoongArch numa support;
2. Implement fdt_add_memory_node() for fdt;
3. build_srat() fills node_id and adds build numa memory.
Reviewed-by: Song Gao <gaosong@loongson.cn>
Signed-off-by: Tianrui Zhao <zhaotianrui@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20230613122613.2471743-1-zhaotianrui@loongson.cn>
Diffstat (limited to 'hw/loongarch/Kconfig')
-rw-r--r-- | hw/loongarch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/loongarch/Kconfig b/hw/loongarch/Kconfig index eb112af..1e7c5b4 100644 --- a/hw/loongarch/Kconfig +++ b/hw/loongarch/Kconfig @@ -21,3 +21,4 @@ config LOONGARCH_VIRT select FW_CFG_DMA select DIMM select PFLASH_CFI01 + select ACPI_HMAT |