On Thu, Jun 09 2022, Paolo Bonzini <[email protected]> wrote: > If the queue PFN is set to zero on a virtio-mmio device, the device is reset. > In that case however the virtio_bus_stop_ioeventfd function was not > called; add it so that the behavior is similar to when status is set to 0. > > Signed-off-by: Paolo Bonzini <[email protected]> > --- > hw/virtio/virtio-mmio.c | 1 + > 1 file changed, 1 insertion(+)
Reviewed-by: Cornelia Huck <[email protected]>
