cloud-hypervisor: Switch to crates.io kvm-ioctls

Fixes: #15

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
Samuel Ortiz
2019-05-15 01:21:35 +02:00
committed by Rob Bradford
parent 0d8193778c
commit 9299502955
4 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -8,8 +8,8 @@ edition = "2018"
vm-allocator = { path = "../vm-allocator" }
byteorder = "*"
devices = { path = "../devices" }
kvm-ioctls = { git = "https://github.com/rust-vmm/kvm-ioctls" }
kvm-bindings = "0.1"
kvm-ioctls = "0.1.0"
libc = ">=0.2.39"
log = "*"
vm-memory = { git = "https://github.com/rust-vmm/vm-memory" }