On Mon, 10 Oct 2016 13:53:33 +0200 Paolo Bonzini <[email protected]> wrote:
> This will be used to forbid iothread configuration when the > proxy does not allow using ioeventfd. To simplify the implementation, > change the direction of the ioeventfd_disabled callback too. > > Reviewed-by: Stefan Hajnoczi <[email protected]> > Signed-off-by: Paolo Bonzini <[email protected]> > --- > v1->v2: check k->ioeventfd_assign in virtio_bus_ioeventfd_enabled > > hw/s390x/virtio-ccw.c | 6 +++--- > hw/virtio/virtio-bus.c | 10 +++++++++- > hw/virtio/virtio-mmio.c | 6 +++--- > hw/virtio/virtio-pci.c | 6 +++--- > hw/virtio/virtio.c | 8 ++++++++ > include/hw/virtio/virtio-bus.h | 8 +++++--- > include/hw/virtio/virtio.h | 1 + > 7 files changed, 32 insertions(+), 13 deletions(-) Reviewed-by: Cornelia Huck <[email protected]>
