[Qemu-devel] [PATCH 03/13] virtio: move ioeventfd_started flag to VirtioBusState

2016-10-21 Thread Paolo Bonzini
This simplifies the code and removes the ioeventfd_started and ioeventfd_set_started callback. The only difference is in how virtio-ccw handles an error---it doesn't disable ioeventfd forever anymore. It was the only backend to do so, and if desired this behavior should be implemented in virtio-

Re: [Qemu-devel] [PATCH 03/13] virtio: move ioeventfd_started flag to VirtioBusState

2016-10-18 Thread Cornelia Huck
On Mon, 10 Oct 2016 13:53:31 +0200 Paolo Bonzini wrote: > This simplifies the code and removes the ioeventfd_started > and ioeventfd_set_started callback. The only difference is > in how virtio-ccw handles an error---it doesn't disable > ioeventfd forever anymore. It was the only backend to do

[Qemu-devel] [PATCH 03/13] virtio: move ioeventfd_started flag to VirtioBusState

2016-10-10 Thread Paolo Bonzini
This simplifies the code and removes the ioeventfd_started and ioeventfd_set_started callback. The only difference is in how virtio-ccw handles an error---it doesn't disable ioeventfd forever anymore. It was the only backend to do so, and if desired this behavior should be implemented in virtio-b