vio_reset()

Re-initialize the device

Synopsis:

#include <qvm/vio.h>
void vio_reset(struct vio_state *vsp)

Arguments:

vsp
A pointer to the vdev's state structure.

Library:

Provided by qvm; no external library is required.

Description:

The vdev can call this function to re-intialize the device; this usually occurs at the request of the driver.