acrn-hypervisor/hypervisor/common
Huihuang Shi 102d2f1a68 HV:common:fix "signed/unsigned conversion without cast"
Misra C required signed/unsigned conversion with cast.

V1->V2:
  a.split patch to patch series

V2->V3:
  a.change the uint64_t type numeric constant's suffix from U to UL

Signed-off-by: Huihuang Shi <huihuang.shi@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-07-04 12:18:38 +08:00
..
hv_main.c HV:common:fix "signed/unsigned conversion without cast" 2018-07-04 12:18:38 +08:00
hypercall.c HV:treewide:Update return type of function ffs64 and ffz64 2018-07-02 15:11:22 +08:00
io_request.c HV: treewide: drop debug-only helpers in release build 2018-07-02 14:35:39 +08:00
ptdev.c HV:common:fix "expression is not Boolean" 2018-06-20 14:19:47 +08:00
schedule.c HV:common:fix "signed/unsigned conversion without cast" 2018-07-04 12:18:38 +08:00
stack_protector.c HV:common:fix "expression is not Boolean" 2018-06-20 14:19:47 +08:00
trusty_hypercall.c HV:common:transfer local variable type 2018-06-29 09:49:29 +08:00
vm_load.c HV:common:fix "signed/unsigned conversion without cast" 2018-07-04 12:18:38 +08:00