Files
acrn-hypervisor/hypervisor/arch/x86
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
..
2019-05-07 09:10:13 +08:00
2019-06-14 14:22:51 +08:00
2019-05-07 09:10:13 +08:00
2019-02-22 13:14:36 +08:00
2019-07-17 13:48:00 +08:00
2019-02-22 13:14:36 +08:00
2019-05-08 16:57:46 +08:00
2019-06-25 20:09:21 +08:00
2019-05-07 09:10:13 +08:00