mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 09:47:44 +00:00
hv: cleanup vmcs.h
-- move 'RFLAGS_AC' to cpu.h -- move 'VMX_SUPPORT_UNRESTRICTED_GUEST' to msr.h and rename it to 'MSR_IA32_MISC_UNRESTRICTED_GUEST' -- move 'get_vcpu_mode' to vcpu.h -- remove deadcode 'vmx_eoi_exit()' Tracked-On: #1842 Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com> Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
committed by
ACRN System Integration
parent
bd09f471a6
commit
2310d99ebf
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
#include <vm.h>
|
||||
#include <vmcs.h>
|
||||
#include <vmx.h>
|
||||
#include <schedule.h>
|
||||
#include <version.h>
|
||||
#include <reloc.h>
|
||||
|
Reference in New Issue
Block a user