Skip to content

Commit

Permalink
Enable xen balloon memory hotplug
Browse files Browse the repository at this point in the history
Allow to not use otherwise usable RAM pages to map foreign
pages (including grant mappings). This is especially useful for dom0 (or
GUI domain) that maps a lot of foreign pages.

QubesOS/qubes-issues#6097

(cherry picked from commit 3e71ce9)
  • Loading branch information
marmarek committed Mar 8, 2021
1 parent b4eb684 commit 13f7f6c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config-qubes
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@ CONFIG_USB_DUMMY_HCD=m

CONFIG_SECURITY_APPARMOR=y

################################################################################
## Enable memory hotplug of Xen balloon driver. This is useful to map a lot of
## grant tables, without using otherwise usable physical address space

CONFIG_XEN_BALLOON_MEMORY_HOTPLUG=y
CONFIG_XEN_UNPOPULATED_ALLOC=y

################################################################################
## TODO: from diff to old config
Expand Down

0 comments on commit 13f7f6c

Please sign in to comment.