mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Add `AsyncIoOperation` and `AsyncIoCompletion` as the owned request and completion types that will be used to ensure buffers for async io outlive the operations that use them. Later commits will update the `AsyncIo` trait to expose apis using only these instead of raw iovecs. Signed-off-by: Dylan Reid <dgreid@fb.com>