From ed65ae61c65e98546f4710298c93a1eb5200dd8f Mon Sep 17 00:00:00 2001 From: Vijay Dhanraj Date: Thu, 5 Dec 2019 11:03:17 -0800 Subject: [PATCH] HV: Kconfig changes to support server platform. This patch updates kconfig to support server platforms for increased number of VCPUs per VM and PT IRQ number. Signed-off-by: Vijay Dhanraj Tracked-On: #4196 --- hypervisor/arch/x86/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hypervisor/arch/x86/Kconfig b/hypervisor/arch/x86/Kconfig index 84bc7a0ef..e5d93322a 100644 --- a/hypervisor/arch/x86/Kconfig +++ b/hypervisor/arch/x86/Kconfig @@ -57,7 +57,7 @@ config RELEASE config MAX_VCPUS_PER_VM int "Maximum number of VCPUs per VM" - range 1 8 + range 1 48 default 8 help The maximum number of virtual CPUs the hypervisor can support in a @@ -70,7 +70,7 @@ config MAX_EMULATED_MMIO_REGIONS config MAX_PT_IRQ_ENTRIES int "Maximum number of interrupt source for PT devices" - range 0 128 + range 0 256 default 64 config STACK_SIZE