mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
0cf1478d6d
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>
24 lines
528 B
Text
24 lines
528 B
Text
config LOONGARCH_VIRT
|
|
bool
|
|
select PCI
|
|
select PCI_EXPRESS_GENERIC_BRIDGE
|
|
imply VIRTIO_VGA
|
|
imply PCI_DEVICES
|
|
imply NVDIMM
|
|
select ISA_BUS
|
|
select SERIAL
|
|
select SERIAL_ISA
|
|
select VIRTIO_PCI
|
|
select PLATFORM_BUS
|
|
select LOONGARCH_IPI
|
|
select LOONGARCH_PCH_PIC
|
|
select LOONGARCH_PCH_MSI
|
|
select LOONGARCH_EXTIOI
|
|
select LS7A_RTC
|
|
select SMBIOS
|
|
select ACPI_PCI
|
|
select ACPI_HW_REDUCED
|
|
select FW_CFG_DMA
|
|
select DIMM
|
|
select PFLASH_CFI01
|
|
select ACPI_HMAT
|