diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-09-30 14:35:28 +0200 |
---|---|---|
committer | Cédric Le Goater <clg@redhat.com> | 2025-10-02 10:41:23 +0200 |
commit | f0b52aa08ab0868c18d881381a8fda4b59b37517 (patch) | |
tree | c1703b8684fedddb4c3c2286a53a6575e6dc9500 /scripts/qapi/expr.py | |
parent | 0ca70d3bf722a94c53f254670e6a642e77aa077c (diff) | |
download | qemu-f0b52aa08ab0868c18d881381a8fda4b59b37517.zip qemu-f0b52aa08ab0868c18d881381a8fda4b59b37517.tar.gz qemu-f0b52aa08ab0868c18d881381a8fda4b59b37517.tar.bz2 |
hw/vfio: Use uint64_t for IOVA mapping size in vfio_container_dma_*map
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é <philmd@linaro.org>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20250930123528.42878-5-philmd@linaro.org
Signed-off-by: Cédric Le Goater <clg@redhat.com>
Diffstat (limited to 'scripts/qapi/expr.py')
0 files changed, 0 insertions, 0 deletions