All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] virtio-spi: Sync Linux headers and add vhost-user-spi device support
@ 2025-12-16  3:21 Haixu Cui
  2025-12-16  3:21 ` [PATCH v3 1/2] standard-headers: Update virtio_spi.h from Linux v6.18-rc3 Haixu Cui
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Haixu Cui @ 2025-12-16  3:21 UTC (permalink / raw)
  To: manos.pitsidianakis, alex.bennee, viresh.kumar, quic_tsoni,
	qemu-devel, mst, zhiqiang.tu

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_spi.h from Linux kernel (v6.18-rc3) using
   scripts/update-linux-headers.sh.
2. 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 V3 and V2:
- Removed the patch to update virtio_ids.h since it is already updated
Changes between V2 and V1:
- Added vhost-user-spi entry in docs/system/devices/virtio/vhost-user.rst





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-01-13  7:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-16  3:21 [PATCH v3 0/2] virtio-spi: Sync Linux headers and add vhost-user-spi device support Haixu Cui
2025-12-16  3:21 ` [PATCH v3 1/2] standard-headers: Update virtio_spi.h from Linux v6.18-rc3 Haixu Cui
2025-12-16  3:21 ` [PATCH v3 2/2] virtio-spi: Add vhost-user-spi device support Haixu Cui
2026-01-13  7:20 ` [PATCH v3 0/2] virtio-spi: Sync Linux headers and add " Haixu Cui
2026-01-13  7:31   ` Michael S. Tsirkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.