[PATCH v2 0/6] virtio-scsi patches for 3.16 + midlayer fix

2014-06-04 Thread Paolo Bonzini
As mentioned in the v1 submission, these patches were delayed a bit by the discussion and testing of patch 5. Debugging the problem also led to the discovery of a midlayer bug fixed by patch 4. Paolo v1-v2: fix all occurrences of scmd-result |= DID_TIME_OUT 16 in patch 4 Ming Lei (2):

Re: [PATCH v2 0/6] virtio-scsi patches for 3.16 + midlayer fix

2014-06-04 Thread Bart Van Assche
On 06/04/14 12:11, Paolo Bonzini wrote: v1-v2: fix all occurrences of scmd-result |= DID_TIME_OUT 16 in patch 4 Hello Paolo, Thanks for the quick respin. However, since you are mentioning that in v2 all occurrences of scmd-result |= DID_TIME_OUT 16 have been addressed, this made me

Re: [PATCH v2 0/6] virtio-scsi patches for 3.16 + midlayer fix

2014-06-04 Thread Paolo Bonzini
Il 04/06/2014 13:21, Bart Van Assche ha scritto: Thanks for the quick respin. However, since you are mentioning that in v2 all occurrences of scmd-result |= DID_TIME_OUT 16 have been addressed, this made me wonder whether you had noticed the following code in scsi_decide_disposition() ?