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