mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-10 20:19:07 +00:00
With AsyncDiskFileWrapper, we can use all disk image formats via the async API. The create_async_disk_file() function is removed, and the existing create_disk_file() function can be used to create async-capable disk files, as the DiskFile trait now includes ToAsyncDisk. BUG=b:219595052 TEST=cargo build --features=composite-disk TEST=Boot x86-64 Linux in crosvm with a qcow2 disk attached Change-Id: I430d306fe71c325ab529a7031353d20f8a9aa2f3 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3824067 Tested-by: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: Noah Gold <nkgold@google.com> Reviewed-by: Alexandre Courbot <acourbot@chromium.org> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |