vhost_user_backend: Remove local version of the crate

Since both vhost-user-block and vhost-user-net backend now rely on the
upstream vhost-user-backend crate from rust-vmm, we can simply remove
the local version of the crate from our repository.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf
2022-02-03 10:22:02 +01:00
parent 71148e1fa5
commit a061bc32e4
4 changed files with 0 additions and 995 deletions

15
Cargo.lock generated
View File

@@ -1136,21 +1136,6 @@ dependencies = [
"vmm-sys-util",
]
[[package]]
name = "vhost_user_backend"
version = "0.1.0"
dependencies = [
"epoll",
"libc",
"log",
"vhost",
"virtio-bindings",
"virtio-queue",
"vm-memory",
"vm-virtio",
"vmm-sys-util",
]
[[package]]
name = "vhost_user_block"
version = "0.1.0"