vio_reset()
Reset device state fields to their initial values
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 reset the device state fields to their initial values, thereby reintializing the device. This usually occurs at the request of the driver.
Page updated:
