Skip to content

Commit 2cefccf

Browse files
andreeaflorescuslp
authored andcommitted
release v0.2.0
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>
1 parent bbb22d4 commit 2cefccf

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

crates/virtio-queue/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# v0.2.0
2+
3+
## Added
4+
5+
- *Testing Interface*: Added the possibility to initialize a mock descriptor
6+
chain from a list of descriptors.
7+
- Added setters and getters for the queue fields required for extending the
8+
`Queue` in VMMs.
9+
10+
## Fixed
11+
12+
- Apply the appropriate endianness conversion on `used_idx`.
13+
14+
# v0.1.0
15+
16+
This is the first release of the crate.

0 commit comments

Comments
 (0)