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(-)