mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Rather than each device implementation holding a reference to the guest memory move this to VhostUserCommon. This refactoring simplifies the function signatures but also allows for methods that act on VhostUserCommon that don't have the memory available to them. Signed-off-by: Rob Bradford <rbradford@meta.com>