Add new workspace under staging/ subdirectory

Add a new workspace for devices that have no final specification merged
into the virtio spec.

Closes #459

Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
This commit is contained in:
Manos Pitsidianakis 2023-10-05 13:11:33 +03:00 committed by Viresh Kumar
parent 25cba8ea70
commit 54b5db72e0
4 changed files with 37 additions and 0 deletions

View file

@ -15,6 +15,22 @@ Here is the list of device backends that we support:
- [SCSI](https://github.com/rust-vmm/vhost-device/blob/main/crates/vhost-device-scsi/README.md)
- [VSOCK](https://github.com/rust-vmm/vhost-device/blob/main/crates/vhost-device-vsock/README.md)
For `vhost-user` device backends that have no final specification merged into
the [VIRTIO specification](https://github.com/oasis-tcs/virtio-spec), or have partial functionality, we have a [staging
workspace](./staging/).
More information may be found in its [README file](./staging/README.md).
Here is the list of device backends in **staging**:
- Currently none.
<!--
Template:
- [`_DEVICE_NAME_`](https://github.com/rust-vmm/vhost-device/blob/main/staging/vhost-device-_DEVICE_NAME_/README.md)
-->
## Testing and Code Coverage
Like the wider rust-vmm project we expect new features to come with