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-ioctls requirement from 0.18.0 to 0.19.0 #12

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Changelog

Sourced from kvm-ioctls's changelog.

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.

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.

v0.16.0

Added

  • [#242] x86: add support for SMI injection via Vcpu::smi() (KVM_SMI ioctl).
  • [#241] Add support for userspace MSR handling.
  • [#246] Add support for userspace NMI injection (KVM_NMI ioctl).
  • [#244] add support for coalesced MMIO (KVM_CAP_COALESCED_MMIO / KVM_CAP_COALESCED_PIO)

Changed

... (truncated)

Commits
  • 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
  • 7274d86 x86: Repurpose test_set_gsi_routing
  • 4e1c6c4 riscv64: Add vm related unit-tests
  • 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-ioctls](https://github.com/rust-vmm/kvm-ioctls) to permit the latest version.
- [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@v0.18.0...v0.19.0)

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

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 Nov 5, 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.19.x again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/cargo/kvm-ioctls-0.19.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
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