diff options
author | Eric Farman <[email protected]> | 2019-06-06 22:28:29 +0200 |
---|---|---|
committer | Cornelia Huck <[email protected]> | 2019-06-17 13:30:46 +0200 |
commit | e7eaf91b0aad276b164277dd6d20cdf3ee1c77e6 (patch) | |
tree | d41906a41d15ba6e0964d4f4f23d3e472492400f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 8aabf0edae4a6cc82042785079075aebf7cd5c79 (diff) |
vfio-ccw: Remove pfn_array_table
Now that both CCW codepaths build this nested array:
ccwchain->pfn_array_table[1]->pfn_array[#idaws/#pages]
We can collapse this into simply:
ccwchain->pfn_array[#idaws/#pages]
Let's do that, so that we don't have to continually navigate two
nested arrays when the first array always has a count of one.
Signed-off-by: Eric Farman <[email protected]>
Reviewed-by: Cornelia Huck <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Cornelia Huck <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions