mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
cloud-hypervisor: Switch to crates.io kvm-ioctls
Fixes: #15 Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
committed by
Rob Bradford
parent
0d8193778c
commit
9299502955
+1
-1
@@ -9,7 +9,7 @@ arch = { path = "../arch" }
|
||||
devices = { path = "../devices" }
|
||||
epoll = "=4.0.1"
|
||||
kvm-bindings = "0.1"
|
||||
kvm-ioctls = { git = "https://github.com/rust-vmm/kvm-ioctls" }
|
||||
kvm-ioctls = "0.1.0"
|
||||
libc = ">=0.2.39"
|
||||
net_util = { path = "../net_util" }
|
||||
pci = {path = "../pci"}
|
||||
|
||||
Reference in New Issue
Block a user