From de9eb3e0fac36e6c9e48d76fe7c813f8cd057090 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Wed, 23 Oct 2019 10:44:42 +0300 Subject: [PATCH] Bump vmm-sys-utils to 0.2.0 Signed-off-by: Samuel Ortiz --- Cargo.lock | 31 ++++++++++++++++++++----------- Cargo.toml | 2 +- devices/Cargo.toml | 2 +- net_gen/Cargo.toml | 2 +- net_util/Cargo.toml | 2 +- pci/Cargo.toml | 2 +- qcow/Cargo.toml | 2 +- vfio/Cargo.toml | 2 +- vhost_rs/Cargo.toml | 2 +- vhost_user_backend/Cargo.toml | 2 +- vm-virtio/Cargo.toml | 2 +- vmm/Cargo.toml | 2 +- 12 files changed, 31 insertions(+), 22 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 12841a412..ea19c7c18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -186,7 +186,7 @@ dependencies = [ "vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)", "vm-virtio 0.1.0", "vmm 0.1.0", - "vmm-sys-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "vmm-sys-util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -232,7 +232,7 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)", - "vmm-sys-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "vmm-sys-util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -412,7 +412,7 @@ source = "git+https://github.com/firecracker-microvm/firecracker#2b94334a6a2a5f7 name = "net_gen" version = "0.1.0" dependencies = [ - "vmm-sys-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "vmm-sys-util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -426,7 +426,7 @@ dependencies = [ "rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "vmm-sys-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "vmm-sys-util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -466,7 +466,7 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "vm-allocator 0.1.0", "vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)", - "vmm-sys-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "vmm-sys-util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -577,7 +577,7 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "remain 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "vmm-sys-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "vmm-sys-util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -971,7 +971,7 @@ dependencies = [ "vm-allocator 0.1.0", "vm-device 0.1.0", "vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)", - "vmm-sys-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "vmm-sys-util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -990,7 +990,7 @@ dependencies = [ "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)", - "vmm-sys-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "vmm-sys-util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1002,7 +1002,7 @@ dependencies = [ "vhost_rs 0.1.0", "vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)", "vm-virtio 0.1.0", - "vmm-sys-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "vmm-sys-util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1055,7 +1055,7 @@ dependencies = [ "vm-allocator 0.1.0", "vm-device 0.1.0", "vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)", - "vmm-sys-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "vmm-sys-util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1085,7 +1085,7 @@ dependencies = [ "vm-allocator 0.1.0", "vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)", "vm-virtio 0.1.0", - "vmm-sys-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "vmm-sys-util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1096,6 +1096,14 @@ dependencies = [ "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "vmm-sys-util" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "wasi" version = "0.7.0" @@ -1249,6 +1257,7 @@ dependencies = [ "checksum virtio-bindings 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ff512178285488516ed85f15b5d0113a7cdb89e9e8a760b269ae4f02b84bd6b" "checksum vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)" = "" "checksum vmm-sys-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "46996f56aeae31fbc0532ae57a944e00089302f03b18c10c76eebfd9249f4a6c" +"checksum vmm-sys-util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b75440f66b299f66acf005431d5f13be6e6a8d02b4dcaa83be5144e88762d010" "checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d" "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" "checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770" diff --git a/Cargo.toml b/Cargo.toml index beafa74e6..a75c3f35d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ virtio-bindings = "0.1.0" vmm = { path = "vmm" } vm-device = { path = "vm-device" } vm-memory = { git = "https://github.com/rust-vmm/vm-memory" } -vmm-sys-util = "0.1.1" +vmm-sys-util = "0.2.0" vm-virtio = { path = "vm-virtio" } [dev-dependencies] diff --git a/devices/Cargo.toml b/devices/Cargo.toml index e2561d4e6..d82ea3b46 100644 --- a/devices/Cargo.toml +++ b/devices/Cargo.toml @@ -11,7 +11,7 @@ kvm-ioctls = { git = "https://github.com/rust-vmm/kvm-ioctls", branch = "master" libc = "0.2.60" log = "0.4.8" vm-memory = { git = "https://github.com/rust-vmm/vm-memory" } -vmm-sys-util = "0.1.1" +vmm-sys-util = "0.2.0" [dev-dependencies] tempfile = "3.1.0" diff --git a/net_gen/Cargo.toml b/net_gen/Cargo.toml index fae12d0f1..849ea2581 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 = "0.1.1" +vmm-sys-util = "0.2.0" diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml index 221dab4f8..fed394fc3 100644 --- a/net_util/Cargo.toml +++ b/net_util/Cargo.toml @@ -7,7 +7,7 @@ authors = ["The Chromium OS Authors"] libc = "0.2.60" rand = "0.7.0" serde = "1.0.98" -vmm-sys-util = "0.1.1" +vmm-sys-util = "0.2.0" net_gen = { path = "../net_gen" } diff --git a/pci/Cargo.toml b/pci/Cargo.toml index a172b7e22..a89549eb8 100644 --- a/pci/Cargo.toml +++ b/pci/Cargo.toml @@ -13,4 +13,4 @@ kvm-ioctls = { git = "https://github.com/rust-vmm/kvm-ioctls", branch = "master" libc = "0.2.60" log = "0.4.8" vm-memory = { git = "https://github.com/rust-vmm/vm-memory" } -vmm-sys-util = "0.1.1" +vmm-sys-util = "0.2.0" diff --git a/qcow/Cargo.toml b/qcow/Cargo.toml index 5cf4917aa..b53cc93e6 100755 --- a/qcow/Cargo.toml +++ b/qcow/Cargo.toml @@ -13,7 +13,7 @@ byteorder = "1.3.2" libc = "0.2.60" log = "0.4.8" remain = "0.1.3" -vmm-sys-util = "0.1.1" +vmm-sys-util = "0.2.0" [dev-dependencies] tempfile = "3.1.0" diff --git a/vfio/Cargo.toml b/vfio/Cargo.toml index a6edc54b5..bc97afa64 100644 --- a/vfio/Cargo.toml +++ b/vfio/Cargo.toml @@ -14,7 +14,7 @@ pci = { path = "../pci" } vfio-bindings = "0.1.0" vm-allocator = { path = "../vm-allocator" } vm-device = { path = "../vm-device" } -vmm-sys-util = "0.1.1" +vmm-sys-util = "0.2.0" [dependencies.vm-memory] git = "https://github.com/rust-vmm/vm-memory" diff --git a/vhost_rs/Cargo.toml b/vhost_rs/Cargo.toml index ebe08ef9a..77468b57a 100644 --- a/vhost_rs/Cargo.toml +++ b/vhost_rs/Cargo.toml @@ -15,7 +15,7 @@ vhost-user-slave = [] [dependencies] bitflags = "1.1.0" libc = "0.2.60" -vmm-sys-util = "0.1.1" +vmm-sys-util = "0.2.0" [dependencies.vm-memory] git = "https://github.com/rust-vmm/vm-memory" diff --git a/vhost_user_backend/Cargo.toml b/vhost_user_backend/Cargo.toml index 66c9fb338..d370434aa 100644 --- a/vhost_user_backend/Cargo.toml +++ b/vhost_user_backend/Cargo.toml @@ -14,7 +14,7 @@ epoll = "4.1.0" libc = "0.2.65" vm-memory = { git = "https://github.com/rust-vmm/vm-memory" } vm-virtio = { path = "../vm-virtio" } -vmm-sys-util = "0.1.1" +vmm-sys-util = "0.2.0" [dependencies.vhost_rs] path = "../vhost_rs" diff --git a/vm-virtio/Cargo.toml b/vm-virtio/Cargo.toml index 8a387e2c7..6fa7b67a9 100644 --- a/vm-virtio/Cargo.toml +++ b/vm-virtio/Cargo.toml @@ -22,7 +22,7 @@ tempfile = "3.1.0" virtio-bindings = { git = "https://github.com/rust-vmm/virtio-bindings", version = "0.1", features = ["virtio-v5_0_0"]} vm-allocator = { path = "../vm-allocator" } vm-device = { path = "../vm-device" } -vmm-sys-util = "0.1.1" +vmm-sys-util = "0.2.0" [dependencies.vhost_rs] path = "../vhost_rs" diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 2c9059482..7e928d71a 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -31,7 +31,7 @@ serde_json = ">=1.0.9" vfio = { path = "../vfio", optional = true } vm-allocator = { path = "../vm-allocator" } vm-virtio = { path = "../vm-virtio" } -vmm-sys-util = "0.1.1" +vmm-sys-util = "0.2.0" signal-hook = "0.1.10" threadpool = "1.0"