mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Add the new AsyncIo apis to fixed_vhd_async. Later commits update callers to use them and remove their unsound counterparts that take iovecs. While doing this, make the owned path validate offset plus length instead of only the starting offset, so requests that extend past the VHD size are rejected. Signed-off-by: Dylan Reid <dgreid@fb.com>