nuttx-update/drivers/vhost
rongyichang 39780fdae1 drivers/vhost-rng: fix compile error in vhost-rng.
vhost/vhost-rng.c:154:9: error: too few arguments to function 'virtio_create_virtqueues'
  154 |   ret = vhost_create_virtqueues(hdev, 0, 1, vqnames, callback);

Signed-off-by: rongyichang <rongyichang@xiaomi.com>
2025-01-12 00:06:12 +08:00
..
CMakeLists.txt drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
Kconfig drivers/vhost-rng: add vhost rng driver support for NuttX 2024-10-03 17:37:40 +08:00
Make.defs drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
vhost-rng.c drivers/vhost-rng: fix compile error in vhost-rng. 2025-01-12 00:06:12 +08:00
vhost-rng.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
vhost.c drivers/vhost: fix compile error while get vhost status. 2025-01-12 00:06:12 +08:00