acrn-hypervisor/hypervisor/arch/x86/guest
Jason Chen CJ 5968da4635 move security related funcs into security.c
there are still some security related funcs in cpu_caps.c & cpu.c,
move them out into security.c.

Changes to be committed:
	modified:   Makefile
	modified:   arch/x86/cpu.c
	modified:   arch/x86/cpu_caps.c
	modified:   arch/x86/guest/vcpu.c
	new file:   arch/x86/security.c
	modified:   arch/x86/trusty.c
	modified:   arch/x86/vmx_asm.S
	modified:   include/arch/x86/cpu.h
	modified:   include/arch/x86/cpu_caps.h
	modified:   include/arch/x86/per_cpu.h
	new file:   include/arch/x86/security.h

Tracked-On: #1842
Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
2018-12-19 09:07:14 +08:00
..
guest.c hv: enable SMAP in hypervisor 2018-12-14 15:24:26 +08:00
instr_emul.c hv: enable SMAP in hypervisor 2018-12-14 15:24:26 +08:00
instr_emul.h hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
pm.c hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
ucode.c hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
vcpu.c move security related funcs into security.c 2018-12-19 09:07:14 +08:00
vcpuid.c modulization: move virtual cpuid stuff into guest dir 2018-12-13 09:08:02 +08:00
vlapic.c hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
vlapic_priv.h hv: self-IPI APIC register in x2APIC mode of guest vLAPIC 2018-11-02 13:48:43 +08:00
vm.c hv:refine alloc_vm_id api 2018-12-18 16:31:21 +08:00
vmcall.c hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
vmsr.c hv: vmsr: fix MISRA_C violations 2018-12-16 14:52:22 +08:00
vmtrr.c modularization: clean up namings in vMTRR module 2018-12-14 09:43:06 +08:00