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.
Description:
The vdev can call this function to re-intialize the device; this usually occurs at the request of the driver.
Page updated:
