qcow: Add qcow support

Extracted from crosvm (commit:f82d632), with clippy fixes.

Signed-off-by: Chao Peng <chao.p.peng@linux.intel.com>
This commit is contained in:
Chao Peng
2019-04-29 19:32:56 +00:00
committed by Samuel Ortiz
parent c2c51dc9d1
commit 80ac3a84bb
7 changed files with 3000 additions and 0 deletions

1
vmm/Cargo.toml Normal file → Executable file
View File

@@ -12,6 +12,7 @@ kvm-bindings = "0.1"
kvm-ioctls = { git = "https://github.com/rust-vmm/kvm-ioctls" }
libc = ">=0.2.39"
pci = {path = "../pci"}
qcow = { path = "../qcow" }
linux-loader = { git = "https://github.com/sameo/linux-loader" }
vmm-sys-util = { git = "https://github.com/sameo/vmm-sys-util" }