acrn-hypervisor/hypervisor/dm/vpci
Shiqing Gao 11102cfa45 hv: change the param type of mmio_write**
Input parameter of mmio_write64/mmio_write32/mmio_write16/mmio_write8
should be 'void *addr' rather than 'const void *addr' since the object
pointed by 'addr' is modified in these operations.

This patch change the param type of mmio_write** and update its usage
accordingly.

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
Reviewed-by: Li, Fei1 <fei1.li@intel.com>
2018-12-04 09:10:54 +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 MISRA-C violations in vpci code: Function pointer is of wrong type 2018-11-15 08:58:32 +08:00
sharing_mode.c hv: dm: fix "Procedure has more than one exit point" 2018-11-29 15:03:48 +08:00
vpci.c hv: vpci: revert the temporary workaround of handling I/O port CF9 2018-11-19 09:34:34 +08:00