Skip to content

Commit e0647fa

Browse files
dustymabeslp
authored andcommitted
config: enable KVM host support on aarch64
Enable CONFIG_VIRTUALIZATION and CONFIG_KVM in the aarch64 kernel config for nested virtualization support. On ARM64 there are no separate vendor-specific KVM modules (unlike x86_64's KVM_INTEL and KVM_AMD). Assisted-by: <anthropic/claude-opus-4.6> Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
1 parent 7126519 commit e0647fa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

config-libkrunfw_aarch64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,8 @@ CONFIG_ARCH_SUSPEND_POSSIBLE=y
528528
# end of CPU Power Management
529529

530530
CONFIG_HAVE_KVM=y
531-
# CONFIG_VIRTUALIZATION is not set
531+
CONFIG_VIRTUALIZATION=y
532+
CONFIG_KVM=y
532533
CONFIG_CPU_MITIGATIONS=y
533534

534535
#

0 commit comments

Comments
 (0)