Updated: October 28, 2024 |
Initialize a single virtqueue in the device
#include <qvm/vio.h>
int vio_init_queue(struct vio_state *vsp, unsigned qidx, unsigned max_size)
Use this function during startup, but only after your VDEV_CTRL_OPTIONS_END callback.
EOK if successful; otherwise errno.