cloud-hypervisor: Switch to the linux-loader pending PR branch

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
Samuel Ortiz
2019-05-09 18:40:28 +02:00
parent ac328df87c
commit 0c4c330843
2 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ libc = ">=0.2.39"
net_util = { path = "../net_util" }
pci = {path = "../pci"}
qcow = { path = "../qcow" }
linux-loader = { git = "https://github.com/sameo/linux-loader" }
linux-loader = { git = "https://github.com/bjzhjing/linux-loader" }
vm-virtio = { path = "../vm-virtio" }
vm-allocator = { path = "../vm-allocator" }
vmm-sys-util = { git = "https://github.com/liujing2/vmm-sys-util" }