acrn-hypervisor/hypervisor/include/arch/x86/guest
Shiqing Gao 3731b4c0ac 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.
- vlapic_set_intr
- vlapic_intr_edge

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
2018-11-13 19:24:54 +08:00
..
guest_pm.h HV:treewide:rename vm data structure 2018-11-05 15:35:49 +08:00
guest.h HV:treewide:rename vm data structure 2018-11-05 15:35:49 +08:00
mptable.h HV:treewide:rename vm data structure 2018-11-05 15:35:49 +08:00
ucode.h HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
vcpu.h HV:treewide:rename vm data structure 2018-11-05 15:35:49 +08:00
vioapic.h hv:Replace dynamic memory with static for mmio 2018-11-13 11:52:48 +08:00
vlapic.h hv: fix '(void) missing for discarded return value' 2018-11-13 19:24:54 +08:00
vm0_boot.h HV: save the cs limit field for SOS 2018-11-01 13:11:40 +08:00
vm.h hv:Replace dynamic memory with static for mmio 2018-11-13 11:52:48 +08:00
vpic.h HV:treewide:rename vm data structure 2018-11-05 15:35:49 +08:00