Re: [Qemu-devel] [PATCH 08/12] virtio: remove set_handler argument from set_host_notifier_internal

2016-09-30 Thread Stefan Hajnoczi
On Wed, Sep 21, 2016 at 03:18:55PM +0200, Paolo Bonzini wrote: > Make virtio_device_start_ioeventfd_impl use the same logic as > dataplane to set up the host notifier. This removes the need > for the set_handler argument in set_host_notifier_internal. > > This is a first step towards using virtio

[Qemu-devel] [PATCH 08/12] virtio: remove set_handler argument from set_host_notifier_internal

2016-09-21 Thread Paolo Bonzini
Make virtio_device_start_ioeventfd_impl use the same logic as dataplane to set up the host notifier. This removes the need for the set_handler argument in set_host_notifier_internal. This is a first step towards using virtio_bus_set_host_notifier as the sole entry point to set up ioeventfds. At