acrn-hypervisor/hypervisor/arch/x86/guest
Shiqing Gao e1564edda5 hv: fix type conversion violations
This patch fixes the following violations:
 1. Implicit conversion: actual to formal param
 2. Value is not of appropriate type
 3. No cast for widening complex int expression
 4. Widening cast on complex integer expression
 5. Narrower int conversion without cast.

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
2018-11-30 18:14:59 +08:00
..
guest.c doc: replace return with retval 2018-11-30 14:55:17 +08:00
instr_emul.c hv: fix 'Function return value potentially unused' 2018-11-30 06:54:54 +08:00
instr_emul.h hv: guest: fix "Procedure has more than one exit point" 2018-11-29 15:03:48 +08:00
pm.c hv: guest: fix "Procedure has more than one exit point" 2018-11-29 15:03:48 +08:00
ucode.c HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
vcpu.c hv: switch IA32_TSC_AUX between host/guest through VM Controls 2018-11-27 09:26:29 +08:00
vlapic_priv.h hv: self-IPI APIC register in x2APIC mode of guest vLAPIC 2018-11-02 13:48:43 +08:00
vlapic.c hv: fix type conversion violations 2018-11-30 18:14:59 +08:00
vm.c hv: trusty: reserve memory for trusty 2018-11-30 16:49:27 +08:00
vmcall.c hv: hypercall: clean up HV_DEBUG usage 2018-11-20 10:01:50 +08:00
vmsr.c hv: throw GP for MSR accesses if they are disabled from guest CPUID 2018-11-30 15:03:16 +08:00