mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-22 21:49:41 +00:00
configs: re-locate configs about linux guest support and optimization
There exists a few configs about linux guest support or optimization that are not supported on aarch64. CONFIG_HYPERVISOR_GUEST is only defined under arch/x86/Kconfig and unfortunately, CONFIG_KVM_GUEST is not supported on aarch64 for now. Fixes: #1004 Signed-off-by: Penny Zheng <penny.zheng@arm.com>
This commit is contained in:
parent
6b2d84b0dc
commit
beee33b1a4
@ -1,9 +1,7 @@
|
||||
# Basic necessary items!
|
||||
|
||||
CONFIG_SMP=y
|
||||
CONFIG_HYPERVISOR_GUEST=y
|
||||
CONFIG_PARAVIRT=y
|
||||
CONFIG_KVM_GUEST=y
|
||||
# Note, no nested VM support enabled here
|
||||
|
||||
# Turn off embedded mode, as it disabled 'too much', and we
|
||||
|
@ -4,5 +4,9 @@ CONFIG_X86_MSR=y
|
||||
CONFIG_X86_X2APIC=y
|
||||
CONFIG_X86_VERBOSE_BOOTUP=y
|
||||
|
||||
# Configs around linux guest support and optimizations.
|
||||
CONFIG_HYPERVISOR_GUEST=y
|
||||
CONFIG_KVM_GUEST=y
|
||||
|
||||
# Use the maximum number of CPUs supported by KVM (240)
|
||||
CONFIG_NR_CPUS=240
|
||||
|
Loading…
Reference in New Issue
Block a user