]> xenbits.xensource.com Git - seabios.git/commit
pvscsi: Scan all 64 possible targets
authorShmuel Eiderman <shmuel.eiderman@oracle.com>
Thu, 1 Nov 2018 15:14:42 +0000 (17:14 +0200)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 10 Nov 2018 18:07:29 +0000 (13:07 -0500)
commitb44803247cfc86b38106049a2c5349548ca054df
treedf5a9fb5c4ae4cafeb958df55c95e3280c93b9ca
parent14221cd86eadba82255fdc55ed174d401c7a0a04
pvscsi: Scan all 64 possible targets

The max number of targets per PVSCSI controller is 64, not 7.
This can easily be seen in QEMU PVSCSI emulation code
(hw/scsi/vmw_pvscsi.c) as PVSCSI_MAX_DEVS, which defines the
number of targets, have value of 64.

Fixes: 83d60b3c474b ("Add pvscsi boot support")
Reviewed-by: Liran Alon <liran.alon@oracle.com>
Reviewed-by: Mark Kanda <mark.kanda@oracle.com>
Signed-off-by: Shmuel Eiderman <shmuel.eiderman@oracle.com>
src/hw/pvscsi.c