acrn-hypervisor/hypervisor/arch/x86/guest
Minggui Cao 4cab8b9cc5 HV: code cleanup as MISRA-C report for guest/vmsr
like: constant of unsigned int need add U/UL as surfix.
enum value can't use to give or compare with int directlly.
unsigned and signed mis-matched

Signed-off-by: Minggui Cao <minggui.cao@intel.com>
Reviewed-by: Junjie Mao <junjie.mao@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2018-07-12 17:27:53 +08:00
..
guest.c HV: code cleanup as MISRA-C report for guest/vmsr 2018-07-12 17:27:53 +08:00
instr_emul_wrapper.c HV: instr_emul: Rename emul_cnx to emul_ctxt 2018-07-09 09:27:42 +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: Avoiding assignment opperation inside macro 2018-07-10 11:47:45 +08:00
instr_emul.h HV: instr_emul: enforce unsignedness when possible 2018-07-05 13:14:07 +08:00
pm.c HV:treewide:Clean up field names of struct cpuinfo_x86 2018-07-10 13:24:55 +08:00
ucode.c HV: Avoiding the chained assignment 2018-07-10 11:49:50 +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: add the missing brackets to loop body 2018-07-12 17:27:29 +08:00
vlapic_priv.h hv:merge struct lapic and lapic_regs to lapic_regs 2018-07-02 10:49:14 +08:00
vlapic.c HV: add the missing brackets to loop body 2018-07-12 17:27:29 +08:00
vm.c HV: add the missing brackets to loop body 2018-07-12 17:27:29 +08:00
vmcall.c HV: Make all trace event prefix consist with TRACE 2018-07-02 10:46:41 +08:00
vmsr.c HV: code cleanup as MISRA-C report for guest/vmsr 2018-07-12 17:27:53 +08:00
vpic.c HV:treewide:Update return type of function ffs64 and ffz64 2018-07-02 15:11:22 +08:00