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