On 11/01/2016 09:49, Peter Lieven wrote:
> > + if (task != NULL && task->status == SCSI_STATUS_CHECK_CONDITION
> > + && task->sense.key == SCSI_SENSE_UNIT_ATTENTION) {
> > + break;
> > + }
>
> Paolo, Ronnie, do you know what Readcapacity(10) returns if the target
> blocks count is greater than what can be described in 32bit?
Yes, it returns 0xFFFFFFFF.
> Anyway, is there a new version of this patch? I would also like to have a look
> before it is commited.
See https://github.com/bonzini/qemu/commit/1efcbda37.
Paolo