mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Add `OwnedIoBuffer` to be used for host owned buffers. These are buffers backed with either a `Vec` or an aligned allocation and will be used for bounce buffers. This is host owned memory that can later be copied to guest memory. Later commits will use this to ensure backing memory outlives async operations in a centralized, verified way. Signed-off-by: Dylan Reid <dgreid@fb.com>