acrn-hypervisor/hypervisor/debug
Huihuang Shi 7bb09f75da fix "Procedure is not pure assembler"
Misra C reqires assembly code should comply with
the rules list below:
  The assembly code's functionality should match the function's
name.If not,pls encapsulate the assembly code and give a suitable
name for describing the functionality.
V1->V2:
    1.remove the dead code
    2.update detail comment

V2->V3:
    1.replace the macro name with upper case.
    2.remove the typedef and rename the struct name
"_descriptor_table_" to "descriptor_table".

Tracked-On: #861
Signed-off-by: Huihuang Shi <huihuang.shi@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-11-13 16:28:58 +08:00
..
console.c hv:clear up the usage of printf data struct 2018-09-28 16:40:07 +08:00
dump.c fix "Procedure is not pure assembler" 2018-11-13 16:28:58 +08:00
hypercall.c HV:treewide:rename vm data structure 2018-11-05 15:35:49 +08:00
logmsg.c hv:Replace dynamic memory with static for sbuf 2018-11-01 11:21:49 +08:00
npk_log.c hv: fix 'No brackets to then/else' 2018-10-11 16:48:11 +08:00
printf.c fix "Casting operation to a pointer" 2018-11-06 13:37:33 +08:00
profiling.c hv: fix 'Expression is not Boolean' 2018-11-08 13:04:11 +08:00
sbuf.c hv:Replace dynamic memory with static for sbuf 2018-11-01 11:21:49 +08:00
shell_priv.h hv: fix integer violations 2018-11-02 11:05:32 +08:00
shell.c HV:treewide:rename vm data structure 2018-11-05 15:35:49 +08:00
uart16550.c hv:clear up the usage of printf data struct 2018-09-28 16:40:07 +08:00
uart16550.h hv: fix integer violations 2018-11-02 11:05:32 +08:00
vuart.c hv:Replace dynamic memory with static for port io 2018-11-09 13:05:04 +08:00