vhost-device/vhost-device-spi/src
Haixu Cui d12bf9886d vhost-device-spi: Add initial implementation
This program is a vhost-user backend that emulates a VirtIO SPI bus.
This program takes the layout of the spi bus and its devices on the host
OS and then talks to them via the /dev/spidevX.Y interface when a request
comes from the guest OS for a SPI device.

The implementation corresponds with the specification:
https://github.com/oasis-tcs/virtio-spec/tree/virtio-1.4/device-types/spi

Signed-off-by: Haixu Cui <quic_haixcui@quicinc.com>
2024-07-29 09:51:40 +02:00
..
linux_spi.rs vhost-device-spi: Add initial implementation 2024-07-29 09:51:40 +02:00
main.rs vhost-device-spi: Add initial implementation 2024-07-29 09:51:40 +02:00
spi.rs vhost-device-spi: Add initial implementation 2024-07-29 09:51:40 +02:00
vhu_spi.rs vhost-device-spi: Add initial implementation 2024-07-29 09:51:40 +02:00
virtio_spi.rs vhost-device-spi: Add initial implementation 2024-07-29 09:51:40 +02:00