]> git.proxmox.com Git - proxmox-backup-restore-image.git/commitdiff
add kernel config options for memory hotplug
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 31 Oct 2022 11:39:51 +0000 (12:39 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 7 Nov 2022 12:36:13 +0000 (13:36 +0100)
so that we can hotplug memory in the guest

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/config-base

index e9af0bac7eae608b530e362943cc4b9c02b5ed4a..0f4f06dd6c9b00fba1d98541d0e76596a8fe40ea 100644 (file)
@@ -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