Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 16, 2025

Bumps kvm-ioctls from 0.17.0 to 0.19.1.

Changelog

Sourced from kvm-ioctls's changelog.

v0.19.1

Fixed

  • [#298]: Fixed incorrect usage of ioctl_wit_ref in the create_device method. Replace it with ioctl_wit_mut_ref as the passed parameter may be mutated by the ioctl.

v0.19.0

Added

  • [#275]: Introduce riscv64 ioctls.

Removed

  • [#289]: Drop x86 32-bit and arm 32-bit support.

Changed

  • [#273]: DeviceFd::get_device_attr is now marked as unsafe.
  • [#277]: Updated kvm-bindings to 0.9.1.

v0.18.0

Added

  • [#264]: Added KVM_SET_USER_MEMORY_REGION2, KVM_CREATE_GUEST_MEMFD and KVM_SET_MEMORY_ATTRIBUTES ioctls.
  • [#267]: Added HypercallExit field to VcpuExit::Hypercall and added ExitHypercall to Cap.
  • [#270]: Added MemoryFaultInfo to Cap and propagated MemoryFault exit reason in KVM_RUN.
Commits
  • 3556da9 chore: Prepare 0.19.1 release
  • 9210e9d fix: use correct ioctl wrapper for create_device
  • 701517a chore: Prepare 0.19.0 release
  • 2b4eec5 chore: Remove redundant prefixing
  • 65c754c chore: Update CHANGELOG.md
  • 86231e3 arm: Drop arm architecture support
  • e8932c5 x86: Drop x86 architecture support
  • b26d74c riscv64: Update README.md
  • 1f1b34e chore: Update CHANGELOG.md
  • 9f67a1a ci: Enable riscv64 CI
  • Additional commits viewable in compare view

Dependabot compatibility score

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [kvm-ioctls](https://github.com/rust-vmm/kvm) from 0.17.0 to 0.19.1.
- [Release notes](https://github.com/rust-vmm/kvm/releases)
- [Changelog](https://github.com/rust-vmm/kvm/blob/v0.19.1/CHANGELOG.md)
- [Commits](rust-vmm/kvm@v0.17.0...v0.19.1)

---
updated-dependencies:
- dependency-name: kvm-ioctls
  dependency-version: 0.19.1
  dependency-type: direct:production
...

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 Apr 16, 2025
@andrewjj20 andrewjj20 force-pushed the dependabot/cargo/kvm-ioctls-0.19.1 branch from e01b695 to 4cb3ae0 Compare April 16, 2025 23:30
@andrewjj20 andrewjj20 force-pushed the dependabot/cargo/kvm-ioctls-0.19.1 branch from 4cb3ae0 to d8c4806 Compare April 16, 2025 23:32
@andrewjj20 andrewjj20 requested a review from cmouzaoui April 16, 2025 23:33
@andrewjj20
Copy link
Contributor

We don't really use the API in question. It is probably worth updating the kvm-ioctl version and going to latest instead of first without the bug. Going to do that in a separate PR.

@andrewjj20 andrewjj20 closed this Apr 17, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 17, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/kvm-ioctls-0.19.1 branch April 17, 2025 18:09
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.

2 participants