nuttx-update/drivers/virtio
wangyongrong 67ceba3cd6 virtio-blk.c: add spin lock to fix get/add virtqueue buffer at the same time err
Virtqueues are used in both user thread and interrupt, so add spinlock to protect
them.

Signed-off-by: wangyongrong <wangyongrong@xiaomi.com>
2024-10-06 08:37:53 +08:00
..
CMakeLists.txt virtio-pci: extract common part of virtio pci modern and leagcy 2024-09-15 02:22:16 +08:00
Kconfig virtio-serial: support custom the virtio serial device name 2024-10-06 08:37:53 +08:00
Make.defs virtio-pci: extract common part of virtio pci modern and leagcy 2024-09-15 02:22:16 +08:00
virtio-blk.c virtio-blk.c: add spin lock to fix get/add virtqueue buffer at the same time err 2024-10-06 08:37:53 +08:00
virtio-blk.h virtio: add virtio framework in NuttX 2023-08-10 03:39:39 +08:00
virtio-gpu.c virtio/gpu: minor revision on virtio_gpu_send_cmd() 2024-04-01 00:27:16 +08:00
virtio-gpu.h virtio-gpu: convert virito-gpu fb_register to virtio_gpu_fb_register 2023-12-13 09:05:17 -08:00
virtio-input.c drivers/input: enable touch/kbd/mouse for virtio input 2024-08-19 20:08:50 +08:00
virtio-input.h drivers/virtio: add virtio input driver 2023-08-13 11:47:39 -03:00
virtio-mmio.c virtio-mmio: add secure virtio mmio device register api 2024-10-06 08:37:53 +08:00
virtio-net.c wifisim: Support the setting of the number of simulated WiFi interfaces. 2024-08-21 13:25:53 +08:00
virtio-net.h virtio: add virtio framework in NuttX 2023-08-10 03:39:39 +08:00
virtio-pci-legacy.c drivers: fix gcc14 errors for virtio 2024-09-16 11:25:40 -03:00
virtio-pci-modern.c drivers: fix gcc14 errors for virtio 2024-09-16 11:25:40 -03:00
virtio-pci.c virtio-pci.c: polling mode support 2024-09-15 02:22:16 +08:00
virtio-pci.h virtio-pci.c: polling mode support 2024-09-15 02:22:16 +08:00
virtio-rng.c virtio-rng.c: add spin lock to fix get/add virtqueue buffer at the same time err 2024-10-06 08:37:53 +08:00
virtio-rng.h virtio: add virtio framework in NuttX 2023-08-10 03:39:39 +08:00
virtio-rpmb.c rpmb: add virtio rpmb support 2023-09-09 00:13:25 +08:00
virtio-rpmb.h rpmb: add virtio rpmb support 2023-09-09 00:13:25 +08:00
virtio-serial.c virtio-serial: support custom the virtio serial device name 2024-10-06 08:37:53 +08:00
virtio-serial.h virtio: add virtio framework in NuttX 2023-08-10 03:39:39 +08:00
virtio-snd.c audio:add getlatency for virtio snd driver 2024-10-06 08:37:53 +08:00
virtio-snd.h audio:add virtio snd driver 2023-08-11 20:40:40 +08:00
virtio.c driver/virtio: Check driver isn't NULL before calling remove 2024-10-05 12:05:13 -03:00