diff options
author | Nathan Whitehorn <nwhitehorn@freebsd.org> | 2014-01-12 17:34:21 -0500 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2014-03-05 03:06:26 +0100 |
commit | 3052f0d59426a1f8120ffbf66fd438973bfd2912 (patch) | |
tree | 776ca6f425f9d342ea13b7e2de5a9efa9b25d87b /libcacard | |
parent | 09aa9a526a86fd2e380e86157c55dfd180661c64 (diff) | |
download | hqemu-3052f0d59426a1f8120ffbf66fd438973bfd2912.zip hqemu-3052f0d59426a1f8120ffbf66fd438973bfd2912.tar.gz |
spapr_vscsi: Fix REPORT_LUNS handling
Intercept REPORT_LUNS commands addressed either to SRP LUN 0 or the well-known
LUN for REPORT_LUNS commands. This is required to implement the SAM and SPC
specifications.
Since SRP implements only a single SCSI target port per connection, the SRP
target is required to report all available LUNs in response to a REPORT_LUNS
command addressed either to LUN 0 or the well-known LUN. Instead, QEMU was
forwarding such requests to the first QEMU SCSI target, with the result that
initiators that relied on this feature would only see LUNs on the first QEMU
SCSI target.
Behavior for REPORT_LUNS commands addressed to any other LUN is not specified
by the standard and so is left unchanged. This preserves behavior under Linux
and SLOF, which enumerate possible LUNs by hand and so address no commands
either to LUN 0 or the well-known REPORT_LUNS LUN.
Signed-off-by: Nathan Whitehorn <nwhitehorn@freebsd.org>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
[agraf: define constant as ULL for 32bit hosts]
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'libcacard')
0 files changed, 0 insertions, 0 deletions