mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-03-05 16:43:49 +00:00
VMM needs to handle VMG exit for guest request. This patch removes the old method that uses gpa_read/write(IOCTL and hypercall), which is expensive and update the GHCB page using mapped(root partition) struct. Signed-off-by: Muminul Islam <muislam@microsoft.com>