acrn-hypervisor/hypervisor/include/debug
Shiqing Gao d97224a4b5 hv: fix integer violations
fix the following integer violations:
1. Signed/unsigned conversion without cast
2. Literal value requires a U suffix
3. Implicit conversion of underlying type

v3 -> v4:
 * change the type of npk_loglevel/mem_loglevel/console_loglevel
   from uint32_t to uint16_t

v2 -> v3:
 * discard the return value of update_ept
 * discard changes related to npk loglevel

v1 -> v2:
 * remove the unnecessary changes related to the false positive
   issues caused by scanning tool
 * change the type of the local variable 'vlapic_id' from uint8_t
   to uint32_t in function 'vlapic_build_id'
 * change the type of the struct member 'flags' in shared_buf from
   uint64_t to uint32_t

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-11-14 12:46:34 +08:00
..
console.h hv:clear up the usage of printf data struct 2018-09-28 16:40:07 +08:00
dump.h HV:fix "Pointer param should be declared pointer to const" 2018-10-25 13:45:14 +08:00
logmsg.h hv: fix integer violations 2018-11-14 12:46:34 +08:00
npk_log.h hv: fix integer violations 2018-11-14 12:46:34 +08:00
profiling_internal.h HV:debug:profiling Fixed inappropriate condition check 2018-11-06 09:19:33 +08:00
profiling.h HV:treewide:rename vm data structure 2018-11-05 15:35:49 +08:00
sbuf.h hv: fix integer violations 2018-11-14 12:46:34 +08:00
trace.h hv: include: fix 'Unused procedure parameter' 2018-09-27 10:46:52 +08:00
vuart.h HV:treewide:rename vm data structure 2018-11-05 15:35:49 +08:00