diff options
author | Nicolin Chen <[email protected]> | 2022-07-22 19:02:53 -0700 |
---|---|---|
committer | Alex Williamson <[email protected]> | 2022-07-25 13:41:22 -0600 |
commit | 1331460514ff7d378373223109eefae4cd55ec77 (patch) | |
tree | 5e888254e8adf0778bb315df8182be382db4c8d9 /scripts/gdb/linux/utils.py | |
parent | 3fad3a26139d5a41bc6b20df47ff067f5db2fe75 (diff) |
vfio/ccw: Change pa_pfn list to pa_iova list
The vfio_ccw_cp code maintains both iova and its PFN list because the
vfio_pin/unpin_pages API wanted pfn list. Since vfio_pin/unpin_pages()
now accept "iova", change to maintain only pa_iova list and rename all
"pfn_array" strings to "page_array", so as to simplify the code.
Reviewed-by: Jason Gunthorpe <[email protected]>
Reviewed-by: Eric Farman <[email protected]>
Tested-by: Eric Farman <[email protected]>
Signed-off-by: Nicolin Chen <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alex Williamson <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions