scsi-disk: fix reads from scsi-disk devices
commit890e48d7fc7d2ba490610b7ccaa3f479b5f3c1b1
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Fri, 3 Jun 2016 05:17:01 +0000 (3 06:17 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 6 Jun 2016 12:23:41 +0000 (6 13:23 +0100)
tree61fa7381c812e173442e2d54ed3eb146237497a8
parent8625c3ffc883e8b5bcac345fa7ac5e9fec6fb593
scsi-disk: fix reads from scsi-disk devices

Commit fcaafb1001b9c42817714dd3b2aadcfdb997b53d accidentally broke reads from
scsi-disk devices when being updated from its original form to use the new
byte-based block functions. Add the extra missing sector to offset conversion
in order to restore read functionality.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Eric Blake <eblake@redhat.com>
Tested-by: xiaoqiang zhao <zxq_yx_007@163.com>
Message-id: 1464931021-25117-1-git-send-email-mark.cave-ayland@ilande.co.uk
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/scsi/scsi-disk.c