crosvm/tools
Keiichi Watanabe 3a6ec148d6 third_party/vmm_vhost: Add vmm_vhost code into /third_party/
Move rust-vmm/vhost code from chromiumos's third_party directory to
crosvm's one.

Note that we have crrev.com/c/3269863 for license files in Chrome OS
ebuild.

Changes:
* Copied vmm_vhost files at "7c95b4a2 rust-vmm/vhost: switch to upstream
tempfile", whose latest upstream commit is "488b3adc fix warning:
unaligned_references".
* Remove [patch.crates-io] section from its Cargo.toml.
* Add attributes to skip `clippy::bool_assert_comparison` and
`clippy::needless_borrow`, which will be fixed in following CLs.
* Update crosvm's Cargo.toml and tools/chromeos/setup_cargo

BUG=b:205511695
TEST=tools/chromeos/setup_cargo && cargo build

Change-Id: Icee201b39ff1d352df59469a6c8668fc7cb92ab9
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3267912
Tested-by: kokoro <noreply+kokoro@google.com>
Commit-Queue: Keiichi Watanabe <keiichiw@chromium.org>
Reviewed-by: Dennis Kempin <denniskempin@google.com>
2021-11-10 08:42:11 +00:00
..
chromeos third_party/vmm_vhost: Add vmm_vhost code into /third_party/ 2021-11-10 08:42:11 +00:00
contrib Add base crate to cargo_refactor 2021-10-28 21:04:59 +00:00
impl crosvm: Do not use .cargo/config.toml 2021-10-30 00:16:33 +00:00
aarch64vm testvm: Use prebuilts instead of building on-the-fly 2021-10-15 22:02:24 +00:00
clippy Uprev to rust 1.55.0 2021-10-19 19:12:52 +00:00
dev_container Add override for container tool in dev_container script 2021-11-05 08:40:43 +00:00
fmt Uprev to rust 1.55.0 2021-10-19 19:12:52 +00:00
install-aarch64-deps Add new dev container and install-deps scripts 2021-10-15 22:12:02 +00:00
install-armhf-deps Add new dev container and install-deps scripts 2021-10-15 22:12:02 +00:00
install-deps crosvm: Add python3-pip dependency. 2021-11-01 23:58:39 +00:00
presubmit Add presubmit script 2021-10-18 20:10:41 +00:00
run_tests Add test runner ./tools/run_tests 2021-10-15 22:12:03 +00:00
set_test_target Add test runner ./tools/run_tests 2021-10-15 22:12:03 +00:00
x86vm testvm: Use prebuilts instead of building on-the-fly 2021-10-15 22:02:24 +00:00