Information for one virtqueue on the device (see libhyp/virtq.h)
#include <qvm/vio.h>
struct vio_queue_info {
struct virtq* vq;
struct vio_state* vsp;
struct virtio_virtq_data data;
unsigned max_size;
} ;
A pointer to virtqueue support routine control structure.
A backpointer to the VirtIO state for this queue.
Basic VirtIO data about the queue.
Maximum number of entries the device allows in the queue.