diff --git a/devices/Cargo.toml b/devices/Cargo.toml index ab81ad4f6..aa9059eb5 100644 --- a/devices/Cargo.toml +++ b/devices/Cargo.toml @@ -8,7 +8,7 @@ byteorder = ">=1.2.1" epoll = "=4.0.1" libc = ">=0.2.39" 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] tempfile = ">=3.0.2" diff --git a/net_gen/Cargo.toml b/net_gen/Cargo.toml index a1a041451..3510589a1 100644 --- a/net_gen/Cargo.toml +++ b/net_gen/Cargo.toml @@ -4,4 +4,4 @@ version = "0.1.0" authors = ["The Chromium OS Authors"] [dependencies] -vmm-sys-util = { git = "https://github.com/sameo/vmm-sys-util" } +vmm-sys-util = { git = "https://github.com/liujing2/vmm-sys-util" } diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml index 2a7c598dd..5c56bdf7c 100644 --- a/net_util/Cargo.toml +++ b/net_util/Cargo.toml @@ -8,7 +8,7 @@ libc = ">=0.2.39" serde = ">=1.0.27" 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] lazy_static = ">=1.1.0" diff --git a/pci/Cargo.toml b/pci/Cargo.toml index e597f65ab..6484f4ff5 100644 --- a/pci/Cargo.toml +++ b/pci/Cargo.toml @@ -13,4 +13,4 @@ kvm-bindings = "0.1" libc = ">=0.2.39" log = "*" 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" } diff --git a/qcow/Cargo.toml b/qcow/Cargo.toml index 83d808b13..4dad40199 100755 --- a/qcow/Cargo.toml +++ b/qcow/Cargo.toml @@ -13,4 +13,4 @@ byteorder = "*" libc = "*" log = "*" remain = "*" -vmm-sys-util = { git = "https://github.com/sameo/vmm-sys-util" } +vmm-sys-util = { git = "https://github.com/liujing2/vmm-sys-util" } diff --git a/vm-virtio/Cargo.toml b/vm-virtio/Cargo.toml index 530e24cab..36793308d 100644 --- a/vm-virtio/Cargo.toml +++ b/vm-virtio/Cargo.toml @@ -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/sameo/vmm-sys-util" } +vmm-sys-util = { git = "https://github.com/liujing2/vmm-sys-util" } [dependencies.vm-memory] git = "https://github.com/rust-vmm/vm-memory" diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 8b182604e..71f258ae7 100755 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -17,7 +17,7 @@ qcow = { path = "../qcow" } linux-loader = { git = "https://github.com/sameo/linux-loader" } vm-virtio = { path = "../vm-virtio" } 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] git = "https://github.com/rust-vmm/vm-memory"