qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v4 7/7] virtio-scsi: Handle TMF request cancella


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v4 7/7] virtio-scsi: Handle TMF request cancellation asynchronously
Date: Mon, 29 Sep 2014 12:11:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1

Il 28/09/2014 03:48, Fam Zheng ha scritto:
> +        virtio_scsi_complete_req(req);
> +    } else {
> +        assert(r = -EINPROGRESS);
> +    }
>  }

= instead of == here.

Apart from this, the patch looks good.  Thanks!

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]