|
| From: | Paolo Bonzini |
| 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 09:03:47 +0200 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 |
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. Paolo
| [Prev in Thread] | Current Thread | [Next in Thread] |