mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-12 20:39:59 +00:00
HV: modularization to separate CR related code
1. move the CR related code from vmcs/vcpu to vCR source files. 2. also add virtual_cr.h to acrn.doxyfile to avoid doc failure. Tracked-On: #1842 Signed-off-by: Minggui Cao <minggui.cao@intel.com> Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
@@ -154,6 +154,7 @@ C_SRCS += arch/x86/virq.c
|
||||
C_SRCS += arch/x86/vmexit.c
|
||||
C_SRCS += arch/x86/vmx.c
|
||||
C_SRCS += arch/x86/vmcs.c
|
||||
C_SRCS += arch/x86/virtual_cr.c
|
||||
C_SRCS += arch/x86/assign.c
|
||||
C_SRCS += arch/x86/trusty.c
|
||||
C_SRCS += arch/x86/cpu_state_tbl.c
|
||||
|
Reference in New Issue
Block a user