acrn-hypervisor/hypervisor/include/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
..
assert.h license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
console.h hv: prepare for Sx(S3/S5) support in ACRN. 2018-06-29 00:50:01 +08:00
dump.h HV:debug:fix "signed/unsigned conversion without cast" 2018-07-04 12:18:38 +08:00
logmsg.h HV: debug: make log severity constants unsigned 2018-07-04 09:13:34 +08:00
printf.h license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
sbuf.h HV:debug:fix "signed/unsigned conversion without cast" 2018-07-04 12:18:38 +08:00
serial.h license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
shell.h license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
trace.h HV: Make all trace event prefix consist with TRACE 2018-07-02 10:46:41 +08:00
vuart.h initial import 2018-05-11 14:44:28 +08:00