acrn-hypervisor/hypervisor/include/debug
Junjun Shan 4fd5102edc hv:treewide:fix multiple MISRAC violations
MISRAC has requirements about literal value requires a U suffix and
signed/unsigned conversion with cast. This patch is used to solve
these violations.

v1->v2
 *Drop the cast of sz from uint32_t to int32_t, the signed/unsigned
  violation of nchars will be solved by other patch together with
  printf/sprintf/console/vuart/uart code.

 *Delete the unnecessary L suffix of shifting operand.

Tracked-On: #861
Signed-off-by: Junjun Shan <junjun.shan@intel.com>
Reviewed by: Junjie Mao <junjie.mao@intel.com>
2018-09-13 11:12:29 +08:00
..
console.h hv: fix 'No definition in system for prototyped procedure' 2018-08-22 13:11:25 +08:00
dump.h HV:treewide:Update cpu_id type as uint_16 2018-07-04 16:39:26 +08:00
logmsg.h hv:treewide:fix multiple MISRAC violations 2018-09-13 11:12:29 +08:00
npk_log.h hv: debug: add the hypervisor NPK log 2018-08-23 11:09:25 +08:00
sbuf.h hv:treewide:fix multiple MISRAC violations 2018-09-13 11:12:29 +08:00
trace.h hv: cpu: remove unnecessary cpu_id valid check 2018-08-02 15:21:34 +08:00
vuart.h hv:Replace vuart pointer with instance in structure vm 2018-08-27 09:49:12 +08:00