acrn-hypervisor/hypervisor/debug
Shiqing Gao 6f10bd00bf hv: coding style clean-up related to Boolean
While following two styles are both correct, the 2nd one is simpler.
	bool is_level_triggered;
	1. if (is_level_triggered == true) {...}
	2. if (is_level_triggered) {...}

This patch cleans up the style in hypervisor.

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
2020-11-28 14:51:32 +08:00
..
Makefile HV: makefile: to avoid duplicated build libs 2020-05-21 15:12:21 +08:00
console.c hv: console: switch back to HV shell on VM pause 2020-11-04 10:33:31 +08:00
dbg_cmd.c hv: coding style clean-up related to Boolean 2020-11-28 14:51:32 +08:00
dump.c cleanup spin lock in irq.c 2020-06-19 16:13:20 +08:00
hypercall.c refine hypercall 2020-08-26 14:55:24 +08:00
logmsg.c HV: explicitly init lock variable before using it 2020-05-26 10:26:59 +08:00
npk_log.c hv: mmu: rename hv_access_memory_region_update to ppt_clear_user_bit 2020-11-02 10:29:43 +08:00
printf.c hv:cleanup header files for debug folder 2019-02-27 11:12:48 +08:00
profiling.c hv: move error message logging into gpa copy APIs 2020-03-30 13:19:01 +08:00
sbuf.c HV: fix sbuf "Casting operation to a pointer" 2019-07-11 13:57:21 +08:00
shell.c HV: add board and scenario info in log 2020-06-18 13:05:42 +08:00
shell_priv.h hv:add dump_guest_mem 2019-11-26 10:58:19 +08:00
string.c hv:cleanup header files for debug folder 2019-02-27 11:12:48 +08:00
trace.c HV: fix sbuf "Casting operation to a pointer" 2019-07-11 13:57:21 +08:00
uart16550.c hv: mmu: rename hv_access_memory_region_update to ppt_clear_user_bit 2020-11-02 10:29:43 +08:00