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

View File

@@ -76,7 +76,6 @@ members = [
"rate_limiter",
"vfio_user",
"vhdx",
"vhost_user_backend",
"vhost_user_block",
"vhost_user_net",
"virtio-devices",