acrn-hypervisor/hypervisor/dm/vpci
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
..
ivshmem.c hv: fix nr_bars for hv-land ivshmem devices 2020-11-24 13:13:48 +08:00
pci_pt.c hv: refine pass-thru device specific vmsix function 2020-10-26 08:44:13 +08:00
vdev.c HV: refine pci_find_vdev with hash 2020-06-18 12:58:40 +08:00
vhostbridge.c pci: mcfg: limit device bus numbers which could access by ECAM 2020-09-09 09:31:56 +08:00
vmcs9900.c HV: pci-vuart support create vdev hcall 2020-10-30 20:41:34 +08:00
vmsi.c hv: refine pass-thru device specific vmsix function 2020-10-26 08:44:13 +08:00
vmsix_on_msi.c hv: add BAR GPA for vmsix over msi in pre-launched vm 2020-10-29 16:12:12 +08:00
vmsix.c hv: add functions to initialize vmsix capability 2020-10-26 08:44:13 +08:00
vpci_bridge.c hv: vpci: minor refine the vdev ownership data structure 2020-05-13 14:31:01 +08:00
vpci_priv.h hv: enable doorbell for hv-land ivshmem device 2020-10-26 08:44:13 +08:00
vpci.c hv: bugfix for hv-emulated device de-init 2020-11-13 11:43:47 +08:00
vsriov.c hv: coding style clean-up related to Boolean 2020-11-28 14:51:32 +08:00