mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:04:43 +01:00
xen: enable XEN_UNPOPULATED_ALLOC as part of xen.config
PVH dom0 is useless without XEN_UNPOPULATED_ALLOC, as otherwise it will very likely balloon out all dom0 memory to map foreign and grant pages. Enable it by default as part of xen.config. This also requires enabling MEMORY_HOTREMOVE and ZONE_DEVICE. Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> Reviewed-by: Juergen Gross <jgross@suse.com> Message-ID: <20250514092037.28970-1-roger.pau@citrix.com> Signed-off-by: Juergen Gross <jgross@suse.com>
This commit is contained in:
parent
406251a408
commit
d24c6b78ac
1 changed files with 3 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ CONFIG_SCSI=y
|
|||
CONFIG_FB=y
|
||||
CONFIG_INPUT_MISC=y
|
||||
CONFIG_MEMORY_HOTPLUG=y
|
||||
CONFIG_MEMORY_HOTREMOVE=y
|
||||
CONFIG_ZONE_DEVICE=y
|
||||
CONFIG_TTY=y
|
||||
# Technically not required but otherwise produces
|
||||
# pretty useless systems starting from allnoconfig
|
||||
|
|
@ -47,3 +49,4 @@ CONFIG_XEN_GNTDEV=m
|
|||
CONFIG_XEN_GRANT_DEV_ALLOC=m
|
||||
CONFIG_SWIOTLB_XEN=y
|
||||
CONFIG_XEN_PRIVCMD=m
|
||||
CONFIG_XEN_UNPOPULATED_ALLOC=y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue