acrn-hypervisor/hypervisor/include/arch/x86
Jason Chen CJ 746fbe147d modulization: move functions related with cpu caps into cpu_caps.c
move cpu caps related functions like capability init/detect/check
in cpu.c & mmu.c into a new file cpu_caps.c

Changes to be committed:
	modified:   developer-guides/hld/hv-memmgt.rst
	modified:   ../hypervisor/Makefile
	modified:   ../hypervisor/arch/x86/cpu.c
	new file:   ../hypervisor/arch/x86/cpu_caps.c
	modified:   ../hypervisor/arch/x86/mmu.c
	modified:   ../hypervisor/arch/x86/vmx_asm.S
	modified:   ../hypervisor/include/arch/x86/cpu.h
	new file:   ../hypervisor/include/arch/x86/cpu_caps.h
	modified:   ../hypervisor/include/arch/x86/guest/vm.h
	modified:   ../hypervisor/include/arch/x86/mmu.h
	modified:   ../hypervisor/include/arch/x86/vmcs.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-19 09:07:14 +08:00
..
boot move idt.S and idt.h out of boot component 2018-12-12 09:07:43 +08:00
guest modulization: move functions related with cpu caps into cpu_caps.c 2018-12-19 09:07:14 +08:00
abl_seed_parse.h HV:treewide:rename vm data structure 2018-11-05 15:35:49 +08:00
apicreg.h hv: replace CPU_PAGE_SIZE with PAGE_SIZE 2018-12-03 15:14:57 +08:00
assign.h hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
cpu_caps.h modulization: move functions related with cpu caps into cpu_caps.c 2018-12-19 09:07:14 +08:00
cpu.h modulization: move functions related with cpu caps into cpu_caps.c 2018-12-19 09:07:14 +08:00
cpufeatures.h hv: add fast string enhanced rep movsb/stosb check on initial 2018-12-18 16:30:27 +08:00
cpuid.h modulization: move virtual cpuid stuff into guest dir 2018-12-13 09:08:02 +08:00
e820.h HV: improve e820 interfaces and their usages 2018-12-12 09:12:12 +08:00
gdt.h hv: remove unused MACROs 2018-09-18 09:43:43 +08:00
host_pm.h hv: fix included file not protected with #define 2018-12-07 16:39:58 +08:00
hv_arch.h modulization: separate vmx.c into two parts 2018-12-18 10:00:56 +08:00
idt.h move idt.S and idt.h out of boot component 2018-12-12 09:07:43 +08:00
init.h hv: drop the temperory stack for AP startup 2018-12-17 19:16:43 +08:00
io.h hv: change the param type of mmio_write** 2018-12-04 09:10:54 +08:00
ioapic.h hv: ioapic: clean up HV_DEBUG usage 2018-11-23 12:21:02 +08:00
ioreq.h hv: refine IOREQ state operation functions in hypervisor 2018-12-14 15:24:26 +08:00
irq.h hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
lapic.h doc: hv: add comments to irq APIs for documentation 2018-11-02 15:34:36 -07:00
mmu.h modulization: move functions related with cpu caps into cpu_caps.c 2018-12-19 09:07:14 +08:00
msr.h hv: add fast string enhanced rep movsb/stosb check on initial 2018-12-18 16:30:27 +08:00
multiboot.h hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
page.h hv: fix 'Unused procedure parameter' 2018-12-04 18:28:32 +08:00
per_cpu.h modulization: vmx on/off should not use vcpu param 2018-12-18 10:00:56 +08:00
pgtable.h doc: replace return with retval 2018-11-30 14:55:17 +08:00
sbl_seed_parse.h HV:treewide:rename vm data structure 2018-11-05 15:35:49 +08:00
timer.h remove check_tsc 2018-12-17 14:31:52 +08:00
trampoline.h hv: drop the temperory stack for AP startup 2018-12-17 19:16:43 +08:00
trusty.h hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
vmcs.h modulization: move functions related with cpu caps into cpu_caps.c 2018-12-19 09:07:14 +08:00
vmexit.h hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
vmx.h modulization: vmx on/off should not use vcpu param 2018-12-18 10:00:56 +08:00
vtd.h hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
zeropage.h hv: minimize the case of "identifier reuse" 2018-12-07 15:21:39 +08:00