acrn-hypervisor/hypervisor/include/debug
Junjun Shan 7ce0e6a395 hv:Clear up printf related definition
In hypervisor, all the parameter and return value printf related are
unsigned int, this patch is used to fix the function definitions.

v1->v2:
  *Modify the return value of various functions, such as printf(),
   vprintf(), charout(), do_printf(), charmem, print_pow2(),
   print_decimal to void due to never used, no necessary to use,
   or has already returned by param.
  *Delete the impossible judgement of param->emit due to the type
   is unsigned.

Tracked-On: #861
Signed-off-by: Junjun Shan <junjun.shan@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-09-28 13:59:38 +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:Clear up printf related definition 2018-09-28 13:59:38 +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: include: fix 'Unused procedure parameter' 2018-09-27 10:46:52 +08:00
vuart.h hv:Replace vuart pointer with instance in structure vm 2018-08-27 09:49:12 +08:00