acrn-hypervisor/hypervisor/arch/x86/guest
Minggui Cao f45605dd49 HV: modularization to separate CR related code
1. move the CR related code from vmcs/vcpu to vCR source files.
2. also add virtual_cr.h to acrn.doxyfile to avoid doc failure.

Tracked-On: #1842
Signed-off-by: Minggui Cao <minggui.cao@intel.com>
Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
2019-01-18 10:50:18 +08:00
..
guest.c HV: misra clean for guest.c file 2019-01-15 13:48:19 +08:00
instr_emul.c hv:Fix violation "Cyclomatic complexity greater than 20" in instr_emul.c 2019-01-17 11:22:02 +08:00
instr_emul.h hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
pm.c hv: rename register_io_emulation_handler 2019-01-08 11:28:13 +08:00
ucode.c hv: refine coding style for ucode.c 2018-12-19 09:44:42 +08:00
vcpu.c HV: modularization to separate CR related code 2019-01-18 10:50:18 +08:00
vcpuid.c hv: disable more features from guest CPUID 2019-01-09 23:04:41 +08:00
vlapic_priv.h
vlapic.c hv: remove ACRN_REQUEST_TMR_UPDATE and unnecessary codes 2019-01-17 08:48:22 +08:00
vm.c HV: modularization to refine boot/bsp related code. 2019-01-08 08:46:15 +08:00
vmcall.c hv: vmcall: fix "goto detected" violations 2018-12-24 09:57:43 +08:00
vmsr.c hv: fix MISRA-C violations in vmsr.c 2019-01-15 08:49:34 +08:00
vmtrr.c hv: refine a few functions to only one exit point 2018-12-19 09:17:30 +08:00