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

Update kvm-bindings requirement from 0.9.0 to 0.10.0 #15

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2024

Updates the requirements on kvm-bindings to permit the latest version.

Release notes

Sourced from kvm-bindings's releases.

kvm-bindings-v0.10.0

Changelog

[0.10.0]

Added

  • RISC-V KVM bindings for Linux kernel v6.9, including serialization support.
Changelog

Sourced from kvm-bindings's changelog.

[0.10.0]

Added

  • RISC-V KVM bindings for Linux kernel v6.9, including serialization support.

[0.9.1]

Changed

  • Fixed and validated manual (De)Serialize implementations to work with serde_json crate.

[0.9.0]

Changed

  • Replaced the v6.2 bindings of arm64, x86_64 with the v6.9 ones.

Removed

  • Removed v6.2 bindings.

[0.8.2]

Changed

  • Improve performance of bindings deserialization by ~5% by avoiding a temporary allocation.

[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.

[0.7.0]

Changed

  • API change in the bindings from upstream kernel changes:
    • system_event has been made into a new union
  • The x86 module has been renamed to x86_64 for consistency (matches the kernel

... (truncated)

Commits
  • e2d88c0 chore: Prepare 0.10.0 release
  • 7001bd1 build(deps): bump rust-vmm-ci from 55ee075 to 438f36e
  • 4662cea riscv64: Enable custom-tests
  • edeb05f riscv64: Introduce serde feature
  • 79f4d5a riscv64: Introduce fam-wrappers feature
  • f82eed5 x86_64: Fix code coverage
  • 1e28356 arm64: Fix unexpected architecture warning
  • 6eeeed1 riscv64: Introduce RISC-V bindings
  • 20d5736 riscv64: bump rust-vmm-ci from 9f641f2 to 55ee075
  • 670237c chore: Prepare 0.9.1 release
  • 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [kvm-bindings](https://github.com/rust-vmm/kvm-bindings) to permit the latest version.
- [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.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: kvm-bindings
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added area/dependencies Pull requests that update a dependency file rust labels Nov 6, 2024
@simongdavies
Copy link
Contributor

@dependabot ignore this minor version

@dependabot dependabot bot closed this Nov 6, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 6, 2024

OK, I won't notify you about version 0.10.x again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/cargo/kvm-bindings-0.10.0 branch November 6, 2024 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant