* Elliot Berman [off-list ref] [2024-02-22 15:16:40]:
In a Gunyah hypervisor system using the Gunyah Resource Manager, the
"standard" unit of donating, lending and sharing memory is called a
memory parcel (memparcel). A memparcel is an abstraction used by the
resource manager for securely managing donating, lending and sharing
memory, which may be physically and virtually fragmented, without
dealing directly with physical memory addresses.
Memparcels are created and managed through the RM RPC functions for
lending, sharing and reclaiming memory from VMs.
When creating a new VM the initial VM memory containing the VM image and
the VM's device tree blob must be provided as a memparcel. The memparcel
must be created using the RM RPC for lending and mapping the memory to
the VM.
Signed-off-by: Elliot Berman <redacted>
Reviewed-by: Srivatsa Vaddagiri <redacted>
- vatsa
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel