aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/240.out
AgeCommit message (Collapse)AuthorFilesLines
2019-02-01scsi-disk: Acquire the AioContext in scsi_*_realize()Alberto Garcia1-0/+16
This fixes a crash when attaching two disks with the same blockdev to a SCSI device that is using iothreads. Test case included. Signed-off-by: Alberto Garcia <berto@igalia.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2019-02-01virtio-scsi: Move BlockBackend back to the main AioContext on unplugAlberto Garcia1-0/+18
This fixes a crash when attaching a disk to a SCSI device using iothreads, then detaching it and reattaching it again. Test case included. Signed-off-by: Alberto Garcia <berto@igalia.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>