Files
acrn-hypervisor/hypervisor/include/arch/x86
Jason Chen CJ 36863a0b54 modulization: vmx on/off should not use vcpu param
vmx.c should only take care host vmx operations, which should not
contain vcpu reference, so refine vmx on/off APIs, move out use
of vcpu by adding one per cpu vmcs_run pointer.

as now each pcpu only run on one vcpu, so just keep running vmcs
in per cpu vmcs_run pointer is enough.

Changes to be committed:
	modified:   arch/x86/cpu.c
	modified:   arch/x86/init.c
	modified:   arch/x86/pm.c
	modified:   arch/x86/vmcs.c
	modified:   arch/x86/vmx.c
	modified:   include/arch/x86/per_cpu.h
	modified:   include/arch/x86/vmx.h

Tracked-On: #1842
Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-12-18 10:00:56 +08:00
..
2018-12-16 14:52:22 +08:00
2018-12-12 13:08:10 +08:00
2018-09-18 09:43:43 +08:00
2018-12-04 09:10:54 +08:00
2018-11-23 12:21:02 +08:00
2018-12-12 13:08:10 +08:00
2018-12-14 15:24:26 +08:00
2018-11-21 14:45:43 +08:00
2018-12-12 13:08:10 +08:00
2018-12-04 18:28:32 +08:00
2018-11-30 14:55:17 +08:00
2018-12-17 14:31:52 +08:00
2018-12-12 13:08:10 +08:00
2018-12-18 10:00:56 +08:00
2018-12-12 13:08:10 +08:00
2018-12-12 13:08:10 +08:00