acrn-hypervisor/hypervisor/include
Jason Chen CJ 2d469a5e5f modularization: hypervisor initilization component
hypervisor initilization component triggered by boot component,
and it calls different components initilization functions from
the highest layer.

this patch added init.c and move reorged cpu init functions into
it, keep hardware management functions in cpu.c but move other
components' init function into init.c.

the hypervisor initilization components will call:
- init_cpu_pre
- init_cpu_post
- init_bsp
- init_debug_pre
- init_debug_post
- init_guest
- init_passthru
- enter_guest_mode

the hypervisor initilization component include files:
arch/x86/init.c
include/arch/x86/init.h

this component is higest layer, so there is no reverse dependencies for it.

v2:
- separate into 2 patches, 1 for reorg, 1 for pure move.

Tracked-On: #1842
Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
Acked-by: Xu, Anthony <anthony.xu@intel.com>
2018-12-14 08:56:15 +08:00
..
arch/x86 modularization: hypervisor initilization component 2018-12-14 08:56:15 +08:00
common hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
debug profiling: split profiling_vmexit_handler into two functions 2018-12-14 08:54:30 +08:00
dm hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
lib hv: remove strcpy_s 2018-12-13 09:08:32 +08:00
public hv: minimize the case of "identifier reuse" 2018-12-07 15:21:39 +08:00
hv_debug.h HV: Added Initial support for SEP/SOCWATCH profiling 2018-10-26 13:39:07 +08:00
hypervisor.h HV:treewide:rename vm data structure 2018-11-05 15:35:49 +08:00