diff options
author | Michael S. Tsirkin | 2012-04-16 09:11:12 -0500 |
---|---|---|
committer | Michael S. Tsirkin | 2012-05-02 10:22:14 -0500 |
commit | 64d098886e0ec01f88349fe757161c2e2e89086b (patch) | |
tree | 88f3daa1187f1fa8e84c56859fc4e2adc81b0e95 /tools/virtio/linux | |
parent | e4ae004b84b315dd4b762e474f97403eac70f76a (diff) | |
download | kernel-omap-64d098886e0ec01f88349fe757161c2e2e89086b.tar.gz kernel-omap-64d098886e0ec01f88349fe757161c2e2e89086b.tar.xz kernel-omap-64d098886e0ec01f88349fe757161c2e2e89086b.zip |
virtio/tools: add delayed interupt mode
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tools/virtio/linux')
-rw-r--r-- | tools/virtio/linux/virtio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/virtio/linux/virtio.h b/tools/virtio/linux/virtio.h index 7579f19e61e0..81847dd08bd0 100644 --- a/tools/virtio/linux/virtio.h +++ b/tools/virtio/linux/virtio.h | |||
@@ -203,6 +203,7 @@ void *virtqueue_get_buf(struct virtqueue *vq, unsigned int *len); | |||
203 | void virtqueue_disable_cb(struct virtqueue *vq); | 203 | void virtqueue_disable_cb(struct virtqueue *vq); |
204 | 204 | ||
205 | bool virtqueue_enable_cb(struct virtqueue *vq); | 205 | bool virtqueue_enable_cb(struct virtqueue *vq); |
206 | bool virtqueue_enable_cb_delayed(struct virtqueue *vq); | ||
206 | 207 | ||
207 | void *virtqueue_detach_unused_buf(struct virtqueue *vq); | 208 | void *virtqueue_detach_unused_buf(struct virtqueue *vq); |
208 | struct virtqueue *vring_new_virtqueue(unsigned int num, | 209 | struct virtqueue *vring_new_virtqueue(unsigned int num, |