acrn-hypervisor/hypervisor/arch/x86/configs
huihuang.shi f147c388a5 hv: fix Violations touched ACRN Coding Guidelines
fix violations touched below:
1.Cast operation on a constant value
2.signed/unsigned implicity conversion
3.return value unused.

V1->V2:
1.bitmap api will return boolean type, not need to check "!= 0", deleted.
2.The behaves ~(uint32_t)X and (uint32_t)~X are not defined in ACRN hypervisor Coding Guidelines,
removed the change of it.
Tracked-On: #861
Signed-off-by: Huihuang Shi <huihuang.shi@intel.com>
Reviewed-by: Junjie Mao <junjie.mao@intel.com>
2019-08-15 09:47:11 +08:00
..
apl-mrb hv: vm_config: build pci device configure for SOS 2019-08-06 11:51:02 +08:00
apl-up2 HV: add board specific cpu state table to support Px Cx 2019-07-29 20:25:16 +08:00
dnv-cb2 hv: vm_config: build pci device configure for SOS 2019-08-06 11:51:02 +08:00
generic HV: add board specific cpu state table to support Px Cx 2019-07-29 20:25:16 +08:00
icl-rvp ACRN/HV: Add one new board configuration for ACRN-hypervisor 2019-06-10 11:23:18 +08:00
nuc6cayh HV: add board specific cpu state table to support Px Cx 2019-07-29 20:25:16 +08:00
nuc7i7dnb hv: vm_config: build pci device configure for SOS 2019-08-06 11:51:02 +08:00
apl-mrb.config HV: enable Kconfig of ACPI_PARSE_ENABLED 2019-05-14 11:53:02 +08:00
apl-nuc HV: remove default folder in configs 2019-02-26 17:04:49 +08:00
apl-nuc.config kconfig: support board-specific defconfig 2018-10-30 10:49:12 +08:00
apl-up2.config HV: correct CONFIG_BOARD string of apl up2 2019-07-30 09:50:10 +08:00
dnv-cb2.config HV: enable Kconfig of ACPI_PARSE_ENABLED 2019-05-14 11:53:02 +08:00
generic.config HV: add generic board config 2019-04-29 15:25:25 +08:00
icl-rvp.config ACRN/HV: Add one new board configuration for ACRN-hypervisor 2019-06-10 11:23:18 +08:00
kbl-nuc-i7 HV: rename nuc7i7bnh to nuc7i7dnb 2019-07-22 16:21:12 +08:00
kbl-nuc-i7.config HV: rename nuc7i7bnh to nuc7i7dnb 2019-07-22 16:21:12 +08:00
nuc6cayh.config HV: modify HV RAM and serial config for apl-nuc 2019-07-11 14:48:26 +08:00
nuc7i7dnb.config HV: rename nuc7i7bnh to nuc7i7dnb 2019-07-22 16:21:12 +08:00
pci_dev.c hv: vpci: remove pBDF configure for emulated device 2019-08-12 10:00:44 +08:00
platform_acpi_info.h hv: emulate ACPI reset register for Service OS guest 2019-05-15 11:20:12 +08:00
vm_config.c hv: fix Violations touched ACRN Coding Guidelines 2019-08-15 09:47:11 +08:00
vmptable.c hv: fix Violations touched ACRN Coding Guidelines 2019-08-15 09:47:11 +08:00