On Mon, 10 Oct 2016 13:53:39 +0200 Paolo Bonzini <[email protected]> wrote:
> ioeventfd_disabled was the only reason for the default > implementation of virtio_device_start_ioeventfd_impl not to use > virtio_bus_set_host_notifier. This is now fixed, and the sole entry > point to set up ioeventfd can now be virtio_bus_set_host_notifier. > > Reviewed-by: Stefan Hajnoczi <[email protected]> > Signed-off-by: Paolo Bonzini <[email protected]> > --- > hw/virtio/virtio-bus.c | 4 ++-- > hw/virtio/virtio.c | 8 +++----- > include/hw/virtio/virtio-bus.h | 5 ----- > 3 files changed, 5 insertions(+), 12 deletions(-) Reviewed-by: Cornelia Huck <[email protected]>
