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 virtio-queue requirement from 0.1 to 0.2 #64

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on virtio-queue to permit the latest version.

Release notes

Sourced from virtio-queue's releases.

virtio-queue v0.2.0 Release

v0.2.0

Added

  • Testing Interface: Added the possibility to initialize a mock descriptor chain from a list of descriptors.
  • Added setters and getters for the queue fields required for extending the Queue in VMMs.

Fixed

  • Apply the appropriate endianness conversion on used_idx.
Commits
  • c1c4c03 update Cargo.toml version to v0.2.0
  • 2cefccf release v0.2.0
  • bbb22d4 Fix test_queue_guard_object on s390x
  • bf4c355 Do endianess conversion on QueueState::used_idx
  • ea8f3e2 build(deps): bump rust-vmm-ci from ee6be8c to 99fe2eb
  • 15effce build(deps): bump rust-vmm-ci from d216a46 to ee6be8c
  • f2a46b3 CODEOWNERS: add myself as a reviewer
  • 1ec72eb move images dir to virtio-queue
  • e2b3836 improve the documentation about testing
  • 2ca74a6 virtio-queue: Add helpers for accessing queue
  • 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 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)