On 3 June 2016 at 13:42, Eric Blake <ebl...@redhat.com> wrote: > On 06/02/2016 11:17 PM, Mark Cave-Ayland wrote: >> 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-ayl...@ilande.co.uk> >> --- >> hw/scsi/scsi-disk.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > Reviewed-by: Eric Blake <ebl...@redhat.com>
Thanks. Applied to master, since it's awkward to leave scsi disks broken... thanks -- PMM