Re: [PATCH 3/4] virtio: stop ioeventfd on reset

2022-06-09 Thread Cornelia Huck
On Thu, Jun 09 2022, Paolo Bonzini wrote: > All calls to virtio_bus_reset are preceded by virtio_bus_stop_ioeventfd, > move the call in virtio_bus_reset: that makes sense and clarifies > that the vdc->reset function is called with ioeventfd already stopped. > > Signed-off-by: Paolo Bonzini > ---

[PATCH 3/4] virtio: stop ioeventfd on reset

2022-06-09 Thread Paolo Bonzini
All calls to virtio_bus_reset are preceded by virtio_bus_stop_ioeventfd, move the call in virtio_bus_reset: that makes sense and clarifies that the vdc->reset function is called with ioeventfd already stopped. Signed-off-by: Paolo Bonzini --- hw/s390x/virtio-ccw.c | 1 - hw/virtio/virtio-bus.c