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)
commit34a93ecf9e9dabb58c5f7931185c1ea3b488699f
tree699ddf9b302dee24c3704c8593662ad95701e9eb
parent1928261f08b8c4107fa573f136e4d802747ca5fd
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