acrn-hypervisor/hypervisor/arch/x86/guest
Huihuang Shi 6be8283334 fix MISRA C:"Statement with no side effect"
V2->V3 modified the description
V1->V2 add __unused to handler_private_data

while misra c analyse callback function, it will dereference the pointer
plus an implicit getting address when extra parentheses with inner
star(example:(*foo)()). the first dereference should be removed.

Signed-off-by: Huihuang Shi <huihuang.shi@intel.com>
reviewed-by: Li,Fei1 <fei1.li@intel.com>
reviewed-by: Junjie Mao <junjie.mao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-06-11 12:14:16 +08:00
..
guest.c hv: don't combine the trampline code with AP start 2018-06-08 13:45:02 +08:00
instr_emul_wrapper.c HV:treewide:C99-friendly per_cpu implementation change the per_cpu method 2018-06-05 17:09:00 +08:00
instr_emul_wrapper.h HV:treewide:C99-friendly per_cpu implementation change the per_cpu method 2018-06-05 17:09:00 +08:00
instr_emul.c hv: support gva2gpa in different paging modes 2018-06-01 19:14:13 +08:00
instr_emul.h HV:remove redundant field 'mmio' from 'struct emul_cnx' 2018-05-23 11:43:56 +08:00
pm.c license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
ucode.c hv: support gva2gpa in different paging modes 2018-06-01 19:14:13 +08:00
vcpu.c hv: enable MTRR virtualization 2018-06-08 12:06:15 +08:00
vioapic.c fix MISRA C:"Statement with no side effect" 2018-06-11 12:14:16 +08:00
vlapic_priv.h hv: vlapic_timer: refine vlapic tscdeadline timer 2018-05-15 18:03:33 +08:00
vlapic.c fix MISRA C:"Statement with no side effect" 2018-06-11 12:14:16 +08:00
vm.c license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
vmcall.c license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
vmsr.c hv: change rdmsr/wrmsr policy for MTRR registers 2018-06-08 12:06:15 +08:00
vpic.c HV: debug: stop using ## __VA_ARGS__ 2018-05-29 14:13:44 +08:00