• R
    SCSI: Standard INQUIRY data should report HiSup flag as set. · 1109c894
    Ronnie Sahlberg 提交于
    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: NRonnie Sahlberg <ronniesahlberg@gmail.com>
    1109c894
scsi-disk.c 74.2 KB