acrn-hypervisor/hypervisor/debug
Mingqiang Chi 40fd8893b4 hv:fixed several return value violations
-- change two timer callbacks to void type
-- ignore the return value for add_timer
-- add (void) before several functions(memset/memcpy/
   vcpu_get_xxx)

v1-->v2:
   ignore the return value for add_timer
Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
Reviewed-by: Junjie Mao <junjie.mao@intel.com>
2018-08-20 09:51:07 +08:00
..
console.c hv:fixed several return value violations 2018-08-20 09:51:07 +08:00
dump.c HV: Logical conjunction needs brackets 2018-08-14 09:53:32 +08:00
logmsg.c HV: remove 'spinlock_rfags' declaration 2018-08-16 09:43:04 +08:00
printf.c hv: treewide: fix 'Potential side effect problem in expression' 2018-08-08 10:50:06 +08:00
sbuf.c HV: Logical conjunction needs brackets 2018-08-14 09:53:32 +08:00
shell_priv.h HV: refine shell.c & shell_priv.h 2018-08-14 09:54:48 +08:00
shell.c hv:fixed several return value violations 2018-08-20 09:51:07 +08:00
uart16550.c hv:Rename port/mmio read and write APIs 2018-08-02 14:03:38 +08:00
uart16550.h hv:cleanup console/uart code 2018-08-02 11:25:40 +08:00
vuart.c hv: vuart: fix the data type violations 2018-08-17 11:19:45 +08:00