commit | 49e7e31aa00a9fb466203de19120fe5c4459cac0 | [log] [tgz] |
---|---|---|
author | Fam Zheng <famz@redhat.com> | Tue Sep 30 11:40:23 2014 +0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Sep 30 13:30:51 2014 +0200 |
tree | a1d711c93218beb0f3f3681d33b15959bec1699a | |
parent | 8e0a9320e94930fd6e5c2906c478203b80392f5c [diff] |
virtio-scsi: Handle TMF request cancellation asynchronously For VIRTIO_SCSI_T_TMF_ABORT_TASK and VIRTIO_SCSI_T_TMF_ABORT_TASK_SET, use scsi_req_cancel_async to start the cancellation. Because each tmf command may cancel multiple requests, we need to use a counter to track the number of remaining requests we still need to wait for. Signed-off-by: Fam Zheng <famz@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>