rust-vmm / vm-virtio

virtio implementation
Apache License 2.0
361 stars 87 forks source link

Prepare the release of virtio-queue v0.12.0 and virtio-queue-ser v0.9.0 #292

Closed stefano-garzarella closed 5 months ago

stefano-garzarella commented 5 months ago

Summary of the PR

This release contains the new Reader/Writer classes to iterate over descriptors. This is useful for vhost devices (see https://github.com/rust-vmm/vhost-device/pull/580).

Requirements

Before submitting your PR, please make sure you addressed the following requirements:

stefano-garzarella commented 5 months ago

@epilys I can do that, but we are not changing any previous API used by that crates with this release, so I don't know. In addition, I saw that for previous releases we are updating the changelog only when doing the release.

epilys commented 5 months ago

@stefano-garzarella ah ok, makes sense to me!