mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
cloud-hypervisor: Switch to the vmm-sys-util pending PR branch
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
8e7579b20e
commit
ac328df87c
@ -8,7 +8,7 @@ byteorder = ">=1.2.1"
|
|||||||
epoll = "=4.0.1"
|
epoll = "=4.0.1"
|
||||||
libc = ">=0.2.39"
|
libc = ">=0.2.39"
|
||||||
vm-memory = { git = "https://github.com/rust-vmm/vm-memory" }
|
vm-memory = { git = "https://github.com/rust-vmm/vm-memory" }
|
||||||
vmm-sys-util = { git = "https://github.com/sameo/vmm-sys-util" }
|
vmm-sys-util = { git = "https://github.com/liujing2/vmm-sys-util" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tempfile = ">=3.0.2"
|
tempfile = ">=3.0.2"
|
||||||
|
@ -4,4 +4,4 @@ version = "0.1.0"
|
|||||||
authors = ["The Chromium OS Authors"]
|
authors = ["The Chromium OS Authors"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
vmm-sys-util = { git = "https://github.com/sameo/vmm-sys-util" }
|
vmm-sys-util = { git = "https://github.com/liujing2/vmm-sys-util" }
|
||||||
|
@ -8,7 +8,7 @@ libc = ">=0.2.39"
|
|||||||
serde = ">=1.0.27"
|
serde = ">=1.0.27"
|
||||||
|
|
||||||
net_gen = { path = "../net_gen" }
|
net_gen = { path = "../net_gen" }
|
||||||
vmm-sys-util = { git = "https://github.com/sameo/vmm-sys-util" }
|
vmm-sys-util = { git = "https://github.com/liujing2/vmm-sys-util" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
lazy_static = ">=1.1.0"
|
lazy_static = ">=1.1.0"
|
||||||
|
@ -13,4 +13,4 @@ kvm-bindings = "0.1"
|
|||||||
libc = ">=0.2.39"
|
libc = ">=0.2.39"
|
||||||
log = "*"
|
log = "*"
|
||||||
vm-memory = { git = "https://github.com/rust-vmm/vm-memory" }
|
vm-memory = { git = "https://github.com/rust-vmm/vm-memory" }
|
||||||
vmm-sys-util = { git = "https://github.com/sameo/vmm-sys-util" }
|
vmm-sys-util = { git = "https://github.com/liujing2/vmm-sys-util" }
|
||||||
|
@ -13,4 +13,4 @@ byteorder = "*"
|
|||||||
libc = "*"
|
libc = "*"
|
||||||
log = "*"
|
log = "*"
|
||||||
remain = "*"
|
remain = "*"
|
||||||
vmm-sys-util = { git = "https://github.com/sameo/vmm-sys-util" }
|
vmm-sys-util = { git = "https://github.com/liujing2/vmm-sys-util" }
|
||||||
|
@ -16,7 +16,7 @@ pci = { path = "../pci" }
|
|||||||
tempfile = ">=3.0.2"
|
tempfile = ">=3.0.2"
|
||||||
virtio-bindings = { path = "../virtio-bindings" }
|
virtio-bindings = { path = "../virtio-bindings" }
|
||||||
vm-allocator = { path = "../vm-allocator" }
|
vm-allocator = { path = "../vm-allocator" }
|
||||||
vmm-sys-util = { git = "https://github.com/sameo/vmm-sys-util" }
|
vmm-sys-util = { git = "https://github.com/liujing2/vmm-sys-util" }
|
||||||
|
|
||||||
[dependencies.vm-memory]
|
[dependencies.vm-memory]
|
||||||
git = "https://github.com/rust-vmm/vm-memory"
|
git = "https://github.com/rust-vmm/vm-memory"
|
||||||
|
@ -17,7 +17,7 @@ qcow = { path = "../qcow" }
|
|||||||
linux-loader = { git = "https://github.com/sameo/linux-loader" }
|
linux-loader = { git = "https://github.com/sameo/linux-loader" }
|
||||||
vm-virtio = { path = "../vm-virtio" }
|
vm-virtio = { path = "../vm-virtio" }
|
||||||
vm-allocator = { path = "../vm-allocator" }
|
vm-allocator = { path = "../vm-allocator" }
|
||||||
vmm-sys-util = { git = "https://github.com/sameo/vmm-sys-util" }
|
vmm-sys-util = { git = "https://github.com/liujing2/vmm-sys-util" }
|
||||||
|
|
||||||
[dependencies.vm-memory]
|
[dependencies.vm-memory]
|
||||||
git = "https://github.com/rust-vmm/vm-memory"
|
git = "https://github.com/rust-vmm/vm-memory"
|
||||||
|
Loading…
Reference in New Issue
Block a user