acrn-hypervisor/hypervisor/arch/x86/guest
Mingqiang Chi bdcc3aef22 hv: fixed compiling warning
removed some unnecessary variables and functions.

v1-->v2:
   Replace div-by-zero with an inline ASM code

Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2018-08-17 12:36:53 +08:00
..
guest.c HV: Add const qualifiers where required 2018-08-17 10:02:12 +08:00
instr_emul.c hv: fixed compiling warning 2018-08-17 12:36:53 +08:00
instr_emul.h HV: instr_emul: Remove dead code 2018-08-07 12:09:22 +08:00
mptable.c hv: fix size issue in mptable guest copy - ACRN partition mode 2018-08-17 10:06:38 +08:00
pm.c HV: Logical conjunction needs brackets under /arch/x86/guest 2018-08-14 09:53:32 +08:00
ucode.c hv: get correct fault address for copy_to/from_gva 2018-08-09 14:46:13 +08:00
vcpu.c hv: VM BSP vcpu mode for ACRN partition mode 2018-08-16 16:27:07 +08:00
vlapic.c hv: vmx_vapic: fix two build warnings 2018-08-17 08:57:31 +08:00
vlapic_priv.h hv: apicv: remove APIC_OFFSET_SELF_IPI(0x3F0) register 2018-08-17 08:57:31 +08:00
vm.c hv: Add vrtc emulation support for ACRN partition mode 2018-08-16 16:23:11 +08:00
vmcall.c HV: Enclose debug specific code with #ifdef HV_DEBUG 2018-08-15 11:17:29 +08:00
vmsr.c hv: fixed compiling warning 2018-08-17 12:36:53 +08:00