Skip to content

Commit

Permalink
iso: Enable KVM
Browse files Browse the repository at this point in the history
This patch enables KVM support inside the ISO to support nesting.

Signed-off-by: Fabian Deutsch <[email protected]>
  • Loading branch information
fabiand committed Feb 16, 2018
1 parent 7a4babe commit 5c5120d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions deploy/iso/minikube-iso/board/coreos/minikube/linux-4.9_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -483,4 +483,21 @@ CONFIG_SECURITY_SELINUX=y
CONFIG_SECURITY_SELINUX_BOOTPARAM=y
CONFIG_SECURITY_SELINUX_DISABLE=y
CONFIG_CRYPTO_USER_API_HASH=y
CONFIG_HAVE_KVM=y
CONFIG_HAVE_KVM_IRQCHIP=y
CONFIG_HAVE_KVM_IRQFD=y
CONFIG_HAVE_KVM_IRQ_ROUTING=y
CONFIG_HAVE_KVM_EVENTFD=y
CONFIG_KVM_MMIO=y
CONFIG_KVM_ASYNC_PF=y
CONFIG_HAVE_KVM_MSI=y
CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT=y
CONFIG_KVM_VFIO=y
CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT=y
CONFIG_KVM_COMPAT=y
CONFIG_HAVE_KVM_IRQ_BYPASS=y
CONFIG_VIRTUALIZATION=y
CONFIG_KVM=m
CONFIG_KVM_INTEL=m
CONFIG_KVM_AMD=m
CONFIG_VHOST_VSOCK=m

0 comments on commit 5c5120d

Please sign in to comment.