acrn-hypervisor/hypervisor/debug
Kaige Fu 7a66c317b5 HV: Remove vm->attr.name
We define attr.name in struct vm and named as ("vm_%d", attr.id). attr.name only
be used in debug tool vm_list. It does't deserve to do so in OS created flow
(aka function create_vm). It's better to handle this in vm_list tool.

Signed-off-by: Kaige Fu <kaige.fu@intel.com>
Acked-by: Eddie Dong <eddie.dong@inte.com>
2018-07-02 10:48:36 +08:00
..
console.c HV:debug:fix "expression is not Boolean" 2018-06-20 14:19:47 +08:00
dump.c hv: save registers on exception 2018-06-19 17:30:24 +08:00
logmsg.c Rename phy_cpu_num as phys_cpu_num 2018-06-22 16:12:52 +08:00
printf.c HV:debug:fix "expression is not Boolean" 2018-06-20 14:19:47 +08:00
sbuf.c fix "function return type inconsistent" 2018-06-29 00:50:01 +08:00
serial.c HV:debug:fix "expression is not Boolean" 2018-06-20 14:19:47 +08:00
serial_internal.h HV: treewide: convert hexadecimals used in bitops to unsigned 2018-06-21 13:12:39 +08:00
shell_internal.c HV: Remove vm->attr.name 2018-07-02 10:48:36 +08:00
shell_internal.h hv: add shell command to trigger crash 2018-06-19 15:32:04 +08:00
shell_public.c hv: add shell command to trigger crash 2018-06-19 15:32:04 +08:00
uart16550.c HV: treewide: convert hexadecimals used in bitops to unsigned 2018-06-21 13:12: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:treewide:transfer the struct member types to non-basic types 2018-06-29 15:48:19 +08:00