]> git.ipfire.org Git - thirdparty/qemu.git/commit
scsi-disk: fix the mode data length field returned by the MODE SENSE command
authorBernhard Kohl <bernhard.kohl@nsn.com>
Tue, 31 Aug 2010 09:22:29 +0000 (11:22 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 13 Sep 2010 12:30:44 +0000 (14:30 +0200)
commitb422f4194dc2589ecf35a48066c9c8043e2c0157
tree886d3b34e4fbd0a86fb565b932848a8dc1f454f8
parent72230c523bda18d4dd2f7d16f96cc59e8fbbd6c9
scsi-disk: fix the mode data length field returned by the MODE SENSE command

The MODE DATA LENGTH field indicates the length in bytes of the following
data that is available to be transferred. The mode data length does not include
the number of bytes in the MODE DATA LENGTH field.

Signed-off-by: Bernhard Kohl <bernhard.kohl@nsn.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
(cherry picked from commit 78e70c30612833fd0017cfa5b519bc23df808927)
hw/scsi-disk.c