acrn-hypervisor/hypervisor/include/arch/x86/guest
Huihuang Shi 977c4b20b5 fix parted of "missing for discarded return value"
MISRA C required that return value should be used, missing for it should
add "(void)" prefix before the function call.
Some function can be declared without return value to avoid this problem.

Signed-off-by: Huihuang Shi <huihuang.shi@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-06-19 16:21:45 +08:00
..
guest.h fix parted of "missing for discarded return value" 2018-06-19 16:21:45 +08:00
pm.h HV: load host pm S state data while create vm0 2018-06-13 15:02:03 +08:00
ucode.h license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
vcpu.h fix parted of "missing for discarded return value" 2018-06-19 16:21:45 +08:00
vioapic.h fix parted of "missing for discarded return value" 2018-06-19 16:21:45 +08:00
vlapic.h hv: replace vlapic_init by vlapic_reset in vcpu_reset 2018-06-14 15:44:09 +08:00
vm.h fix parted of "missing for discarded return value" 2018-06-19 16:21:45 +08:00
vpic.h irq: convert irq/vector numbers to unsigned 2018-06-12 10:21:58 +08:00