acrn-hypervisor/hypervisor/debug
Huihuang Shi 91fdffb19a HV:debug: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 API tgt_uart/ static int uart16550_get_rx_err(uint32_t rx_data) to return uint32_t
  b.modified the format of if from "if (length > 32*(length/32))" to
"if (length % 32U > 0)"

V3->V4:
  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
..
console.c HV:debug:fix "expression is not Boolean" 2018-06-20 14:19:47 +08:00
dump.c HV:debug:fix "signed/unsigned conversion without cast" 2018-07-04 12:18:38 +08:00
logmsg.c HV: timer: keep TSC frequency in KHz 2018-07-03 10:18:06 +08:00
printf.c HV:debug:fix "expression is not Boolean" 2018-06-20 14:19:47 +08:00
sbuf.c HV:debug:fix "signed/unsigned conversion without cast" 2018-07-04 12:18:38 +08:00
serial_internal.h HV:debug:fix "signed/unsigned conversion without cast" 2018-07-04 12:18:38 +08:00
serial.c HV:debug:fix "signed/unsigned conversion without cast" 2018-07-04 12:18:38 +08:00
shell_internal.c HV:debug:fix "signed/unsigned conversion without cast" 2018-07-04 12:18:38 +08:00
shell_internal.h HV:debug:fix "signed/unsigned conversion without cast" 2018-07-04 12:18:38 +08:00
shell_public.c hv: add shell command to trigger crash 2018-06-19 15:32:04 +08:00
uart16550.c HV:debug:fix "signed/unsigned conversion without cast" 2018-07-04 12:18:38 +08:00
uart16550.h HV: treewide: convert hexadecimals used in bitops to unsigned 2018-06-21 13:12:39 +08:00
vuart.c HV:treewide:transfer the struct member types to non-basic types 2018-06-29 15:48:19 +08:00