On 9/30/25 11:14, Philippe Mathieu-Daudé wrote:
The 'ram_addr_t' type is described as:
a QEMU internal address space that maps guest RAM physical
addresses into an intermediate address space that can map
to host virtual address spaces.
This doesn't represent well an IOVA mapping size. Simply use
the uint64_t type.
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
include/hw/vfio/vfio-container.h | 10 +++++-----
include/hw/vfio/vfio-cpr.h | 2 +-
hw/vfio-user/container.c | 4 ++--
hw/vfio/container-legacy.c | 8 ++++----
hw/vfio/container.c | 4 ++--
hw/vfio/cpr-legacy.c | 2 +-
hw/vfio/iommufd.c | 6 +++---
7 files changed, 18 insertions(+), 18 deletions(-)
Reviewed-by: Cédric Le Goater <[email protected]>
Thanks,
C.