acrn-hypervisor/hypervisor/dm/vpci
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
..
core.c hv: fix MISRA-C violations in vpci code: 93S, 331S and 612S 2018-11-15 08:58:32 +08:00
hostbridge.c hv: fix MISRA-C violations in vpci code: Function pointer is of wrong type 2018-11-15 08:58:32 +08:00
msi.c hv:Rename ptdev to ptirq for some APIs 2018-11-30 13:27:49 +08:00
msix.c hv: change the param type of mmio_write** 2018-12-04 09:10:54 +08:00
partition_mode.c hv: fix MISRA-C violations in vpci code: 93S, 331S and 612S 2018-11-15 08:58:32 +08:00
pci_priv.h hv: fix misrac violations in vcpi code 2018-11-01 21:22:10 +08:00
pci_pt.c hv: fix 'Unused procedure parameter' 2018-12-04 18:28:32 +08:00
sharing_mode.c hv: avoid to use "++" or "--" operators in an expression 2018-12-07 16:39:58 +08:00
vpci.c hv: vpci: revert the temporary workaround of handling I/O port CF9 2018-11-19 09:34:34 +08:00