acrn-hypervisor/hypervisor/arch/x86/guest
Yang, Yu-chu 91337da5a1 HV: logical and high level precedence expression needs brackets
Added brackets for expression to make it easy to understand and
reduce the mistake of precedence. The rule is applied to the
mixed same level of prevedence opeartors, high level presedence
operators and logical expression.

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: logical and high level precedence expression needs brackets 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: treewide: terminate 'if .. else if' constructs with 'else' 2018-07-19 14:09:36 +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