virtio-scsi: sense in virtio_scsi_command_complete
commitb7890c40e557f4733b6fcd1eb79af79b70dc8c05
authorTing Wang <kathy.wangting@huawei.com>
Mon, 27 Oct 2014 08:51:41 +0000 (27 16:51 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 27 Oct 2014 15:10:53 +0000 (27 16:10 +0100)
tree7b1442d85faf61cc585b210475d50945f2cd5112
parent9aecd6f8aef653cea58932f06a2740299dbe5fd3
virtio-scsi: sense in virtio_scsi_command_complete

If req->resp.cmd.status is not GOOD, the address of sense for
qemu_iovec_from_buf should be modified from &req->resp to sense.

Cc: qemu-stable@nongnu.org
Signed-off-by: Ting Wang <kathy.wangting@huawei.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/scsi/virtio-scsi.c