From 59ee4fec16c55d0e32084decb14972026feb689e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Wed, 10 Sep 2025 11:04:47 +0100 Subject: [PATCH] vhost-device-spi: update link to kernel driver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We are now at the v9 of the patch series. Signed-off-by: Alex Bennée --- vhost-device-spi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vhost-device-spi/README.md b/vhost-device-spi/README.md index f0ba19b..c3a9562 100644 --- a/vhost-device-spi/README.md +++ b/vhost-device-spi/README.md @@ -43,7 +43,7 @@ vhost-device-spi [OPTIONS] For testing the device the required dependencies are: - Linux: - Integrate *virtio-spi* driver: - - https://lwn.net/Articles/966715/ + - [[PATCH v9 0/3] Virtio SPI Linux driver](https://lore.kernel.org/all/20250828093451.2401448-1-quic_haixcui@quicinc.com/) - Set `CONFIG_SPI_VIRTIO=y` - QEMU: - Integrate vhost-user-spi QEMU device: