]> git.ipfire.org Git - thirdparty/qemu.git/commit
vfio: implement unmap all for DMA unmap callbacks
authorJohn Levon <john.levon@nutanix.com>
Wed, 7 May 2025 15:20:14 +0000 (16:20 +0100)
committerCédric Le Goater <clg@redhat.com>
Fri, 9 May 2025 10:42:28 +0000 (12:42 +0200)
commit9458d9b4dc6a9d1c51772fc8a29a48ab47521430
tree175c304a88e3a8fa993634e2eaa706a6c356f826
parent5a22b505914bcb1d19a533eb5a36c907169b5ee3
vfio: implement unmap all for DMA unmap callbacks

Handle unmap_all in the DMA unmap handlers rather than in the caller.

Signed-off-by: John Levon <john.levon@nutanix.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20250507152020.1254632-10-john.levon@nutanix.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/vfio/container.c
hw/vfio/iommufd.c
hw/vfio/listener.c