From: Roger Pau Monne Date: Tue, 24 Mar 2020 15:00:15 +0000 (+0100) Subject: xen: enable BALLOON_MEMORY_HOTPLUG by default X-Git-Tag: v5.10.7~2146^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2abb65a39bcca0629437bb83e583889f9e1ad696;p=platform%2Fkernel%2Flinux-rpi.git xen: enable BALLOON_MEMORY_HOTPLUG by default Without it a PVH dom0 is mostly useless, as it would balloon down huge amounts of RAM in order get physical address space to map foreign memory and grants, ultimately leading to an out of memory situation. Such option is also needed for HVM or PVH driver domains, since they also require mapping grants into physical memory regions. Suggested-by: Ian Jackson Signed-off-by: Roger Pau Monné Link: https://lore.kernel.org/r/20200324150015.50496-2-roger.pau@citrix.com Reviewed-by: Juergen Gross Signed-off-by: Boris Ostrovsky --- diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig index ce024e5..727f11e 100644 --- a/drivers/xen/Kconfig +++ b/drivers/xen/Kconfig @@ -13,6 +13,7 @@ config XEN_BALLOON config XEN_BALLOON_MEMORY_HOTPLUG bool "Memory hotplug support for Xen balloon driver" depends on XEN_BALLOON && MEMORY_HOTPLUG + default y help Memory hotplug support for Xen balloon driver allows expanding memory available for the system above limit declared at system startup.