mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-05 10:20:55 +00:00
hv: move the MAX_VUART_NUM_PER_VM to offline tool
Current code limit the MAX vUART number to 8 which is not enough for Service VM which should config S5 UART for each user VM. We could count how many vUARTs we need by offline tool, so remove the define of MAX_VUART_NUM_PER_VM to offline tool is a simple and accurate way to allocate vUARTs. Tracked-On: #8782 Signed-off-by: Chenli Wei <chenli.wei@intel.com>
This commit is contained in:
parent
c972aeae22
commit
c96fb1cb0a
@ -18,7 +18,6 @@
|
||||
|
||||
#define AFFINITY_CPU(n) (1UL << (n))
|
||||
#define MAX_VCPUS_PER_VM MAX_PCPU_NUM
|
||||
#define MAX_VUART_NUM_PER_VM 8U
|
||||
#define MAX_VM_OS_NAME_LEN 32U
|
||||
#define MAX_MOD_TAG_LEN 32U
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user