mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
024784d5c0
We originally created `vhost_user_devices` crate so that we'll be able to have device executables there. However, we decided to have vhost-user device as crosvm's subcommand. So, we have no longer a reason to have vhost-user devices as the separate crate. As the first step to remove the vhost_user_devices crate, this CL move its main logic to the devices crate. Note that we add `vhost_user_devices/src/*_device.rs` in this CL as we need to keep the device executables for a while. BUG=b:195495971 TEST=cargo build Change-Id: I355b9cd35214ac0c3d8ffd6fbebc29dd7548fd61 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3070723 Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Keiichi Watanabe <keiichiw@chromium.org> Reviewed-by: Chirantan Ekbote <chirantan@chromium.org> |
||
---|---|---|
.. | ||
src | ||
.build_test_serial | ||
Cargo.toml |