scsi-disk: fix the mode data header returned by the MODE SENSE(10) command
authorBernhard Kohl <bernhard.kohl@nsn.com>
Tue, 31 Aug 2010 12:08:23 +0000 (14:08 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 8 Sep 2010 10:39:06 +0000 (12:39 +0200)
commitce512ee115b20bfc8a562d528a3f14eeff9ddf64
tree699ddf9b302dee24c3704c8593662ad95701e9eb
parent78e70c30612833fd0017cfa5b519bc23df808927
scsi-disk: fix the mode data header returned by the MODE SENSE(10) command

The header for the  MODE SENSE(10) command is 8 bytes long.

Signed-off-by: Bernhard Kohl <bernhard.kohl@nsn.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/scsi-disk.c