State of a VirtIO vdev
#include <qvm/vio.h>
struct vio_state {
struct vio_state_internal* vsip;
struct vio_queue_info* qinfo;
uint32_t driver_features[VIO_MAX_FEATURE_WORDS];
} ;
A pointer to the vdev's internal state information.
A pointer to an array of virtqueue information.
The feature bits accepted by the driver.