Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump the rust-vmm group with 2 updates #684

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2024

Bumps the rust-vmm group with 2 updates: kvm-bindings and kvm-ioctls.

Updates kvm-bindings from 0.7.0 to 0.8.1

Release notes

Sourced from kvm-bindings's releases.

kvm-bindings-v0.8.1

Changelog

[0.8.1]

Fixed

  • Implement Default for kvm_xsave2, which fixes usage of Xsave unconditionally causing compile errors in downstream crates.

kvm-bindings-v0.8.0

Changelog

[0.8.0]

Added

  • An opt-in feature serde that enables serde-based (de)serialization of various bindings.
Changelog

Sourced from kvm-bindings's changelog.

[0.8.1]

Fixed

  • Implement Default for kvm_xsave2, which fixes usage of Xsave unconditionally causing compile errors in downstream crates.

[0.8.0]

Added

  • An opt-in feature serde that enables serde-based (de)serialization of various bindings.
Commits
  • 210be87 Prepare 0.8.1 release
  • 35379af chore: Update coverage
  • 165df06 test: Ensure Xsave FAMWrapper can be used
  • 3464657 doc: document kvm_xsave2::len field
  • 19357f4 fix: derive Default for kvm_xsave2
  • 2f2db3b Prepare 0.8.0 release
  • 11139a6 doc: Add CHANGELOG entry
  • eeb1d6b doc: Add reference to CONTRIBUTING.md to README
  • 155e29e doc: Add instructions for generating bindings
  • 6f3b013 Support treating kvm_xsave as a FamStruct
  • Additional commits viewable in compare view

Updates kvm-ioctls from 0.16.0 to 0.17.0

Changelog

Sourced from kvm-ioctls's changelog.

v0.17.0

Changed

  • [#255]: Fixed a soundness issue when accessing the kvm_run struct. VcpuFd::run() and VcpuFd::set_kvm_immediate_exit() now take &mut self as a consequence.
  • [#260]: Updated kvm-bindings to 0.8.0.
Commits
  • 0ddf7ef Prepare 0.17.0 release
  • e2d35ee Update kvm-bindings to 0.8.0
  • 913a291 Format changelog as other rust-vmm crates do
  • d80807f Update coverage_config_x86_64.json
  • 4b24fa0 Use NonNull in KvmCoalescedIoRing
  • 913c4dc Use NonNull in KvmRunWrapper
  • f364358 Do not needlessly use dynamic dispatch in KvmRunWrapper
  • aa7fb8d Remove redundant imports
  • 8be04f6 Take &mut self in KvmRunWrapper::as_mut_ref()
  • 505a454 Introduce KvmRunWrapper::as_ref()
  • 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 2 updates: [kvm-bindings](https://github.com/rust-vmm/kvm-bindings) and [kvm-ioctls](https://github.com/rust-vmm/kvm-ioctls).


Updates `kvm-bindings` from 0.7.0 to 0.8.1
- [Release notes](https://github.com/rust-vmm/kvm-bindings/releases)
- [Changelog](https://github.com/rust-vmm/kvm-bindings/blob/main/CHANGELOG.md)
- [Commits](rust-vmm/kvm-bindings@v0.7.0...v0.8.1)

Updates `kvm-ioctls` from 0.16.0 to 0.17.0
- [Release notes](https://github.com/rust-vmm/kvm-ioctls/releases)
- [Changelog](https://github.com/rust-vmm/kvm-ioctls/blob/main/CHANGELOG.md)
- [Commits](rust-vmm/kvm-ioctls@v0.16.0...v0.17.0)

---
updated-dependencies:
- dependency-name: kvm-bindings
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
- dependency-name: kvm-ioctls
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 29, 2024
@mkroening mkroening added this pull request to the merge queue Apr 29, 2024
Merged via the queue into main with commit 9477c76 Apr 29, 2024
9 checks passed
@mkroening mkroening deleted the dependabot/cargo/rust-vmm-0d2bde29b6 branch April 29, 2024 08:21
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