Skip to content

Commit

Permalink
release v0.2.0
Browse files Browse the repository at this point in the history
This release corrects the endianess for `used_idx` and adds some helper
functions for setting/getting fields in the queue. The later is used for
consuming the queue in Cloud Hypervisor.

Signed-off-by: Andreea Florescu <fandree@amazon.com>
  • Loading branch information
andreeaflorescu authored and slp committed Mar 4, 2022
1 parent bbb22d4 commit 2cefccf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions crates/virtio-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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`.

# v0.1.0

This is the first release of the crate.

0 comments on commit 2cefccf

Please sign in to comment.