ANDROID: KVM: arm64: Donate the memory for the guest SVE state for protected VMs
The host already allocates separate memory for the guest's SVE
state and shares it with hyp. For protected VMs, SVE is
completely handled in hyp and the host has no reason to access
it. Donate it instead.
Note that this donation does not allocate more memory than
earlier, it just donates it instead of sharing it.
Signed-off-by:
Fuad Tabba <tabba@google.com>
Bug: 278749606
Change-Id: I6672b13a8319d9c06054ca1f797c47fd18c3f67c
Loading
Please sign in to comment