On Wed, 16 Nov 2016 21:53:07 +0000 Stefan Hajnoczi <stefa...@redhat.com> wrote:
> virtio_queue_notify_vq() checks vdev->broken before invoking the > handler, virtio_queue_notify_aio_vq() should too. > > Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com> > --- > hw/virtio/virtio.c | 4 ++++ > 1 file changed, 4 insertions(+) Reviewed-by: Cornelia Huck <cornelia.h...@de.ibm.com> I think this makes sense as a fix independent of your other patches.