]> Git Repo - qemu.git/commit - hw/virtio/virtio.c
virtio: export vring_notify as virtio_should_notify
authorPaolo Bonzini <[email protected]>
Sun, 14 Feb 2016 17:17:07 +0000 (18:17 +0100)
committerMichael S. Tsirkin <[email protected]>
Thu, 25 Feb 2016 11:14:18 +0000 (13:14 +0200)
commitadb3feda8daeacb63d14b086ef60ccf963699096
tree051d5b7c93fee864b0ed3c1edc4ae22105cfdbb2
parenta1afb6062e779804d21b206c854425663a194be2
virtio: export vring_notify as virtio_should_notify

Virtio dataplane needs to trigger the irq manually through the
guest notifier.  Export virtio_should_notify so that it can be
used around event_notifier_set.

Signed-off-by: Paolo Bonzini <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
Acked-by: Cornelia Huck <[email protected]>
Reviewed-by: Fam Zheng <[email protected]>
Acked-by: Stefan Hajnoczi <[email protected]>
hw/virtio/virtio.c
include/hw/virtio/virtio.h
This page took 0.025186 seconds and 4 git commands to generate.