acrn-hypervisor/hypervisor/include
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
..
arch/x86 HV: remove IRQSTATE_ASSERT/IRQSTATE_DEASSERT/IRQSTATE_PULSE 2018-09-28 13:14:30 +08:00
common HV: Add hypercall to set/clear IRQ line 2018-09-27 16:49:52 +08:00
debug hv:Clear up printf related definition 2018-09-28 13:59:38 +08:00
dm/vpci HV: VPCI coding style fix 2018-09-03 11:26:30 +08:00
lib hv:Clear up printf related definition 2018-09-28 13:59:38 +08:00
public HV: Add hypercall to set/clear IRQ line 2018-09-27 16:49:52 +08:00
hv_debug.h hv:Replace vuart pointer with instance in structure vm 2018-08-27 09:49:12 +08:00
hypervisor.h hv: merge hv_lib.h and hypervisor.h 2018-09-27 15:55:41 +08:00