Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-02-01 | scsi-disk: Acquire the AioContext in scsi_*_realize() | Alberto Garcia | 1 | -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-01 | virtio-scsi: Move BlockBackend back to the main AioContext on unplug | Alberto Garcia | 1 | -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> |