[PATCH v2 0/3] virtio-spi: Sync Linux headers and add vhost-user-spi device support

Haixu Cui posted 3 patches 2 weeks, 1 day ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251030083413.1532360-1-quic._5Fhaixcui@quicinc.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Haixu Cui <quic_haixcui@quicinc.com>, "Michael S. Tsirkin" <mst@redhat.com>, Stefano Garzarella <sgarzare@redhat.com>, Cornelia Huck <cohuck@redhat.com>
[PATCH v2 0/3] virtio-spi: Sync Linux headers and add vhost-user-spi device support
Posted by Haixu Cui 2 weeks, 1 day ago
This patch series introduces vhost-user-spi device support to QEMU
and synchronizes relevant standard headers from upstream Linux.

The series consists of the following changes:
1. Synchronize virtio_ids.h from Linux kernel (v6.18-rc3) using
   scripts/update-linux-headers.sh.
2. Synchronize virtio_spi.h from Linux kernel (v6.18-rc3) using
   scripts/update-linux-headers.sh.
3. Implement vhost-user-spi and vhost-user-spi-pci devices in QEMU,
   enabling virtio-based SPI communication via the vhost-user protocol.

The new device implementation follows the virtio-spi specification and
leverages the upstream Linux virtio-spi driver. This enables QEMU to emulate
SPI devices using the vhost-user protocol, facilitating integration with external
SPI daemons and improving virtualization support for SPI peripherals.

Changes between V2 and V1:
- Added vhost-user-spi entry in docs/system/devices/virtio/vhost-user.rst