vfio_user: Use new Rust-VMM crate

This contains the same code as was included in tree.

Fixes: #5123

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2023-02-21 09:19:36 +00:00
committed by Rob Bradford
parent 9d18012c52
commit 996bdc6e08
7 changed files with 4 additions and 1494 deletions

View File

@@ -45,7 +45,7 @@ uuid = "1.3.0"
versionize = "0.1.9"
versionize_derive = "0.1.4"
vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", branch = "main", default-features = false }
vfio_user = { path = "../vfio_user" }
vfio_user = { git = "https://github.com/rust-vmm/vfio-user", branch = "main" }
vhdx = { path = "../vhdx" }
virtio-devices = { path = "../virtio-devices" }
virtio-queue = "0.7.0"