This RFC is to trigger the discussion about to poll and kick theHow can this happen?
virtqueue on purpose in virtio-scsi timeout handler.
The virtio-scsi relies on the virtio vring shared between VM and host.
The VM side produces requests to vring and kicks the virtqueue, while the
host side produces responses to vring and interrupts the VM side.
By default the virtio-scsi handler depends on the host timeout handler
by BLK_EH_RESET_TIMER to give host a chance to perform EH.
However, this is not helpful for the case that the responses are available
on vring but the notification from host to VM is lost.