[PATCH 0/3] hw/vfio: Remove invalid uses of ram_addr_t type

Philippe Mathieu-Daudé posted 3 patches 1 month, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250929160807.73626-1-philmd@linaro.org
Maintainers: Yi Liu <yi.l.liu@intel.com>, Eric Auger <eric.auger@redhat.com>, Zhenzhong Duan <zhenzhong.duan@intel.com>, John Levon <john.levon@nutanix.com>, Thanos Makatos <thanos.makatos@nutanix.com>, "Cédric Le Goater" <clg@redhat.com>, Alex Williamson <alex.williamson@redhat.com>
There is a newer version of this series
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(-)
[PATCH 0/3] hw/vfio: Remove invalid uses of ram_addr_t type
Posted by Philippe Mathieu-Daudé 1 month, 2 weeks ago
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