mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-29 10:24:50 +00:00
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> |
||
---|---|---|
.. | ||
core.c | ||
hostbridge.c | ||
msi.c | ||
msix.c | ||
partition_mode.c | ||
pci_priv.h | ||
pci_pt.c | ||
sharing_mode.c | ||
vpci.c |