We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f3013 commit 2cd4bd1Copy full SHA for 2cd4bd1
virtio-queue/CHANGELOG.md
@@ -2,8 +2,14 @@
2
3
## Added
4
5
+- Introduced `RingAccess` trait to handle endianness conversion of ring elements in mock tests.
6
+- Added typed accessor methods to `SplitQueueRing` for safer and more readable load/store of ring fields (e.g., `load_idx`, `store_ring_entry`).
7
+
8
## Changed
9
10
+- Refactored tests and mock infrastructure to use typed accessors instead of raw `Ref`/`ArrayRef` and manual endianness conversion.
11
+- Made `SplitQueueRing` generic over `RingAccess` types.
12
13
## Fixed
14
15
# v0.16.0
0 commit comments