build: Bump vfio_user from bf7d7e8 to 3febcdd

Bumps [vfio_user](https://github.com/rust-vmm/vfio-user) from `bf7d7e8` to `3febcdd`.
- [Commits](bf7d7e851b...3febcdd3fa)

---
updated-dependencies:
- dependency-name: vfio_user
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-10-28 23:46:49 +00:00 committed by cloud-hypervisor-bot
parent b5d856b31a
commit 39ab10244b

58
Cargo.lock generated
View File

@ -118,7 +118,7 @@ dependencies = [
"thiserror",
"uuid",
"vm-fdt",
"vm-memory",
"vm-memory 0.15.0",
"vm-migration",
"vmm-sys-util",
]
@ -334,7 +334,7 @@ dependencies = [
"uuid",
"virtio-bindings",
"virtio-queue",
"vm-memory",
"vm-memory 0.15.0",
"vm-virtio",
"vmm-sys-util",
]
@ -443,7 +443,7 @@ dependencies = [
"thiserror",
"tpm",
"tracer",
"vm-memory",
"vm-memory 0.15.0",
"vmm",
"vmm-sys-util",
"wait-timeout",
@ -579,7 +579,7 @@ dependencies = [
"tpm",
"vm-allocator",
"vm-device",
"vm-memory",
"vm-memory 0.15.0",
"vm-migration",
"vmm-sys-util",
]
@ -976,7 +976,7 @@ dependencies = [
"serde_with",
"thiserror",
"vfio-ioctls",
"vm-memory",
"vm-memory 0.15.0",
"vmm-sys-util",
]
@ -1171,7 +1171,7 @@ version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d379d0089d0fbf4161c35a4fdfd76125923f1a93632c49195f5372b4c0b1472"
dependencies = [
"vm-memory",
"vm-memory 0.15.0",
]
[[package]]
@ -1299,7 +1299,7 @@ dependencies = [
"thiserror",
"virtio-bindings",
"virtio-queue",
"vm-memory",
"vm-memory 0.15.0",
"vm-virtio",
"vmm-sys-util",
]
@ -1506,7 +1506,7 @@ dependencies = [
"vfio_user",
"vm-allocator",
"vm-device",
"vm-memory",
"vm-memory 0.15.0",
"vm-migration",
"vmm-sys-util",
]
@ -2217,7 +2217,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "vfio-bindings"
version = "0.4.0"
source = "git+https://github.com/rust-vmm/vfio?branch=main#a51a4746b0d317bfc21fa49d40f9287f3b8137fd"
source = "git+https://github.com/rust-vmm/vfio?branch=main#ed2bb1c807dbc30e31c6eea94d64edd82be7f15a"
dependencies = [
"vmm-sys-util",
]
@ -2236,14 +2236,14 @@ dependencies = [
"mshv-ioctls",
"thiserror",
"vfio-bindings",
"vm-memory",
"vm-memory 0.15.0",
"vmm-sys-util",
]
[[package]]
name = "vfio_user"
version = "0.1.0"
source = "git+https://github.com/rust-vmm/vfio-user?branch=main#bf7d7e851b604d8414a7960fb9137b59fc42421d"
source = "git+https://github.com/rust-vmm/vfio-user?branch=main#3febcdd3fa2531623865663ca1721e1962ed9979"
dependencies = [
"bitflags 1.3.2",
"libc",
@ -2253,7 +2253,7 @@ dependencies = [
"serde_json",
"thiserror",
"vfio-bindings",
"vm-memory",
"vm-memory 0.16.0",
"vmm-sys-util",
]
@ -2266,7 +2266,7 @@ dependencies = [
"bitflags 2.6.0",
"libc",
"uuid",
"vm-memory",
"vm-memory 0.15.0",
"vmm-sys-util",
]
@ -2281,7 +2281,7 @@ dependencies = [
"vhost",
"virtio-bindings",
"virtio-queue",
"vm-memory",
"vm-memory 0.15.0",
"vmm-sys-util",
]
@ -2300,7 +2300,7 @@ dependencies = [
"vhost-user-backend",
"virtio-bindings",
"virtio-queue",
"vm-memory",
"vm-memory 0.15.0",
"vmm-sys-util",
]
@ -2318,7 +2318,7 @@ dependencies = [
"vhost",
"vhost-user-backend",
"virtio-bindings",
"vm-memory",
"vm-memory 0.15.0",
"vmm-sys-util",
]
@ -2356,7 +2356,7 @@ dependencies = [
"virtio-queue",
"vm-allocator",
"vm-device",
"vm-memory",
"vm-memory 0.15.0",
"vm-migration",
"vm-virtio",
"vmm-sys-util",
@ -2370,7 +2370,7 @@ checksum = "ffb1761348d3b5e82131379b9373435b48dc8333100bff3f1cdf9cc541a0ad83"
dependencies = [
"log",
"virtio-bindings",
"vm-memory",
"vm-memory 0.15.0",
"vmm-sys-util",
]
@ -2380,7 +2380,7 @@ version = "0.1.0"
dependencies = [
"arch",
"libc",
"vm-memory",
"vm-memory 0.15.0",
]
[[package]]
@ -2392,7 +2392,7 @@ dependencies = [
"serde",
"thiserror",
"vfio-ioctls",
"vm-memory",
"vm-memory 0.15.0",
"vmm-sys-util",
]
@ -2413,6 +2413,18 @@ dependencies = [
"winapi",
]
[[package]]
name = "vm-memory"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2919f87420b6998a131eb7c78843890295e91a3f8f786ccc925c8d387b75121"
dependencies = [
"arc-swap",
"libc",
"thiserror",
"winapi",
]
[[package]]
name = "vm-migration"
version = "0.1.0"
@ -2421,7 +2433,7 @@ dependencies = [
"serde",
"serde_json",
"thiserror",
"vm-memory",
"vm-memory 0.15.0",
]
[[package]]
@ -2430,7 +2442,7 @@ version = "0.1.0"
dependencies = [
"log",
"virtio-queue",
"vm-memory",
"vm-memory 0.15.0",
]
[[package]]
@ -2484,7 +2496,7 @@ dependencies = [
"virtio-queue",
"vm-allocator",
"vm-device",
"vm-memory",
"vm-memory 0.15.0",
"vm-migration",
"vm-virtio",
"vmm-sys-util",