]> git.proxmox.com Git - qemu.git/commit
SCSI: Standard INQUIRY data should report HiSup flag as set.
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Sat, 15 Sep 2012 01:13:29 +0000 (18:13 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 21 Sep 2012 14:17:49 +0000 (16:17 +0200)
commit1109c894052751df99962c009fd7dbae397721f5
tree6878e173f0d137cd0bd2b0968a5910edabf6a438
parente93176d55f1eb4be1a366b51afeaf4f4c8c31d75
SCSI: Standard INQUIRY data should report HiSup flag as set.

QEMU as far as I know only reports LUN numbers using the modes that
are described in SAM4.
As such, since all LUN numbers generated by the SCSI emulation in QEMU
follow SAM4, we should set the HiSup bit in the standard INQUIRY data
to indicate such.

From SAM4:
  4.6.3 LUNs overview
  All LUN formats described in this standard are hierarchical in
  structure even when only a single level in that hierarchy is used.
  The HISUP bit shall be set to one in the standard INQUIRY data
  (see SPC-4) when any LUN format described in this standard is used.
  Non-hierarchical formats are outside the scope of this standard.

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
hw/scsi-disk.c