acrn-hypervisor/hypervisor/dm
Shiqing Gao e1564edda5 hv: fix type conversion violations
This patch fixes the following violations:
 1. Implicit conversion: actual to formal param
 2. Value is not of appropriate type
 3. No cast for widening complex int expression
 4. Widening cast on complex integer expression
 5. Narrower int conversion without cast.

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
2018-11-30 18:14:59 +08:00
..
hw hv: fix type conversion violations 2018-11-30 18:14:59 +08:00
vpci hv: msix: fix bug when check if msix table access 2018-11-30 14:42:10 +08:00
vioapic.c doc: always use 'None' for functions not returning a value 2018-11-30 14:55:17 +08:00
vpic.c doc: always use 'None' for functions not returning a value 2018-11-30 14:55:17 +08:00
vrtc.c hv:Replace dynamic memory with static for port io 2018-11-09 13:05:04 +08:00