提交 35f1df84 编写于 作者: P pbrook

scsi empty drive fix (Blue Swirl).


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2109 c046a42c-6fe2-441c-8c8c-71466251a162
上级 69fba4a5
......@@ -447,6 +447,7 @@ int32_t scsi_send_command(SCSIDevice *s, uint32_t tag, uint8_t *buf, int lun)
s->buf_len = 8;
} else {
scsi_command_complete(s, SENSE_NOT_READY);
return 0;
}
break;
case 0x08:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册