Move crates/sound to vhost-device-sound
Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
This commit is contained in:
parent
de1c308c62
commit
3a089149be
17 changed files with 2 additions and 2 deletions
|
|
@ -7,6 +7,6 @@ members = [
|
|||
"vhost-device-rng",
|
||||
"vhost-device-scsi",
|
||||
"vhost-device-scmi",
|
||||
"crates/sound",
|
||||
"vhost-device-sound",
|
||||
"vhost-device-vsock",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue