Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information