acrn-hypervisor/hypervisor/include
Shiqing Gao 6971cc832a hv: fix '(void) missing for discarded return value'
MISRA-C requires that the function call in which the returned
value is discarded shall be clearly indicated using (void).

This patch fixes the violations related to the following
function calls.
- instr_check_gva
- vlapic_set_local_intr
- prepare_vm
- enter_s3
- emulate_instruction
- ptdev_intx_pin_remap
- register_mmio_emulation_handler

v1 -> v2:
 * discard the return value of enter_s3

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
2018-11-15 10:54:42 +08:00
..
arch/x86 hv: fix '(void) missing for discarded return value' 2018-11-15 10:54:42 +08:00
common hv: fix integer violations 2018-11-14 12:46:34 +08:00
debug hv: fix integer violations 2018-11-14 12:46:34 +08:00
dm hv: fix 'Expression is not Boolean' 2018-11-08 13:04:11 +08:00
lib fix "Casting operation to a pointer" 2018-11-06 13:37:33 +08:00
public hv: hypercall: remove hcall_set_vm_memory_region 2018-11-08 13:04:27 +08:00
hv_debug.h HV: Added Initial support for SEP/SOCWATCH profiling 2018-10-26 13:39:07 +08:00
hypervisor.h HV:treewide:rename vm data structure 2018-11-05 15:35:49 +08:00