From b440cb7d2330770cd415b63544a371d4caa2db3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jul 2022 23:12:46 +0000 Subject: [PATCH] build: bump vmm-sys-util from 0.9.0 to 0.10.0 This patch requires the vhost-user-backend crate to be bumped from 0.5.0 to 0.5.1. Bumps [vmm-sys-util](https://github.com/rust-vmm/vmm-sys-util) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/rust-vmm/vmm-sys-util/releases) - [Changelog](https://github.com/rust-vmm/vmm-sys-util/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-vmm/vmm-sys-util/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: vmm-sys-util dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: Sebastien Boeuf --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- api_client/Cargo.toml | 2 +- arch/Cargo.toml | 2 +- block_util/Cargo.toml | 2 +- block_util/src/async_io.rs | 2 +- devices/Cargo.toml | 2 +- hypervisor/Cargo.toml | 2 +- hypervisor/src/kvm/mod.rs | 2 +- net_gen/Cargo.toml | 2 +- net_util/Cargo.toml | 2 +- pci/Cargo.toml | 2 +- qcow/Cargo.toml | 2 +- rate_limiter/Cargo.toml | 2 +- test_infra/Cargo.toml | 2 +- vhost_user_block/Cargo.toml | 4 ++-- vhost_user_net/Cargo.toml | 4 ++-- virtio-devices/Cargo.toml | 2 +- vm-device/Cargo.toml | 2 +- vmm/Cargo.toml | 2 +- 20 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c4ea33df..c39ebbe18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1200,9 +1200,9 @@ dependencies = [ [[package]] name = "vhost-user-backend" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eeb6723bbee20dbc2db95c575941922fb96e77eb41786ecd1c8c03348709c4c" +checksum = "ded8a9f15b09e61bb8a501d0a7a38056f4c1bd7f51cedcd41081c0e4233d5aa6" dependencies = [ "libc", "log", @@ -1412,9 +1412,9 @@ dependencies = [ [[package]] name = "vmm-sys-util" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "733537bded03aaa93543f785ae997727b30d1d9f4a03b7861d23290474242e11" +checksum = "08604d7be03eb26e33b3cee3ed4aef2bf550b305d1cca60e84da5d28d3790b62" dependencies = [ "bitflags", "libc", diff --git a/Cargo.toml b/Cargo.toml index a58361dc6..8e24efb67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ serde_json = "1.0.82" signal-hook = "0.3.14" thiserror = "1.0.31" vmm = { path = "vmm" } -vmm-sys-util = "0.9.0" +vmm-sys-util = "0.10.0" vm-memory = "0.8.0" [build-dependencies] diff --git a/api_client/Cargo.toml b/api_client/Cargo.toml index a9656816f..fbd48047d 100644 --- a/api_client/Cargo.toml +++ b/api_client/Cargo.toml @@ -5,4 +5,4 @@ authors = ["The Cloud Hypervisor Authors"] edition = "2021" [dependencies] -vmm-sys-util = "0.9.0" +vmm-sys-util = "0.10.0" diff --git a/arch/Cargo.toml b/arch/Cargo.toml index fc15dd586..abcadb022 100644 --- a/arch/Cargo.toml +++ b/arch/Cargo.toml @@ -22,7 +22,7 @@ versionize = "0.1.6" versionize_derive = "0.1.4" vm-memory = { version = "0.8.0", features = ["backend-mmap", "backend-bitmap"] } vm-migration = { path = "../vm-migration" } -vmm-sys-util = { version = "0.9.0", features = ["with-serde"] } +vmm-sys-util = { version = "0.10.0", features = ["with-serde"] } [target.'cfg(target_arch = "aarch64")'.dependencies] fdt_parser = { version = "0.1.3", package = 'fdt'} diff --git a/block_util/Cargo.toml b/block_util/Cargo.toml index ca537f4cb..753b63fa4 100644 --- a/block_util/Cargo.toml +++ b/block_util/Cargo.toml @@ -20,5 +20,5 @@ virtio-bindings = { version = "0.1.0", features = ["virtio-v5_0_0"] } virtio-queue = "0.4.0" vm-memory = { version = "0.8.0", features = ["backend-mmap", "backend-atomic", "backend-bitmap"] } vm-virtio = { path = "../vm-virtio" } -vmm-sys-util = "0.9.0" +vmm-sys-util = "0.10.0" diff --git a/block_util/src/async_io.rs b/block_util/src/async_io.rs index 3eb5b8961..2661f1ffb 100644 --- a/block_util/src/async_io.rs +++ b/block_util/src/async_io.rs @@ -8,7 +8,7 @@ use std::fs::File; use std::os::unix::io::AsRawFd; use thiserror::Error; use vmm_sys_util::eventfd::EventFd; -use vmm_sys_util::{ioctl_expr, ioctl_io_nr, ioctl_ioc_nr}; +use vmm_sys_util::{ioctl_io_nr, ioctl_ioc_nr}; #[derive(Error, Debug)] pub enum DiskFileError { diff --git a/devices/Cargo.toml b/devices/Cargo.toml index 6faaaaa8e..60948587f 100644 --- a/devices/Cargo.toml +++ b/devices/Cargo.toml @@ -19,7 +19,7 @@ versionize_derive = "0.1.4" vm-device = { path = "../vm-device" } vm-memory = "0.8.0" vm-migration = { path = "../vm-migration" } -vmm-sys-util = "0.9.0" +vmm-sys-util = "0.10.0" [features] default = [] diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index dd4ed1381..87728eefe 100644 --- a/hypervisor/Cargo.toml +++ b/hypervisor/Cargo.toml @@ -24,7 +24,7 @@ mshv-ioctls = { git = "https://github.com/rust-vmm/mshv", branch = "main", optio serde = { version = "1.0.139", features = ["rc", "derive"] } serde_json = "1.0.82" vm-memory = { version = "0.8.0", features = ["backend-mmap", "backend-atomic"] } -vmm-sys-util = { version = "0.9.0", features = ["with-serde"] } +vmm-sys-util = { version = "0.10.0", features = ["with-serde"] } [target.'cfg(target_arch = "x86_64")'.dependencies.iced-x86] version = "1.17.0" diff --git a/hypervisor/src/kvm/mod.rs b/hypervisor/src/kvm/mod.rs index 9bfff097d..6e311a1c2 100644 --- a/hypervisor/src/kvm/mod.rs +++ b/hypervisor/src/kvm/mod.rs @@ -89,7 +89,7 @@ pub use kvm_ioctls::{Cap, Kvm}; use std::mem; use thiserror::Error; #[cfg(feature = "tdx")] -use vmm_sys_util::{ioctl::ioctl_with_val, ioctl_expr, ioctl_ioc_nr, ioctl_iowr_nr}; +use vmm_sys_util::{ioctl::ioctl_with_val, ioctl_ioc_nr, ioctl_iowr_nr}; /// /// Export generically-named wrappers of kvm-bindings for Unix-based platforms /// diff --git a/net_gen/Cargo.toml b/net_gen/Cargo.toml index 0a46a5f64..206279981 100644 --- a/net_gen/Cargo.toml +++ b/net_gen/Cargo.toml @@ -5,4 +5,4 @@ authors = ["The Chromium OS Authors"] edition = "2021" [dependencies] -vmm-sys-util = "0.9.0" +vmm-sys-util = "0.10.0" diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml index ae5b35072..835d030b3 100644 --- a/net_util/Cargo.toml +++ b/net_util/Cargo.toml @@ -18,7 +18,7 @@ virtio-bindings = "0.1.0" virtio-queue = "0.4.0" vm-memory = { version = "0.8.0", features = ["backend-mmap", "backend-atomic", "backend-bitmap"] } vm-virtio = { path = "../vm-virtio" } -vmm-sys-util = "0.9.0" +vmm-sys-util = "0.10.0" [dev-dependencies] once_cell = "1.13.0" diff --git a/pci/Cargo.toml b/pci/Cargo.toml index 32dce594c..2643a83ed 100644 --- a/pci/Cargo.toml +++ b/pci/Cargo.toml @@ -15,7 +15,7 @@ byteorder = "1.4.3" hypervisor = { path = "../hypervisor" } vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", branch = "main", default-features = false } vfio_user = { path = "../vfio_user" } -vmm-sys-util = "0.9.0" +vmm-sys-util = "0.10.0" libc = "0.2.126" log = "0.4.17" serde = { version="1.0.139", features=["derive"] } diff --git a/qcow/Cargo.toml b/qcow/Cargo.toml index a865194fa..22a07639e 100644 --- a/qcow/Cargo.toml +++ b/qcow/Cargo.toml @@ -13,4 +13,4 @@ byteorder = "1.4.3" libc = "0.2.126" log = "0.4.17" remain = "0.2.3" -vmm-sys-util = "0.9.0" +vmm-sys-util = "0.10.0" diff --git a/rate_limiter/Cargo.toml b/rate_limiter/Cargo.toml index a6ffb53b2..52e52a9f8 100644 --- a/rate_limiter/Cargo.toml +++ b/rate_limiter/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" [dependencies] libc = "0.2.126" log = "0.4.17" -vmm-sys-util = "0.9.0" +vmm-sys-util = "0.10.0" diff --git a/test_infra/Cargo.toml b/test_infra/Cargo.toml index 9f1502fc4..795389585 100644 --- a/test_infra/Cargo.toml +++ b/test_infra/Cargo.toml @@ -10,5 +10,5 @@ epoll = "4.3.1" libc = "0.2.126" once_cell = "1.13.0" ssh2 = { version = "0.9.1", features = ["vendored-openssl"]} -vmm-sys-util = "0.9.0" +vmm-sys-util = "0.10.0" wait-timeout = "0.2.0" diff --git a/vhost_user_block/Cargo.toml b/vhost_user_block/Cargo.toml index 8bb79db34..01974ce3a 100644 --- a/vhost_user_block/Cargo.toml +++ b/vhost_user_block/Cargo.toml @@ -14,10 +14,10 @@ log = "0.4.17" option_parser = { path = "../option_parser" } qcow = { path = "../qcow" } vhost = { version = "0.4.0", features = ["vhost-user-slave"] } -vhost-user-backend = "0.5.0" +vhost-user-backend = "0.5.1" virtio-bindings = "0.1.0" vm-memory = "0.8.0" -vmm-sys-util = "0.9.0" +vmm-sys-util = "0.10.0" [build-dependencies] clap = { version = "3.2.12", features = ["cargo"] } diff --git a/vhost_user_net/Cargo.toml b/vhost_user_net/Cargo.toml index 11ac29ce6..5b5cdfcf4 100644 --- a/vhost_user_net/Cargo.toml +++ b/vhost_user_net/Cargo.toml @@ -13,10 +13,10 @@ log = "0.4.17" net_util = { path = "../net_util" } option_parser = { path = "../option_parser" } vhost = { version = "0.4.0", features = ["vhost-user-slave"] } -vhost-user-backend = "0.5.0" +vhost-user-backend = "0.5.1" virtio-bindings = "0.1.0" vm-memory = "0.8.0" -vmm-sys-util = "0.9.0" +vmm-sys-util = "0.10.0" [build-dependencies] clap = { version = "3.2.12", features = ["cargo"] } diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index ed9e956fb..fb7c3319f 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -36,4 +36,4 @@ vm-device = { path = "../vm-device" } vm-memory = { version = "0.8.0", features = ["backend-mmap", "backend-atomic", "backend-bitmap"] } vm-migration = { path = "../vm-migration" } vm-virtio = { path = "../vm-virtio" } -vmm-sys-util = "0.9.0" +vmm-sys-util = "0.10.0" diff --git a/vm-device/Cargo.toml b/vm-device/Cargo.toml index 9b66694c7..407f6d066 100644 --- a/vm-device/Cargo.toml +++ b/vm-device/Cargo.toml @@ -17,5 +17,5 @@ serde = { version = "1.0.139", features = ["rc", "derive"] } serde_json = "1.0.82" vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", branch = "main", default-features = false } vm-memory = { version = "0.8.0", features = ["backend-mmap"] } -vmm-sys-util = "0.9.0" +vmm-sys-util = "0.10.0" diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 144861b65..85d789c96 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -56,4 +56,4 @@ vm-device = { path = "../vm-device" } vm-memory = { version = "0.8.0", features = ["backend-mmap", "backend-atomic", "backend-bitmap"] } vm-migration = { path = "../vm-migration" } vm-virtio = { path = "../vm-virtio" } -vmm-sys-util = { version = "0.9.0", features = ["with-serde"] } +vmm-sys-util = { version = "0.10.0", features = ["with-serde"] }