acrn-hypervisor/hypervisor/arch/x86/guest
Junjie Mao e3452cf804 HV: vlapic: minimize explicit casts by adjusting types
To minimize explicit casts, this patch adjusts the types of function parameters
and structure fields related to vlapic and update the types in the internal
implementation accordingly.

Signed-off-by: Junjie Mao <junjie.mao@intel.com>
Acked-by: Dong Eddie <eddie.dong@intel.com>
2018-07-13 10:02:44 +08:00
..
guest.c HV: Fix missing brackets for MISRA C Violations 2018-07-13 09:09:12 +08:00
instr_emul_wrapper.c HV: Fix missing brackets for MISRA C Violations 2018-07-13 09:09:12 +08:00
instr_emul_wrapper.h HV: instr_emul: Rename emul_cnx to emul_ctxt 2018-07-09 09:27:42 +08:00
instr_emul.c HV: Fix missing brackets for MISRA C Violations 2018-07-13 09:09:12 +08:00
instr_emul.h HV: instr_emul: enforce unsignedness when possible 2018-07-05 13:14:07 +08:00
pm.c HV: pm: cleanup for misra integral type violations 2018-07-12 17:31:11 +08:00
ucode.c HV: Fix missing brackets for MISRA C Violations 2018-07-13 09:09:12 +08:00
vcpu.c HV:treewide:Add 16-bit atomic operations and update vpid type 2018-07-11 21:27:08 +08:00
vioapic.c HV: Fix missing brackets for MISRA C Violations 2018-07-13 09:09:12 +08:00
vlapic_priv.h HV: vlapic: convert loop variables to unsigned 2018-07-13 10:02:44 +08:00
vlapic.c HV: vlapic: minimize explicit casts by adjusting types 2018-07-13 10:02:44 +08:00
vm.c HV: Fix missing brackets for MISRA C Violations 2018-07-13 09:09:12 +08:00
vmcall.c HV: Make all trace event prefix consist with TRACE 2018-07-02 10:46:41 +08:00
vmsr.c HV: Fix missing brackets for MISRA C Violations 2018-07-13 09:09:12 +08:00
vpic.c HV: Fix missing brackets for MISRA C Violations 2018-07-13 09:09:12 +08:00