acrn-hypervisor/hypervisor/common
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
..
hv_main.c fix parted of "missing for discarded return value" 2018-06-19 16:21:45 +08:00
hypercall.c rename copy_from/to_vm to copy_from/to_gpa 2018-06-11 12:14:43 +08:00
io_request.c fix parted of "missing for discarded return value" 2018-06-19 16:21:45 +08:00
ptdev.c HV: move common stuff from assign.c 2018-06-15 17:10:41 +08:00
schedule.c HV: config: adapt to the generated config.h 2018-06-08 17:21:13 +08:00
stack_protector.c license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
trusty_hypercall.c license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
vm_load.c hv: set start mode of vcpu 2018-06-01 19:14:13 +08:00