mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-11 05:39:45 +00:00
HV: move CONFIG_MAX_VM_NUM to vm configurations
Now the MAX supported VM number is defined explicitly for each scenario, so move this config from Kconfig to VM configuration. Tracked-On: #2291 Signed-off-by: Victor Sun <victor.sun@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#ifdef PROFILING_ON
|
||||
|
||||
#include <vcpu.h>
|
||||
#include <vm_configurations.h>
|
||||
|
||||
#define MAX_MSR_LIST_NUM 15U
|
||||
#define MAX_PROFILING_MSR_STORE_NUM 1
|
||||
|
Reference in New Issue
Block a user