acrn-hypervisor/hypervisor/debug
Huihuang Shi 680c64de13 HV:transfer vmid's type to uint16_t
vmid's type prefered to be uint16_t.

V1->V2:vmid from uint32_t transfer to uint16_t
V2->V3:add range check to hcall's vmid parameter
V3->V4:seperate the declaration and actual code.
V4->V5:remove range check from hcall's vmid parameter

Signed-off-by: Huihuang Shi <huihuang.shi@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-07-13 14:13:38 +08:00
..
console.c hv:fix MISRA-C return value violation 2018-07-13 13:04:39 +08:00
dump.c HV: assert: use signed int for __LINE__ 2018-07-10 13:10:10 +08:00
logmsg.c hv:fix MISRA-C return value violation 2018-07-13 13:04:39 +08:00
printf.c hv:fix MISRA-C return value violation 2018-07-13 13:04:39 +08:00
sbuf.c HV: Fix missing brackets for MISRA C Violations 2018-07-13 09:09:12 +08:00
serial_internal.h HV:treewide:string assigned to const object 2018-07-05 11:13:51 +08:00
serial.c hv:fix MISRA-C return value violation 2018-07-13 13:04:39 +08:00
shell_internal.c HV:transfer vmid's type to uint16_t 2018-07-13 14:13:38 +08:00
shell_internal.h hv:change shell_puts to void type 2018-07-12 17:28:16 +08:00
shell_public.c HV: Fix missing brackets for MISRA C Violations 2018-07-13 09:09:12 +08:00
uart16550.c hv:fix MISRA-C return value violation 2018-07-13 13:04:39 +08:00
uart16550.h HV: treewide: convert hexadecimals used in bitops to unsigned 2018-06-21 13:12:39 +08:00
vuart.c HV:transfer vmid's type to uint16_t 2018-07-13 14:13:38 +08:00