crosvm/devices
Daniel Verkamp 4fa3e761ec devices: virtio: block: move common funcs into BlockAsync
Now that the non-async block device is removed, it makes more sense for
these functions to live in the BlockAsync implementation. This partly
cleans up the remaining common.rs contents.

Also move the BlockId type into asynchronous.rs, as it is only used
within DiskOption.

No functional change.

BUG=b:219595052
TEST=tools/presubmit --all

Change-Id: Id848c401eac1d7ab6a6d38be5d6676718d30d460
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3892134
Reviewed-by: Alexandre Courbot <acourbot@chromium.org>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
2022-09-14 22:33:06 +00:00
..
src devices: virtio: block: move common funcs into BlockAsync 2022-09-14 22:33:06 +00:00
Cargo.toml devices: cmos: use chrono crate to get time 2022-08-03 18:19:31 +00:00