[pbs-devel] [RFC PATCH backup-restore-image 1/1] add kernel config options for memory hotplug

Dominik Csapak d.csapak at proxmox.com
Mon Oct 31 12:39:51 CET 2022


so that we can hotplug memory in the guest

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 src/config-base | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/config-base b/src/config-base
index e9af0ba..0f4f06d 100644
--- a/src/config-base
+++ b/src/config-base
@@ -144,3 +144,9 @@ CONFIG_ISO9660_FS=y
 CONFIG_NTFS_FS=y
 CONFIG_MSDOS_FS=y
 CONFIG_VFAT_FS=y
+
+# memory hotplug
+CONFIG_MEMORY_HOTPLUG=y
+CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=y
+CONFIG_MEMORY_HOTREMOVE=y
+CONFIG_ACPI_HOTPLUG_MEMORY=y
-- 
2.30.2






More information about the pbs-devel mailing list