Revision 47ce9ef7

b/hw/virtio-blk.c
147 147

  
148 148
static void virtio_blk_handle_scsi(VirtIOBlockReq *req)
149 149
{
150
#ifdef __linux__
150 151
    int ret;
151
    int status = VIRTIO_BLK_S_OK;
152 152
    int i;
153
#endif
154
    int status = VIRTIO_BLK_S_OK;
153 155

  
154 156
    /*
155 157
     * We require at least one output segment each for the virtio_blk_outhdr

Also available in: Unified diff