[SeaBIOS] [PATCH 0/2] fix non-bootable lsi-scsi

Roman Kagan posted 2 patches 6 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/seabios tags/patchew/20170608095808.5656-1-rkagan@virtuozzo.com
src/hw/blockcmd.c | 4 +++-
src/hw/lsi-scsi.c | 2 --
2 files changed, 3 insertions(+), 3 deletions(-)
[SeaBIOS] [PATCH 0/2] fix non-bootable lsi-scsi
Posted by Roman Kagan 6 years, 10 months ago
As reported by Maciej Józefczyk, one can't boot a QEMU vm off a storage device
hanging on an lsi53c895a controller.  The problem was introduced by my series
adding SCSI device enumeration with REPORT_LUNS command.

This series fixes the issue.

Roman Kagan (2):
  blockcmd: start REPORT_LUNS with the smallest buffer
  Revert "lsi-scsi: reset in case of a serious problem"

 src/hw/blockcmd.c | 4 +++-
 src/hw/lsi-scsi.c | 2 --
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.9.4


_______________________________________________
SeaBIOS mailing list
SeaBIOS@seabios.org
https://mail.coreboot.org/mailman/listinfo/seabios
Re: [SeaBIOS] [PATCH 0/2] fix non-bootable lsi-scsi
Posted by Kevin O'Connor 6 years, 10 months ago
On Thu, Jun 08, 2017 at 12:58:06PM +0300, Roman Kagan wrote:
> As reported by Maciej Józefczyk, one can't boot a QEMU vm off a storage device
> hanging on an lsi53c895a controller.  The problem was introduced by my series
> adding SCSI device enumeration with REPORT_LUNS command.
> 
> This series fixes the issue.

Thanks.  I committed this series.

-Kevin

_______________________________________________
SeaBIOS mailing list
SeaBIOS@seabios.org
https://mail.coreboot.org/mailman/listinfo/seabios