acrn-hypervisor/hypervisor/dm
Li, Fei1 d36b44f23d hv: avoid to use "++" or "--" operators in an expression
Use these operators in an expression is considered dangerous.
So avoid to use it in an expression which is not in stand-alone
expressions and the 3rd expression of a for loop.

Tracked-On: #861
Signed-off-by: Li, Fei1 <fei1.li@intel.com>
2018-12-07 16:39:58 +08:00
..
hw HV: find and hide serial PCI dev from service OS 2018-12-03 13:20:35 +08:00
vpci hv: avoid to use "++" or "--" operators in an expression 2018-12-07 16:39:58 +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