diff options
author | Bin Wu | 2014-10-25 04:43:44 +0200 |
---|---|---|
committer | Paolo Bonzini | 2014-10-27 16:11:45 +0100 |
commit | 024d9adc79651f8fd96078461a7e4dfb8bb83e16 (patch) | |
tree | f66fa9ee52e8e857bd41f985883666dd7b7d823e /hw/core | |
parent | virtio-scsi: sense in virtio_scsi_command_complete (diff) | |
download | qemu-024d9adc79651f8fd96078461a7e4dfb8bb83e16.tar.gz qemu-024d9adc79651f8fd96078461a7e4dfb8bb83e16.tar.xz qemu-024d9adc79651f8fd96078461a7e4dfb8bb83e16.zip |
hw/scsi/virtio-scsi.c: fix the "type" use error in virtio_scsi_handle_ctrl
The local variable "type" in virtio_scsi_handle_ctl represents the tmf
command type from the guest and it has the same meaning as the
req->req.tmf.type. However, before the invoking of virtio_scsi_parse_req
the req->req.tmf.type doesn't has the correct value(just initialized to
zero). Therefore, we need to use the "type" variable to judge the case.
Cc: qemu-stable@nongnu.org
Signed-off-by: Bin Wu <wu.wubin@huawei.com>
[Actually make it compile, "type" must be uint32_t in order to pass
it to virtio_tswap32s. - Paolo]
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/core')
0 files changed, 0 insertions, 0 deletions