acrn-hypervisor/hypervisor/common
Huihuang Shi 59771ff461 HV:treewide:fix "Reference parameter to procedure is reassigned"
Parameter's type which is pointer should not be changed in the
scope of function,assign it's value to local variable to fixed
it out.

Signed-off-by: Huihuang Shi <huihuang.shi@intel.com>
Reviewed-by: Junjie Mao <junjie.mao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-07-27 12:17:12 +08:00
..
hv_main.c HV:treewide:fix "Reference parameter to procedure is reassigned" 2018-07-27 12:17:12 +08:00
hypercall.c hv: mmu: refine delete page table mapping 2018-07-26 12:46:34 +08:00
io_request.c HV:treewide:fix "Reference parameter to procedure is reassigned" 2018-07-27 12:17:12 +08:00
ptdev.c HV: common: cleanup of remaining integral-type issues 2018-07-23 10:23:49 +08:00
schedule.c HV: common: cleanup of remaining integral-type issues 2018-07-23 10:23:49 +08:00
stack_protector.c HV:common:fix "expression is not Boolean" 2018-06-20 14:19:47 +08:00
trusty_hypercall.c HV: hypercall: make hypercall functions return int32_t 2018-07-23 10:23:49 +08:00
vm_load.c HV: common: cleanup of remaining integral-type issues 2018-07-23 10:23:49 +08:00