rust-vmm / vhost-user-backend

Deprecated repository, code now lives in: https://github.com/rust-vmm/vhost/
Apache License 2.0
18 stars 16 forks source link

Update vhost requirement from 0.3 to 0.4 #66

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on vhost to permit the latest version.

Release notes

Sourced from vhost's releases.

v0.4.0

Added

  • #109 vhost_kern: vdpa: Override the implementation of valid()

Fixed

  • #102 Fix warnings and update test coverage
  • #104 fix CODEOWNERS file
  • #107 vhost_kern/vdpa: fix get_iova_range()
Changelog

Sourced from vhost's changelog.

[v0.4.0]

Added

Fixed

[v0.3.0]

Added

Changed

Fixed

  • [#98](rust-vmm/vhost#98) fix a bug in SlaveReqHandler::set_config() which passes wrong configuration data to backend

Deprecated

[v0.2.0]

Added

Changed

[v0.1.0]

First release

Commits
  • 7772f02 Release v0.4.0
  • 4fa4356 vhost_kern: vdpa: Override valid()
  • 171603c build(deps): bump rust-vmm-ci from d216a46 to 99fe2eb
  • c605e7a vhost_kern/vdpa: fix get_iova_range()
  • 4bc87ad fix CODEOWNERS file
  • 8b4f6d4 Fix warnings and adjust test coverage
  • 8b4e5d8 build(deps): bump rust-vmm-ci from b6858b2 to d216a46
  • 4e1101f build(deps): bump rust-vmm-ci from aee82cf to b6858b2
  • See full diff 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 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)