acrn-hypervisor/hypervisor/common
Mingqiang Chi 2310d99ebf 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>
2019-08-22 14:13:15 +08:00
..
hv_main.c hv_main: Remove the continue in vcpu_thread 2019-07-22 09:55:06 +08:00
hypercall.c hv: cleanup vmcs.h 2019-08-22 14:13:15 +08:00
ptdev.c hv: ptdev: refine ptdev active flag 2019-07-03 17:44:45 +08:00
schedule.c hv: schedule: minor fix about the return type of need_offline 2019-07-17 09:20:54 +08:00
softirq.c softirq: move softirq from hv_main to interrupt context 2019-07-22 09:55:06 +08:00
trusty_hypercall.c hv:fix "no prototype for non-static function" 2019-07-09 10:36:03 +08:00
vm_load.c vm_load: update init gdt preparation 2019-08-20 09:22:20 +08:00