mirror of https://github.com/xemu-project/xemu.git
scsi empty drive fix (Blue Swirl).
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2109 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
69fba4a51e
commit
35f1df84b6
|
@ -447,6 +447,7 @@ int32_t scsi_send_command(SCSIDevice *s, uint32_t tag, uint8_t *buf, int lun)
|
||||||
s->buf_len = 8;
|
s->buf_len = 8;
|
||||||
} else {
|
} else {
|
||||||
scsi_command_complete(s, SENSE_NOT_READY);
|
scsi_command_complete(s, SENSE_NOT_READY);
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 0x08:
|
case 0x08:
|
||||||
|
|
Loading…
Reference in New Issue