[Qemu-devel] [PATCH 05/13] virtio: introduce virtio_device_ioeventfd_enabled

2016-10-21 Thread Paolo Bonzini
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 Reviewed-by: Cornelia Huck Signed-off-by: Paolo Bonzini --- v2->v3

Re: [Qemu-devel] [PATCH 05/13] virtio: introduce virtio_device_ioeventfd_enabled

2016-10-19 Thread Cornelia Huck
On Mon, 10 Oct 2016 13:53:33 +0200 Paolo Bonzini 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 > Signed

[Qemu-devel] [PATCH 05/13] virtio: introduce virtio_device_ioeventfd_enabled

2016-10-10 Thread Paolo Bonzini
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 Signed-off-by: Paolo Bonzini --- v1->v2: check k->ioeventfd_assign