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:
Victor Sun
2019-04-04 13:33:48 +08:00
committed by Eddie Dong
parent d3e4f69595
commit 16de23d0d5
6 changed files with 7 additions and 10 deletions

View File

@@ -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