From a4857f122d3e38befb48034b8aeae5093d7976e4 Mon Sep 17 00:00:00 2001 From: Stefano Garzarella Date: Wed, 19 Jul 2023 10:53:32 +0200 Subject: [PATCH] README: add reference to the scsi device When we merged the SCSI device, we forgot to put it in the workspace README.md and put the link to the device README.md. Signed-off-by: Stefano Garzarella --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c6e42f..372f225 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Here is the list of device backends that we support: - [GPIO](https://github.com/rust-vmm/vhost-device/blob/main/crates/gpio/README.md) - [I2C](https://github.com/rust-vmm/vhost-device/blob/main/crates/i2c/README.md) - [RNG](https://github.com/rust-vmm/vhost-device/blob/main/crates/rng/README.md) +- [SCSI](https://github.com/rust-vmm/vhost-device/blob/main/crates/scsi/README.md) - [VSOCK](https://github.com/rust-vmm/vhost-device/blob/main/crates/vsock/README.md) ## Testing and Code Coverage