Re: [Qemu-devel] [PATCH 4/8] virtio: export vring_notify as virtio_should_notify

2016-02-15 Thread Fam Zheng
On Sun, 02/14 18:17, Paolo Bonzini wrote: > 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 > --- > hw/virtio/virtio.c

Re: [Qemu-devel] [PATCH 4/8] virtio: export vring_notify as virtio_should_notify

2016-02-15 Thread Cornelia Huck
On Sun, 14 Feb 2016 18:17:07 +0100 Paolo Bonzini wrote: > 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

[Qemu-devel] [PATCH 4/8] virtio: export vring_notify as virtio_should_notify

2016-02-14 Thread Paolo Bonzini
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 --- hw/virtio/virtio.c | 4 ++-- include/hw/virtio/virtio.h | 1 + 2 files