acrn-hypervisor/hypervisor/debug
Xiangyang Wu b74358d08e HV:treewide:string assigned to const object
In the hypervisor, some strings are assigned to non const
object, this violates MISRA C:2012.

Update the type of the object as const type since it always
points to string.

Signed-off-by: Xiangyang Wu <xiangyang.wu@intel.com>
2018-07-05 11:13:51 +08:00
..
console.c HV:debug:fix "expression is not Boolean" 2018-06-20 14:19:47 +08:00
dump.c HV:treewide:string assigned to const object 2018-07-05 11:13:51 +08:00
logmsg.c HV:treewide:Update cpu_id type as uint_16 2018-07-04 16:39:26 +08:00
printf.c HV:debug:fix "expression is not Boolean" 2018-06-20 14:19:47 +08:00
sbuf.c HV:debug:fix "signed/unsigned conversion without cast" 2018-07-04 12:18:38 +08:00
serial_internal.h HV:treewide:string assigned to const object 2018-07-05 11:13:51 +08:00
serial.c HV:treewide:string assigned to const object 2018-07-05 11:13:51 +08:00
shell_internal.c HV: cleanup coding style violation 2018-07-05 10:00:14 +08:00
shell_internal.h HV:treewide:string assigned to const object 2018-07-05 11:13:51 +08:00
shell_public.c HV:treewide:string assigned to const object 2018-07-05 11:13:51 +08:00
uart16550.c HV:debug:fix "signed/unsigned conversion without cast" 2018-07-04 12:18:38 +08:00
uart16550.h HV: treewide: convert hexadecimals used in bitops to unsigned 2018-06-21 13:12:39 +08:00
vuart.c HV:treewide:transfer the struct member types to non-basic types 2018-06-29 15:48:19 +08:00