mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-06 23:46:58 +00:00
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
This commit is contained in:
parent
706dbc0e00
commit
ed65ae61c6
@ -57,7 +57,7 @@ config RELEASE
|
|||||||
|
|
||||||
config MAX_VCPUS_PER_VM
|
config MAX_VCPUS_PER_VM
|
||||||
int "Maximum number of VCPUs per VM"
|
int "Maximum number of VCPUs per VM"
|
||||||
range 1 8
|
range 1 48
|
||||||
default 8
|
default 8
|
||||||
help
|
help
|
||||||
The maximum number of virtual CPUs the hypervisor can support in a
|
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
|
config MAX_PT_IRQ_ENTRIES
|
||||||
int "Maximum number of interrupt source for PT devices"
|
int "Maximum number of interrupt source for PT devices"
|
||||||
range 0 128
|
range 0 256
|
||||||
default 64
|
default 64
|
||||||
|
|
||||||
config STACK_SIZE
|
config STACK_SIZE
|
||||||
|
Loading…
Reference in New Issue
Block a user