On 14/02/19 13:27, Xiang Zheng wrote: > There is a small window between the twice blk_is_available in > scsi_disk_emulate_command which would cause crash due to the later > assertion if the remote cdrom is detached in this window. > > So this patch replaces assertions with return to avoid qemu crash. > > Signed-off-by: Xiang Zheng <zhengxia...@huawei.com> > --- > The qemu error log shows: > > qemu-system-aarch64: /home/qemu/hw/scsi/scsi-disk.c:1896: > scsi_disk_emulate_command: Assertion `blk_is_available(s->qdev.conf.blk)' > failed. > 2019-02-15 04:35:18.592: shutting down, reason=crashed
Is this with virtio-scsi-dataplane? Paolo