aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi/parser.py
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2025-09-30 14:35:27 +0200
committerCédric Le Goater <clg@redhat.com>2025-10-02 10:41:23 +0200
commit0ca70d3bf722a94c53f254670e6a642e77aa077c (patch)
tree6143882048b54259f037c2ec0b31360b9d0c4e63 /scripts/qapi/parser.py
parent5764a715277afc4d6076fbf2bae1697dbd2fa182 (diff)
downloadqemu-0ca70d3bf722a94c53f254670e6a642e77aa077c.zip
qemu-0ca70d3bf722a94c53f254670e6a642e77aa077c.tar.gz
qemu-0ca70d3bf722a94c53f254670e6a642e77aa077c.tar.bz2
hw/vfio: Avoid ram_addr_t in vfio_container_query_dirty_bitmap()
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. vfio_container_query_dirty_bitmap() doesn't expect such QEMU intermediate address, but a guest physical addresses. Use the appropriate 'hwaddr' type, rename as @translated_addr for clarity. 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-4-philmd@linaro.org Signed-off-by: Cédric Le Goater <clg@redhat.com>
Diffstat (limited to 'scripts/qapi/parser.py')
0 files changed, 0 insertions, 0 deletions