summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDaniel Verkamp <dverkamp@chromium.org>2019-12-17 17:04:58 -0800
committerCommit Bot <commit-bot@chromium.org>2020-01-06 21:26:38 +0000
commitf2eecc4152eca8d395566cffa2c102ec090a152d (patch)
tree9480039e894cdfc3eb47e7953d225d47323981d5 /Cargo.lock
parent521cf5d6d3faad12671ba0f7eb5d6ed85fc20693 (diff)
downloadcrosvm-f2eecc4152eca8d395566cffa2c102ec090a152d.tar
crosvm-f2eecc4152eca8d395566cffa2c102ec090a152d.tar.gz
crosvm-f2eecc4152eca8d395566cffa2c102ec090a152d.tar.bz2
crosvm-f2eecc4152eca8d395566cffa2c102ec090a152d.tar.lz
crosvm-f2eecc4152eca8d395566cffa2c102ec090a152d.tar.xz
crosvm-f2eecc4152eca8d395566cffa2c102ec090a152d.tar.zst
crosvm-f2eecc4152eca8d395566cffa2c102ec090a152d.zip
disk: move qcow into disk crate
Move qcow from being its own crate into a module of the disk crate,
similar to the composite disk module.

This will allow use of qcow from disk and vice versa without introducing
a circular crate dependency.

BUG=None
TEST=./build_test.py
TEST=USE='asan fuzzer' emerge-nami crosvm

Change-Id: I77512bbe4b94faff1b5460f9796ee56505135580
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/1972477
Reviewed-by: Cody Schuffelen <schuffelen@google.com>
Reviewed-by: Zach Reizner <zachr@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock13
1 files changed, 0 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8dc6ff4..81abd93 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -106,7 +106,6 @@ dependencies = [
  "p9 0.1.0",
  "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "protos 0.1.0",
- "qcow 0.1.0",
  "rand_ish 0.1.0",
  "remain 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "resources 0.1.0",
@@ -182,7 +181,6 @@ dependencies = [
  "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
  "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "protos 0.1.0",
- "qcow 0.1.0",
  "remain 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "sys_util 0.1.0",
 ]
@@ -423,23 +421,12 @@ dependencies = [
 ]
 
 [[package]]
-name = "qcow"
-version = "0.1.0"
-dependencies = [
- "data_model 0.1.0",
- "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
- "remain 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "sys_util 0.1.0",
-]
-
-[[package]]
 name = "qcow_utils"
 version = "0.1.0"
 dependencies = [
  "disk 0.1.0",
  "getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
  "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
- "qcow 0.1.0",
  "sys_util 0.1.0",
 ]