From d169a8d9ed63ae33b8678821c9675963bcee3f92 Mon Sep 17 00:00:00 2001 From: Dylan Reid Date: Fri, 6 Oct 2017 15:26:46 -0700 Subject: Move crosvm/hw to a new devices module Moving the devices to their own module makes it easier to add tests that use them. Change-Id: I61bfef4037d16b20145b5fddce604835cdc4f67b Signed-off-by: Dylan Reid Reviewed-on: https://chromium-review.googlesource.com/706559 Reviewed-by: Zach Reizner --- Cargo.lock | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 2c2511e..dacbf44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,16 +4,12 @@ version = "0.1.0" dependencies = [ "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "data_model 0.1.0", + "devices 0.1.0", "io_jail 0.1.0", "kernel_loader 0.1.0", "kvm 0.1.0", "libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)", - "net_sys 0.1.0", - "net_util 0.1.0", "sys_util 0.1.0", - "syscall_defines 0.1.0", - "vhost 0.1.0", - "virtio_sys 0.1.0", "vm_control 0.1.0", "x86_64 0.1.0", ] @@ -27,6 +23,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" name = "data_model" version = "0.1.0" +[[package]] +name = "devices" +version = "0.1.0" +dependencies = [ + "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "data_model 0.1.0", + "libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)", + "net_sys 0.1.0", + "net_util 0.1.0", + "sys_util 0.1.0", + "vhost 0.1.0", + "virtio_sys 0.1.0", + "vm_control 0.1.0", +] + [[package]] name = "gcc" version = "0.3.54" -- cgit 1.4.1