acrn-hypervisor/hypervisor/common
Huihuang Shi aa5027a30c HV:misc:fix "signed/unsigned conversion with cast"
Signed/unsigned conversion should add cast explicitily
or change the type of them to the same.

V1->V2:Fixed the 0U to 0UL because of the mistakes.
V2->V3:remove unsed macro

Signed-off-by: HuiHuang Shi <huihuang.shi@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-07-16 15:45:40 +08:00
..
hv_main.c HV:misc:fix "signed/unsigned conversion with cast" 2018-07-16 15:45:40 +08:00
hypercall.c HV:misc:fix "signed/unsigned conversion with cast" 2018-07-16 15:45:40 +08:00
io_request.c HV:misc:fix "signed/unsigned conversion with cast" 2018-07-16 15:45:40 +08:00
ptdev.c HV:misc:fix "signed/unsigned conversion with cast" 2018-07-16 15:45:40 +08:00
schedule.c HV: Fix missing brackets for MISRA C Violations 2018-07-13 09:09:12 +08:00
stack_protector.c HV:common:fix "expression is not Boolean" 2018-06-20 14:19:47 +08:00
trusty_hypercall.c HV: Fix missing brackets for MISRA C Violations 2018-07-13 09:09:12 +08:00
vm_load.c HV:misc:fix "signed/unsigned conversion with cast" 2018-07-16 15:45:40 +08:00