incomplete handling of virtio scsi events #1441
Labels
Comments
38 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


The virtio_scsi driver enqueues buffers to the eventq but does not actually handle them on completion. The following events could be reported to the driver which require some action to be taken:
Additionally, virtio_scsi_event_complete could simply reuse the closure rather than calling virtio_scsi_enqueue_event to create a new one.
See "5.6.6.3 Device Operation: eventq" in the virtio-1.1 spec for more information. It may be worth doing a little survey of the cloud providers we support and see what types of hotplug or parameter change events might take place.
The text was updated successfully, but these errors were encountered: