Skip to content

Commit 2abb65a

Browse files
roygerbostrovs
authored andcommitted
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 <[email protected]> Signed-off-by: Roger Pau Monné <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Juergen Gross <[email protected]> Signed-off-by: Boris Ostrovsky <[email protected]>
1 parent 0df683f commit 2abb65a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/xen/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ config XEN_BALLOON
1313
config XEN_BALLOON_MEMORY_HOTPLUG
1414
bool "Memory hotplug support for Xen balloon driver"
1515
depends on XEN_BALLOON && MEMORY_HOTPLUG
16+
default y
1617
help
1718
Memory hotplug support for Xen balloon driver allows expanding memory
1819
available for the system above limit declared at system startup.

0 commit comments

Comments
 (0)