From a5e3e22b5123c83a852a3ac1266fc028926db6e6 Mon Sep 17 00:00:00 2001 From: gaowei Date: Thu, 19 Aug 2021 12:24:18 +0000 Subject: [PATCH] stratovirt: turn on memory hotplug feature in 5.10 microvm kernel config on aarch64 platform. --- script/config/microvm_image/kernel_config_5.10_aarch64 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/script/config/microvm_image/kernel_config_5.10_aarch64 b/script/config/microvm_image/kernel_config_5.10_aarch64 index f62d8ea..48f99da 100644 --- a/script/config/microvm_image/kernel_config_5.10_aarch64 +++ b/script/config/microvm_image/kernel_config_5.10_aarch64 @@ -719,7 +719,9 @@ CONFIG_SPARSEMEM_VMEMMAP=y CONFIG_HAVE_FAST_GUP=y CONFIG_HOLES_IN_ZONE=y CONFIG_ARCH_KEEP_MEMBLOCK=y -# CONFIG_MEMORY_HOTPLUG is not set +CONFIG_MEMORY_ISOLATION=y +CONFIG_MEMORY_HOTPLUG=y +CONFIG_MEMORY_HOTPLUG_SPARSE=y CONFIG_SPLIT_PTLOCK_CPUS=4 CONFIG_MEMORY_BALLOON=y # CONFIG_COMPACTION is not set @@ -1795,6 +1797,7 @@ CONFIG_COMMON_CLK=y # CONFIG_CLK_QORIQ is not set # CONFIG_COMMON_CLK_XGENE is not set # CONFIG_COMMON_CLK_FIXED_MMIO is not set +# CONFIG_MCHP_CLK_PFSOC is not set # CONFIG_HWSPINLOCK is not set # @@ -2119,6 +2122,8 @@ CONFIG_INIT_STACK_NONE=y # end of Kernel hardening options # CONFIG_SECURITY_BOOT_INIT is not set + +# CONFIG_SECURITY_BOOT_INIT is not set # end of Security options CONFIG_CRYPTO=y -- Gitee