mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Add the shared helpers and UringDataIo queue that drive uring async I/O operations. UringDataIo is the key component responsible for keeping the memory pointers active while async operations are ongoing. It uses the async core added in previous commits. Later commits will change the block backends to use this instead of the lower level abstractions directly. Signed-off-by: Dylan Reid <dgreid@fb.com>