commit | ec4d37e61073c307732e9d0973ae44223dc6abe5 | [log] [tgz] |
---|---|---|
author | Will Deacon <will@kernel.org> | Fri Feb 04 18:17:25 2022 +0000 |
committer | Quentin Perret <qperret@google.com> | Wed Nov 16 15:56:48 2022 +0000 |
tree | acfe7cb3300e447973983cff8c3b488b3b9681ed | |
parent | 0071e30659b3e39a84fea14c5eed3dfedbaa2db2 [diff] |
KVM: arm64: Handle FFA_MEM_LEND calls from the host Handle FFA_MEM_LEND calls from the host by treating them identically to FFA_MEM_SHARE calls for the purposes of the host stage-2 page-table, but forwarding on the original request to EL3. Signed-off-by: Will Deacon <will@kernel.org> Signed-off-by: Quentin Perret <qperret@google.com>