vm-virtio: Cleanup from kvm_iotcls and kvm_bindings dependencies

Now that KVM specific interrupts are handled through InterruptManager
trait implementation, the vm-virtio crate does not need to rely on
kvm_ioctls and kvm_bindings crates.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf 2020-01-16 11:47:37 +01:00 committed by Samuel Ortiz
parent 50a4c16d34
commit 8049666eff
2 changed files with 0 additions and 4 deletions

2
Cargo.lock generated
View File

@ -1109,8 +1109,6 @@ dependencies = [
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"devices 0.1.0",
"epoll 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"kvm-bindings 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"kvm-ioctls 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"net_gen 0.1.0",

View File

@ -14,8 +14,6 @@ arc-swap = ">=0.4.4"
byteorder = "1.3.2"
devices = { path = "../devices" }
epoll = ">=4.0.1"
kvm-bindings = "0.2.0"
kvm-ioctls = "0.4.0"
libc = "0.2.60"
log = "0.4.8"
net_gen = { path = "../net_gen" }