acrn-hypervisor/hypervisor/arch/x86/guest
Yang, Yu-chu da0f28c6de HV: Bracket for the same level of precendence
The plus and minor have the same level of precedence. The Misra-C
considers it as a violation. Added brackets in between addition and
substraction oprators.

Signed-off-by: Yang, Yu-chu <yu-chu.yang@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2018-07-24 10:10:39 +08:00
..
guest.c HV: Bracket for the same level of precendence 2018-07-24 10:10:39 +08:00
instr_emul_wrapper.c HV:INSTR_EMUL: Clean up CPU_reg_name 2018-07-19 14:08:03 +08:00
instr_emul_wrapper.h HV:INSTR_EMUL: Clean up CPU_reg_name 2018-07-19 14:08:03 +08:00
instr_emul.c HV: logical and high level precedence expression needs brackets 2018-07-24 10:10:39 +08:00
instr_emul.h HV: instr_emul: enforce unsignedness when possible 2018-07-05 13:14:07 +08:00
pm.c HV: Fix new MISRAC violations for brackets 2018-07-16 11:02:38 +08:00
ucode.c HV: Bracket for the same level of precendence 2018-07-24 10:10:39 +08:00
vcpu.c HV:treewide:Update the type of return value and parameters of atomic operations 2018-07-19 14:39:47 +08:00
vioapic.c HV: logical and high level precedence expression needs brackets 2018-07-24 10:10:39 +08:00
vlapic_priv.h HV: vlapic: convert loop variables to unsigned 2018-07-13 10:02:44 +08:00
vlapic.c HV: logical and high level precedence expression needs brackets 2018-07-24 10:10:39 +08:00
vm.c HV: guest: cleanup of remaining integral type violations 2018-07-23 10:23:49 +08:00
vmcall.c HV: Clean up the unused or legacy code-like comment 2018-07-24 10:10:39 +08:00
vmsr.c HV:treewide:Add exec_vmread32 and exec_vmwrite32 functions 2018-07-18 12:31:42 +08:00
vpic.c HV: guest: cleanup of remaining integral type violations 2018-07-23 10:23:49 +08:00