vendor: Move to the rust-vmm vmm-sys-util package

Locked to 60fe35be but no longer dependent on liujing2 repo.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
Samuel Ortiz
2019-06-04 13:23:52 +02:00
parent d5f5648b37
commit a6b7715f4b
29 changed files with 17 additions and 3505 deletions

View File

@@ -16,7 +16,7 @@ pci = { path = "../pci" }
tempfile = ">=3.0.2"
virtio-bindings = { path = "../virtio-bindings" }
vm-allocator = { path = "../vm-allocator" }
vmm-sys-util = { git = "https://github.com/liujing2/vmm-sys-util" }
vmm-sys-util = { git = "https://github.com/rust-vmm/vmm-sys-util" }
[dependencies.vm-memory]
git = "https://github.com/rust-vmm/vm-memory"