Move crates/sound to vhost-device-sound

Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
This commit is contained in:
Manos Pitsidianakis 2023-10-16 14:56:03 +03:00
parent de1c308c62
commit 3a089149be
No known key found for this signature in database
GPG key ID: 7729C7707F7E09D0
17 changed files with 2 additions and 2 deletions

View file

@ -7,6 +7,6 @@ members = [
"vhost-device-rng",
"vhost-device-scsi",
"vhost-device-scmi",
"crates/sound",
"vhost-device-sound",
"vhost-device-vsock",
]

View file

@ -13,7 +13,7 @@ Here is the list of device backends that we support:
- [RNG](https://github.com/rust-vmm/vhost-device/blob/main/vhost-device-rng/README.md)
- [SCMI](https://github.com/rust-vmm/vhost-device/blob/main/vhost-device-scmi/README.md)
- [SCSI](https://github.com/rust-vmm/vhost-device/blob/main/vhost-device-scsi/README.md)
- [Sound](https://github.com/rust-vmm/vhost-device/blob/main/crates/sound/README.md)
- [Sound](https://github.com/rust-vmm/vhost-device/blob/main/vhost-device-sound/README.md)
- [VSOCK](https://github.com/rust-vmm/vhost-device/blob/main/vhost-device-vsock/README.md)
For `vhost-user` device backends that have no final specification merged into