diff options
author | Marc Zyngier <maz@kernel.org> | 2021-10-14 10:24:48 +0100 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2021-12-01 11:51:20 +0000 |
commit | bff01a61af3c8b9756940c2fb0be2af570cdb5bf (patch) | |
tree | 3485c6a858ce12ade1a12442ffa0215709831820 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | d58071a8a76d779eedab38033ae4c821c30295a5 (diff) |
KVM: arm64: Move SVE state mapping at HYP to finalize-time
We currently map the SVE state to HYP on detection of a PID change.
Although this matches what we do for FPSIMD, this is pretty pointless
for SVE, as the buffer is per-vcpu and has nothing to do with the
thread that is being run.
Move the mapping of the SVE state to finalize-time, which is where
we allocate the state memory, and thus the most logical place to
do this.
Reviewed-by: Andrew Jones <drjones@redhat.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions