[Qemu-devel] [PATCH 13/13] virtio: inline set_host_notifier_internal

2016-10-21 Thread Paolo Bonzini
This is only called from virtio_bus_set_host_notifier. Reviewed-by: Stefan Hajnoczi Reviewed-by: Cornelia Huck Signed-off-by: Paolo Bonzini --- hw/virtio/virtio-bus.c | 62 +- 1 file changed, 26 insertions(+), 36 deletions(-) diff --git a/hw/vir

Re: [Qemu-devel] [PATCH 13/13] virtio: inline set_host_notifier_internal

2016-10-19 Thread Cornelia Huck
On Mon, 10 Oct 2016 13:53:41 +0200 Paolo Bonzini wrote: > This is only called from virtio_bus_set_host_notifier. > > Reviewed-by: Stefan Hajnoczi > Signed-off-by: Paolo Bonzini > --- > v1->v2: rebase after commit a8bba0a ("virtio: Tell the user what went > wrong when event_noti

[Qemu-devel] [PATCH 13/13] virtio: inline set_host_notifier_internal

2016-10-10 Thread Paolo Bonzini
This is only called from virtio_bus_set_host_notifier. Reviewed-by: Stefan Hajnoczi Signed-off-by: Paolo Bonzini --- v1->v2: rebase after commit a8bba0a ("virtio: Tell the user what went wrong when event_notifier_init failed", 2016-09-09) hw/virtio/virtio-bus.c | 62 +++