build: Switch over to using rust-vmm linux-loader crate

With everything now merged upstream we no longer need to rely on Cathy's
fork.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2019-06-13 11:07:32 +01:00
parent 226d3366d2
commit c4c8b9314d
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ vm-allocator = { path = "../vm-allocator" }
vmm-sys-util = { git = "https://github.com/rust-vmm/vmm-sys-util" }
[dependencies.linux-loader]
git = "https://github.com/bjzhjing/linux-loader"
git = "https://github.com/rust-vmm/linux-loader"
features = ["elf", "bzimage"]
[dependencies.vm-memory]