acrn-hypervisor/doc/developer-guides
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
..
hld modulization: move functions related with cpu caps into cpu_caps.c 2018-12-19 09:07:14 +08:00
images doc: add a document on considerations and current status of hypervisor modularization 2018-12-03 20:49:28 -08:00
GVT-g-porting.rst Documentation: update to AcrnGT official name 2018-09-06 21:51:23 -07:00
contribute_guidelines.rst Documentation: adjust "Tracked-On" capitalization in documentation 2018-11-12 09:47:57 -08:00
doc_guidelines.rst doc: move graphviz material to developer-guides 2018-07-03 09:48:19 -07:00
graphviz.rst doc: fix doc misspellings 2018-09-05 16:06:19 -07:00
index.rst doc: add a document on considerations and current status of hypervisor modularization 2018-12-03 20:49:28 -08:00
l1tf.rst doc: fix doc misspellings 2018-12-05 17:07:39 -08:00
modularity.rst doc: fix doc misspellings 2018-12-05 17:07:39 -08:00
primer.rst hv: Fix comments referring to wrong hypervisor name 2018-08-17 10:03:32 +08:00
trusty.rst doc: reorganize HLD docs 2018-10-05 16:08:15 -07:00