Revision 653c1c3f

b/hw/scsi-disk.c
1007 1007

  
1008 1008
    command = buf[0];
1009 1009
    outbuf = (uint8_t *)r->iov.iov_base;
1010
    DPRINTF("Command: lun=%d tag=0x%x data=0x%02x", lun, tag, buf[0]);
1010
    DPRINTF("Command: lun=%d tag=0x%x data=0x%02x", req->lun, req->tag, buf[0]);
1011 1011

  
1012 1012
    if (scsi_req_parse(&r->req, buf) != 0) {
1013 1013
        BADF("Unsupported command length, command %x\n", command);

Also available in: Unified diff