diff options
author | Kristina Martsenko <[email protected]> | 2018-09-26 17:32:50 +0100 |
---|---|---|
committer | Marc Zyngier <[email protected]> | 2018-10-01 13:50:32 +0100 |
commit | 8ad50c8985d805923f52a80698010a0a5123c07d (patch) | |
tree | 13c18d9dc5d193857b9bef081f56a01abdfc367c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 13ac4bbcc457d3925b4031cc70e3031fd8b9c3b7 (diff) |
vgic: Add support for 52bit guest physical address
Add support for handling 52bit guest physical address to the
VGIC layer. So far we have limited the guest physical address
to 48bits, by explicitly masking the upper bits. This patch
removes the restriction. We do not have to check if the host
supports 52bit as the gpa is always validated during an access.
(e.g, kvm_{read/write}_guest, kvm_is_visible_gfn()).
Also, the ITS table save-restore is also not affected with
the enhancement. The DTE entries already store the bits[51:8]
of the ITT_addr (with a 256byte alignment).
Cc: Marc Zyngier <[email protected]>
Cc: Christoffer Dall <[email protected]>
Reviewed-by: Eric Auger <[email protected]>
Signed-off-by: Kristina Martsenko <[email protected]>
[ Macro clean ups, fix PROPBASER and PENDBASER accesses ]
Signed-off-by: Suzuki K Poulose <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions