commit | 160da80ecffae3eedde4c5206ee17fb46c343f16 | [log] [tgz] |
---|---|---|
author | Will Deacon <will@kernel.org> | Mon Oct 18 18:44:49 2021 +0100 |
committer | Quentin Perret <qperret@google.com> | Tue Oct 19 12:25:03 2021 +0100 |
tree | 6c3e6fc017fe1bcb5a10d3ff0fda30937442dfb5 | |
parent | b3a397b45e7bb9033d78bb443ab4dc0143c2e9a2 [diff] |
KVM: arm64: Expose unshare hypercall to the host Introduce an unshare hypercall which can be used to unmap memory from the hypervisor stage-1 in nVHE protected mode. This will be useful to update the EL2 ownership state of pages during guest teardown, and avoids keeping dangling mappings to unreferenced portions of memory. Signed-off-by: Will Deacon <will@kernel.org> Signed-off-by: Quentin Perret <qperret@google.com>