hermit-os / uhyve

A specialized hypervisor for Hermit.
Apache License 2.0
254 stars 29 forks source link

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

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions