ANDROID: KVM: arm64: memory balloon: Notify hyp when ballooning
When running as a protected VM, the hypervisor isolates the VM's
memory pages from the host. Returning ownership of a VM page
therefore requires hypervisor involvement, and acknowledgement from
the protected VM that it is voluntarily cooperating.
To this end, notify pages via the new relinquish hypercall when they
are entered into the memory balloon.
Bug: 357781595
Change-Id: Ic89b45312a7478ddff081a934d99e693eded92dc
Signed-off-by:
Keir Fraser <keirf@google.com>
Loading
Please sign in to comment