acrn-hypervisor/hypervisor/dm
Zide Chen d3f0edfe4f hv: fix MISRA-C violations in vpci code: 93S, 331S and 612S
- 331S: Literal value requires a U suffix.
- 612S: inline function should be declared static.
- 93S: Value is not of appropriate type. MISRA-C imposes strict type
  checking: no comparison between signed and unsigned, etc.

Tracked-On: #861
Signed-off-by: Zide Chen <zide.chen@intel.com>
Reviewed-by: Huihuang Shi <huihuang.shi@intel.com>
2018-11-15 08:58:32 +08:00
..
hw hv: fix MISRA-C violations in vpci code: implicit conversion 2018-11-15 08:58:32 +08:00
vpci hv: fix MISRA-C violations in vpci code: 93S, 331S and 612S 2018-11-15 08:58:32 +08:00
vioapic.c hv:Replace dynamic memory with static for mmio 2018-11-13 11:52:48 +08:00
vpic.c HV:pic fix "Recursion in procedure calls found" 2018-11-14 12:45:57 +08:00
vrtc.c hv:Replace dynamic memory with static for port io 2018-11-09 13:05:04 +08:00