Files
acrn-hypervisor/hypervisor/arch/x86
Xiangyang Wu b5b83ca0d8 HV:CPU:Clean up variable type for CPU module
There are some implicit type conversion in the CPU module,
this voilates MISRA C:2012 required rules.

We walk through each functions of CPU module, update
some variable type and the return value type of
the function, and add 'U/UL' for related const value.

V1-->V2:
        Rebase the branch, resolve some conflict.
V2-->V3:
        Update commit info for V2.
V3-->V4:
        Few updates for fixing error instroduced during
	resolving conflict.

Signed-off-by: Xiangyang Wu <xiangyang.wu@intel.com>
2018-07-06 11:32:50 +08:00
..
2018-07-05 15:54:52 +08:00
2018-07-05 10:00:14 +08:00
2018-07-05 10:00:14 +08:00
2018-07-05 12:45:44 +08:00
2018-06-29 00:50:01 +08:00