Message ID | a8802cd1d30fd153eac8f3a3ff9fdabf1cb069a5.1485250702.git.mjt@msgid.tls.msk.ru |
---|---|
State | Accepted |
Commit | 4f04560ba93f179151d90b0e6c6c53235fe1a279 |
Headers | show |
Series | None | expand |
diff --git a/hw/scsi/scsi-disk.c b/hw/scsi/scsi-disk.c index c080888..cc06fe5 100644 --- a/hw/scsi/scsi-disk.c +++ b/hw/scsi/scsi-disk.c @@ -2157,6 +2157,7 @@ static int32_t scsi_disk_dma_command(SCSIRequest *req, uint8_t *buf) DPRINTF("Write %s(sector %" PRId64 ", count %u)\n", (command & 0xe) == 0xe ? "And Verify " : "", r->req.cmd.lba, len); + /* fall through */ case VERIFY_10: case VERIFY_12: case VERIFY_16: