Skip to content

Commit ed65ae6

Browse files
vijaydhanrajwenlingz
authored andcommitted
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 <vijay.dhanraj@intel.com> Tracked-On: #4196
1 parent 706dbc0 commit ed65ae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hypervisor/arch/x86/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ config RELEASE
5757

5858
config MAX_VCPUS_PER_VM
5959
int "Maximum number of VCPUs per VM"
60-
range 1 8
60+
range 1 48
6161
default 8
6262
help
6363
The maximum number of virtual CPUs the hypervisor can support in a
@@ -70,7 +70,7 @@ config MAX_EMULATED_MMIO_REGIONS
7070

7171
config MAX_PT_IRQ_ENTRIES
7272
int "Maximum number of interrupt source for PT devices"
73-
range 0 128
73+
range 0 256
7474
default 64
7575

7676
config STACK_SIZE

0 commit comments

Comments
 (0)