On 9/30/25 14:35, Philippe Mathieu-Daudé wrote:
Replace ram_addr_t by either hwaddr or uint64_t types.
Since v2:
- Rename variables as 'translated_addr' (Cédric)
Philippe Mathieu-Daudé (4):
system/iommufd: Use uint64_t type for IOVA mapping size
hw/vfio: Reorder vfio_container_query_dirty_bitmap() trace format
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/hw/vfio/vfio-cpr.h | 2 +-
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 | 15 ++++++++-------
hw/vfio/cpr-legacy.c | 2 +-
hw/vfio/iommufd.c | 6 +++---
hw/vfio/listener.c | 18 +++++++++---------
hw/vfio/trace-events | 6 +++---
11 files changed, 44 insertions(+), 42 deletions(-)
Applied to vfio-next.
Thanks,
C.