acrn-hypervisor/hypervisor/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.c hv: Fix typo of trampline with trampoline 2018-06-12 15:54:16 +08:00
instr_emul_wrapper.c instr_emul: remove vm_gva2gpa 2018-06-11 12:14:43 +08:00
instr_emul_wrapper.h instr_emul: remove vm_restart_instruction and use VCPU_RETAIN_RIP 2018-06-11 12:14:43 +08:00
instr_emul.c instr_emul: remove vm_gva2gpa 2018-06-11 12:14:43 +08:00
instr_emul.h instr_emul: remove unnecessary params in __decode_instruction 2018-06-11 12:14:43 +08:00
pm.c HV: load host pm S state data while create vm0 2018-06-13 15:02:03 +08:00
ucode.c ucode: refine acrn_update_ucode with copy_from_gva 2018-06-11 12:14:43 +08:00
vcpu.c fix parted of "missing for discarded return value" 2018-06-19 16:21:45 +08:00
vioapic.c fix parted of "missing for discarded return value" 2018-06-19 16:21:45 +08:00
vlapic_priv.h hv: vlapic_timer: add vlapic one-shot/periodic timer support 2018-06-15 17:10:28 +08:00
vlapic.c hv: vlapic_timer: add vlapic one-shot/periodic timer support 2018-06-15 17:10:28 +08:00
vm.c fix parted of "missing for discarded return value" 2018-06-19 16:21:45 +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: Remove misuesed __unused 2018-06-14 13:42:42 +08:00