acrn-hypervisor/hypervisor/dm
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
..
hw HV: find and hide serial PCI dev from service OS 2018-12-03 13:20:35 +08:00
vpci hv: change the param type of mmio_write** 2018-12-04 09:10:54 +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