mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-11-22 15:51:09 +00:00
hv/misc: vm_config: vm_config abstraction
Move vm_config to common scope. This change also affects auto-generated C/H files from configuration tools. Tracked-On: #8830 Signed-off-by: Yifan Liu <yifan1.liu@intel.com> Reviewed-by: Fei Li <fei1.li@intel.com> Acked-by: Wang Yu1 <yu1.wang@intel.com>
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#ifdef PROFILING_ON
|
||||
|
||||
#include <vcpu.h>
|
||||
#include <asm/vm_config.h>
|
||||
#include <vm_config.h>
|
||||
|
||||
#define MAX_MSR_LIST_NUM 15U
|
||||
#define MAX_PROFILING_MSR_STORE_NUM 1
|
||||
|
||||
Reference in New Issue
Block a user