Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps the rust-vmm group with 6 updates in the / directory:

Package From To
vmm-sys-util 0.14.0 0.15.0
event-manager 0.4.1 0.4.2
kvm-bindings 0.13.0 0.14.0
kvm-ioctls 0.23.0 0.24.0
linux-loader 0.13.0 0.13.2
vm-superio 0.8.0 0.8.1

Updates vmm-sys-util from 0.14.0 to 0.15.0

Release notes

Sourced from vmm-sys-util's releases.

vmm-sys-util-v0.15.0

Changelog

v0.15.0

Added

  • [#245]: Make sock_ctrl_msg support non-linux unix platforms.
  • [#244]:
    • Impl IntoRawFd for linux::eventfd::EventFd.
    • Use File::try_clone to replace the original implementation of EventFd::try_clone. Some flags can now be propagated, like CLOEXEC.
    • Add EventNotifier and EventConsumer as a generic event notification
Changelog

Sourced from vmm-sys-util's changelog.

v0.15.0

Added

  • [#245]: Make sock_ctrl_msg support non-linux unix platforms.
  • [#244]:
    • Impl IntoRawFd for linux::eventfd::EventFd.
    • Use File::try_clone to replace the original implementation of EventFd::try_clone. Some flags can now be propagated, like CLOEXEC.
    • Add EventNotifier and EventConsumer as a generic event notification
Commits
  • a64b4ef ci: add crates.io publish workflow
  • 6d9bb0c Prepare v0.15.0 release
  • 804dde6 refactor: Avoid passing RawFds, and thus some unsafe
  • abd6488 refactor(test): avoid unhelpful panics
  • 3b39436 eventfd: use stdlib instead of libc::{read,write}
  • 08fbd6d sock_ctrl_msg: fix doc example
  • ee71906 sock_ctrl_msg: treat cmsghdr as FamStruct
  • 2ced212 sock_ctrl_msg: Drop unneeded loop
  • f6267bf fix: return ENOBUFS if CMSG_TRUNC is set always
  • 2167111 test: merge test cases in sock_ctrl_msg.rs
  • Additional commits viewable in compare view

Updates event-manager from 0.4.1 to 0.4.2

Changelog

Sourced from event-manager's changelog.

v0.4.2

Changed

  • Updated vmm-sys-util version to 0.15.0
Commits
  • f6bfc1b chore: setup repository with rust-vmm-ci/setup-repository.sh
  • 2264597 Prepare 0.4.2 release
  • 55c3526 chore: update vmm-sys-util to 0.15.0
  • 427eb0d Bump rust-vmm-ci from 58dab8b to 042b206
  • c43e35a doc: fix invalid html tags
  • 525c4f6 test: sprinkle cfg(feature = "test-utilities")
  • fc7e661 Bump rust-vmm-ci from fc4584d to 58dab8b
  • 9dc8acc Bump rust-vmm-ci from 659de9e to fc4584d
  • d6bfb89 chore: appease clippy
  • fc4f26c Bump rust-vmm-ci from aa2f8a9 to 659de9e
  • Additional commits viewable in compare view

Updates kvm-bindings from 0.13.0 to 0.14.0

Release notes

Sourced from kvm-bindings's releases.

kvm-bindings-v0.14.0

Changelog

v0.14.0

Changed

  • Update to Rust edition 2024
Commits
  • bd3260e gha: Introduce auto publishing workflows
  • 5290f56 chore: Release kvm-bindings@0.14.0 and kvm-ioclts@0.24.0
  • d699823 vmm-sys-util: Widen range to "v0.14 ~ v0.15"
  • 538ae4f style: clippy and formatting fixes
  • 3b2ec8d build(deps): bump rust-vmm-ci from c3ef897 to 0b1cb86
  • d42632f workspace: reformat according to 2024 style
  • 08d3011 workspace: update to Rust edition 2024
  • b17cd0f dependabot: drop open-pull-request-limit
  • 4239dd9 kvm-ioctls: add support for vm device_attr ioctls on aarch64
  • 8c0590a cap: add X2ApicApi capability.
  • See full diff in compare view

Updates kvm-ioctls from 0.23.0 to 0.24.0

Release notes

Sourced from kvm-ioctls's releases.

kvm-ioctls-v0.24.0

Changelog

v0.24.0

Added

  • Plumb through KVM_CAP_X2APIC_API as X2ApicApi cap.
  • [#334](rust-vmm/kvm#334) Added support for KVM_HAS_DEVICE_ATTR and KVM_SET_DEVICE_ATTR vm ioctl on aarch64.

Changed

  • Update to Rust edition 2024
  • Update to kvm-bindings 0.14.0
Commits
  • bd3260e gha: Introduce auto publishing workflows
  • 5290f56 chore: Release kvm-bindings@0.14.0 and kvm-ioclts@0.24.0
  • d699823 vmm-sys-util: Widen range to "v0.14 ~ v0.15"
  • 538ae4f style: clippy and formatting fixes
  • 3b2ec8d build(deps): bump rust-vmm-ci from c3ef897 to 0b1cb86
  • d42632f workspace: reformat according to 2024 style
  • 08d3011 workspace: update to Rust edition 2024
  • b17cd0f dependabot: drop open-pull-request-limit
  • 4239dd9 kvm-ioctls: add support for vm device_attr ioctls on aarch64
  • 8c0590a cap: add X2ApicApi capability.
  • See full diff in compare view

Updates linux-loader from 0.13.0 to 0.13.2

Changelog

Sourced from linux-loader's changelog.

[v0.13.2]

Changed

  • [#214] Updated vm-memory to 0.17.1.

[v0.13.1]

Changed

  • [#148] Fixing kernel commandline parameter validation This change allows parameter values containing spaces in the middle, provided they are enclosed in quotes. However, strings with quotes in the middle will no longer be accepted as valid parameter values.
  • [#205] Make image header for ARM and RISC-V public Kernel headers for ARM and RISC-V are made public to be used in a fw_cfg implementation that reads the kernel header.
Commits
  • c71d161 chore: Prepare 0.13.2 release
  • 32c67f7 build(deps): update vm-memory requirement <=0.17.1
  • 5de88c9 fix(dependabot): Adopt dependabot configs from rust-vmm-ci
  • 81e9664 fix(test): make dev-deps and deps version ranges match
  • a442262 chore: Prepare 0.13.1 release
  • 6793550 chore: Update CHANGELOG.md
  • 8a83183 fix: import Bytes trait
  • bcc6d86 build(deps): update vm-memory requirement from 0.16.0 to 0.17.0
  • 5fdaed8 ci: add crates.io publish workflow
  • 4fafe0c build(deps): update criterion requirement from 0.6.0 to 0.7.0
  • Additional commits viewable in compare view

Updates vm-superio from 0.8.0 to 0.8.1

Release notes

Sourced from vm-superio's releases.

vm-superio-v0.8.1

Changelog

v0.8.1

Changed

  • Widen vmm-sys-util dependency to 0.12.0-0.14.0
Commits
  • b27c2d5 gha: Introduce auto publishing workflows
  • 2ab745d chore: Prepare new release
  • 48a8278 chore: Update and format CHANGELOG.md
  • 25ff94c Widen version range for vmm-sys-util to v0.14.0
  • c36d514 chore: Move vmm-sys-util to workspace dependencies
  • 74b5584 Bump rust-vmm-ci from 659de9e to fc4584d
  • ae57474 chore: appease clippy
  • 469b20c Bump rust-vmm-ci from aa2f8a9 to 659de9e
  • 1cb0db7 Bump rust-vmm-ci from c3ef897 to aa2f8a9
  • fde60ae Bump rust-vmm-ci from 2d733b0 to c3ef897
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the rust-vmm group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [vmm-sys-util](https://github.com/rust-vmm/vmm-sys-util) | `0.14.0` | `0.15.0` |
| [event-manager](https://github.com/rust-vmm/event-manager) | `0.4.1` | `0.4.2` |
| [kvm-bindings](https://github.com/rust-vmm/kvm) | `0.13.0` | `0.14.0` |
| [kvm-ioctls](https://github.com/rust-vmm/kvm-ioctls) | `0.23.0` | `0.24.0` |
| [linux-loader](https://github.com/rust-vmm/linux-loader) | `0.13.0` | `0.13.2` |
| [vm-superio](https://github.com/rust-vmm/vm-superio) | `0.8.0` | `0.8.1` |



Updates `vmm-sys-util` from 0.14.0 to 0.15.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](rust-vmm/vmm-sys-util@v0.14.0...v0.15.0)

Updates `event-manager` from 0.4.1 to 0.4.2
- [Release notes](https://github.com/rust-vmm/event-manager/releases)
- [Changelog](https://github.com/rust-vmm/event-manager/blob/main/CHANGELOG.md)
- [Commits](rust-vmm/event-manager@v0.4.1...v0.4.2)

Updates `kvm-bindings` from 0.13.0 to 0.14.0
- [Release notes](https://github.com/rust-vmm/kvm/releases)
- [Commits](rust-vmm/kvm@kvm-bindings-v0.13.0...kvm-bindings-v0.14.0)

Updates `kvm-ioctls` from 0.23.0 to 0.24.0
- [Release notes](https://github.com/rust-vmm/kvm-ioctls/releases)
- [Commits](rust-vmm/kvm@kvm-ioctls-v0.23.0...kvm-ioctls-v0.24.0)

Updates `linux-loader` from 0.13.0 to 0.13.2
- [Release notes](https://github.com/rust-vmm/linux-loader/releases)
- [Changelog](https://github.com/rust-vmm/linux-loader/blob/main/CHANGELOG.md)
- [Commits](rust-vmm/linux-loader@v0.13.0...v0.13.2)

Updates `vm-superio` from 0.8.0 to 0.8.1
- [Release notes](https://github.com/rust-vmm/vm-superio/releases)
- [Commits](rust-vmm/vm-superio@vm-superio-v0.8.0...vm-superio-v0.8.1)

---
updated-dependencies:
- dependency-name: vmm-sys-util
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
- dependency-name: event-manager
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-vmm
- dependency-name: kvm-bindings
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
- dependency-name: kvm-ioctls
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
- dependency-name: linux-loader
  dependency-version: 0.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-vmm
- dependency-name: vm-superio
  dependency-version: 0.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-vmm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant