nuttx/drivers/virtio
Zhe Weng c18535ba31 drivers/virtio-gpu: Avoid signal interrupt the sem wait
If user received signal when waiting command to complete, the driver
will quit the waiting and release the sem, then the complete callback
will post on a freed sem.

Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2026-04-21 01:35:54 +08:00
..
CMakeLists.txt virtio/crypto: support virtio crypto driver 2026-04-21 01:22:33 +08:00
Kconfig virtio/crypto: support virtio crypto driver 2026-04-21 01:22:33 +08:00
Make.defs virtio/crypto: support virtio crypto driver 2026-04-21 01:22:33 +08:00
virtio-blk.c drivers/virtio-blk: remove the debug sched_note_printf 2026-04-21 01:35:50 +08:00
virtio-blk.h drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
virtio-crypto.c drivers/virtio: support bmp mode for all the virtio drivers 2026-04-21 01:33:41 +08:00
virtio-crypto.h virtio/crypto: support virtio crypto driver 2026-04-21 01:22:33 +08:00
virtio-gpu.c drivers/virtio-gpu: Avoid signal interrupt the sem wait 2026-04-21 01:35:54 +08:00
virtio-gpu.h drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
virtio-input.c drivers/virtio: support bmp mode for all the virtio drivers 2026-04-21 01:33:41 +08:00
virtio-input.h drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
virtio-mmio.c virtio: fix sched_note api change 2026-04-21 01:34:43 +08:00
virtio-net.c virtio: should use size matched operation to read virtio config space 2026-04-21 01:35:11 +08:00
virtio-net.h drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
virtio-pci-legacy.c virtio-transport: modify the read/write_config() length type to size_t 2026-04-21 01:29:22 +08:00
virtio-pci-modern.c virtio-transport: modify the read/write_config() length type to size_t 2026-04-21 01:29:22 +08:00
virtio-pci.c drivers/virtio-pci: add bmp support for virtio pci transport 2026-04-21 01:33:40 +08:00
virtio-pci.h virtio/virtio-pci: support PCI INTX irq mode for virtio-pci transport 2026-04-21 01:17:11 +08:00
virtio-rng.c drivers/virtio: support bmp mode for all the virtio drivers 2026-04-21 01:33:41 +08:00
virtio-rng.h drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
virtio-rpmb.c drivers/virtio: support bmp mode for all the virtio drivers 2026-04-21 01:33:41 +08:00
virtio-rpmb.h drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
virtio-rpmsg.c drivers/virtio: support bmp mode for all the virtio drivers 2026-04-21 01:33:41 +08:00
virtio-rpmsg.h virtio and vhost-rpmsg: add virtio and vhost rpmsg device support 2026-04-21 01:17:58 +08:00
virtio-serial.c drivers/virtio: support bmp mode for all the virtio drivers 2026-04-21 01:33:41 +08:00
virtio-serial.h drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
virtio-snd.c drivers/virtio-snd: remove the debug sched_note_printf 2026-04-21 01:35:50 +08:00
virtio-snd.h drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
virtio.c driver/virtio and vhost: support bmp for virtio and vhost bus 2026-04-21 01:33:40 +08:00