]> www.infradead.org Git - users/jedix/linux-maple.git/commit
vfio/type1: Convert all vaddr_get_pfns() callers to use vfio_batch
authorAlex Williamson <alex.williamson@redhat.com>
Tue, 18 Feb 2025 22:22:02 +0000 (15:22 -0700)
committerAlex Williamson <alex.williamson@redhat.com>
Thu, 27 Feb 2025 18:55:49 +0000 (11:55 -0700)
commit7a701e90fc8e3d7a7d07246b14c59a2da258539a
treee201f206ed100c6f5525c6c0f146a05209d0c78f
parentafe84f3b7a26037b258be0f0a1e1754fc1db37e8
vfio/type1: Convert all vaddr_get_pfns() callers to use vfio_batch

This is a step towards passing the structure to vaddr_get_pfns()
directly in order to provide greater distinction between page backed
pfns and pfnmaps.

Reviewed-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Mitchell Augustin <mitchell.augustin@canonical.com>
Tested-by: Mitchell Augustin <mitchell.augustin@canonical.com>
Link: https://lore.kernel.org/r/20250218222209.1382449-3-alex.williamson@redhat.com
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/vfio/vfio_iommu_type1.c