| commit | e7cf427f7b55583dd5be3752313765dd6fa4e4a1 | [log] [tgz] |
|---|---|---|
| author | Vincent Donnefort <vdonnefort@google.com> | Fri Jul 21 08:22:47 2023 +0100 |
| committer | Fuad Tabba <tabba@google.com> | Wed Nov 01 15:37:07 2023 +0000 |
| tree | 8e4d15b27dac5f9c24e5f90e187a8f7487cf2c52 | |
| parent | a6c522148bb7b635114bfebf2e014682f83c3511 [diff] |
arm64: mm: share/unshare hypercalls to use a range The hypervisor can accept a range for the memory sharing hypercall. This intends to reduce back and forth between with the hypervisor. The feature is advertised via the KVM_FUNC_HAS_RANGE flag from the MEM_INFO HVC. Signed-off-by: Vincent Donnefort <qperret@google.com>