Files
nuttx/drivers
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
..
2024-12-22 18:43:26 +08:00
2024-12-22 18:43:26 +08:00
2025-01-08 09:28:58 +08:00