mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-05 11:31:14 +00:00
c03dbe8cc7
The Windows virtio block driver puts multiple data descriptors between the header and the status footer. To handle this when parsing iterate over the descriptor chain until the end is reached accumulating the address and length pairs in a vector. For execution iterate over the vector and make sequential reads from the disk for each data descriptor. Signed-off-by: Rob Bradford <robert.bradford@intel.com> Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |