mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Replace the bare OwnedFd map (guest_memfds) with a KvmMemorySlot struct wrapped in an Arc so it can later be shared with KvmVcpu. This is a pure refactor with no functional change; KvmMemorySlot currently holds only the guest_memfd OwnedFd. Assisted-by: Claude:claude-opus-4-6 Signed-off-by: Rob Bradford <rbradford@meta.com>