qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/2] virtio-blk: Factor out virtio_blk_handle_sc


From: Fam Zheng
Subject: Re: [Qemu-devel] [PATCH 1/2] virtio-blk: Factor out virtio_blk_handle_scsi_req from virtio_blk_handle_scsi
Date: Thu, 22 May 2014 15:11:50 +0800
User-agent: Mutt/1.5.23 (2014-03-12)

On Thu, 05/22 09:03, Paolo Bonzini wrote:
> Il 22/05/2014 08:36, Fam Zheng ha scritto:
> >-
> >-    if (!req->dev->blk.scsi) {
> >-        status = VIRTIO_BLK_S_UNSUPP;
> >-        goto fail;
> >-    }
> 
> Where did you move this condition?
> 
> Also, the scsi field of VirtIOBlockReq is now unused.

Just realized I missed that. Will fix.

Thanks for reviewing!

Fam



reply via email to

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