qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] hw/vfio: Remove invalid uses of ram_addr_t type
@ 2025-09-29 16:08 Philippe Mathieu-Daudé
  2025-09-29 16:08 ` [PATCH 1/3] system/iommufd: Use uint64_t type for IOVA mapping size Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-09-29 16:08 UTC (permalink / raw)
  To: qemu-devel
  Cc: Yi Liu, Cédric Le Goater, Thanos Makatos, John Levon,
	Alex Williamson, Eric Auger, Zhenzhong Duan,
	Philippe Mathieu-Daudé

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



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-09-30  9:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-29 16:08 [PATCH 0/3] hw/vfio: Remove invalid uses of ram_addr_t type Philippe Mathieu-Daudé
2025-09-29 16:08 ` [PATCH 1/3] system/iommufd: Use uint64_t type for IOVA mapping size Philippe Mathieu-Daudé
2025-09-29 16:08 ` [PATCH 2/3] hw/vfio: Avoid ram_addr_t in vfio_container_query_dirty_bitmap() Philippe Mathieu-Daudé
2025-09-29 16:08 ` [PATCH 3/3] hw/vfio: Use uint64_t for IOVA mapping size in vfio_container_dma_*map Philippe Mathieu-Daudé
2025-09-30  8:46   ` Philippe Mathieu-Daudé
2025-09-30  8:48   ` Cédric Le Goater
2025-09-30  8:53   ` Cédric Le Goater
2025-09-30  9:08     ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).