Replace ram_addr_t by either hwaddr or uint64_t types. Philippe Mathieu-Daudé (3): system/iommufd: Use uint64_t type for IOVA mapping size hw/vfio: Avoid ram_addr_t in vfio_container_query_dirty_bitmap() hw/vfio: Use uint64_t for IOVA mapping size in vfio_container_dma_*map
include/hw/vfio/vfio-container.h | 13 +++++++------ include/system/iommufd.h | 6 +++--- backends/iommufd.c | 6 +++--- hw/vfio-user/container.c | 4 ++-- hw/vfio/container-legacy.c | 8 ++++---- hw/vfio/container.c | 16 ++++++++-------- hw/vfio/iommufd.c | 6 +++--- 7 files changed, 30 insertions(+), 29 deletions(-) -- 2.51.0
