vio_put_iov()

Finish handling a VIRTIO request

Synopsis:

#include <qvm/vio.h>
void vio_put_iov(const vdev_t *vdp,
                 struct vio_iov *iov)

Arguments:

vdp
A pointer to a vdev's state structure.
iov
A pointer to the converted request structure.

Description:

This function is meant to be called by a vdev after it called vio_get_iov() to convert a VIRTIO descriptor request into an IOV and has now finished using the converted request structure and wants to release its resources.

Page updated: