Skip to content

Commit

Permalink
feat: enable Hyper-V dynamic memory driver
Browse files Browse the repository at this point in the history
Enabling this driver has no effect for default Hyper-V users. But it
does allow enabling dynamic memory for users that opt in to that
feature.

Signed-off-by: Jori Huisman <jori@huisman.io>
Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
SixFive7 authored and smira committed Mar 20, 2023
1 parent ea40205 commit 7d8f5bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kernel/build/config-amd64
Expand Up @@ -4549,7 +4549,7 @@ CONFIG_VHOST_VSOCK=y
CONFIG_HYPERV=y
CONFIG_HYPERV_TIMER=y
CONFIG_HYPERV_UTILS=y
# CONFIG_HYPERV_BALLOON is not set
CONFIG_HYPERV_BALLOON=y
# end of Microsoft Hyper-V guest support

#
Expand Down
5 changes: 1 addition & 4 deletions kernel/build/config-arm64
Expand Up @@ -5971,7 +5971,7 @@ CONFIG_VHOST_VSOCK=y
#
CONFIG_HYPERV=y
CONFIG_HYPERV_UTILS=y
# CONFIG_HYPERV_BALLOON is not set
CONFIG_HYPERV_BALLOON=y
# end of Microsoft Hyper-V guest support

#
Expand Down Expand Up @@ -7535,9 +7535,6 @@ CONFIG_TMPFS_XATTR=y
CONFIG_ARCH_SUPPORTS_HUGETLBFS=y
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
CONFIG_ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP=y
CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP=y
# CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP_DEFAULT_ON is not set
CONFIG_MEMFD_CREATE=y
CONFIG_ARCH_HAS_GIGANTIC_PAGE=y
CONFIG_CONFIGFS_FS=y
Expand Down

0 comments on commit 7d8f5bd

Please sign in to comment.