acrn-hypervisor/hypervisor/lib
Huihuang Shi a2516ecc85 fix "Casting operation to a pointer"
The print_param struct's member emit who is used for callback,
the forth parameter of it is used for transmit the private data
of the "print_param".

The type translation between "void *" and private date broke the
violations.

Use the same type to fix it out.

Tracked-On: #861
Signed-off-by: Huihuang Shi <huihuang.shi@intel.com>
Acked-by: Xu Anthony <anthony.xu@intel.com>
2018-11-06 13:37:33 +08:00
..
crypto HV:fix expression is not boolean 2018-10-10 13:02:00 +08:00
memory.c hv: mmu: remove alloc_page() API 2018-11-02 13:15:48 +08:00
misc.c hv: merge hv_lib.h and hypervisor.h 2018-09-27 15:55:41 +08:00
sprintf.c fix "Casting operation to a pointer" 2018-11-06 13:37:33 +08:00
string.c hv:Fix Implict conversion:actual to formal param 2018-09-18 13:09:39 +08:00