Paolo Bonzini a8f2e5c8ff virtio-scsi: use aio handler for data plane
In addition to handling IO in vcpu thread and in io thread, dataplane
introduces yet another mode: handling it by AioContext.

This reuses the same handler as previous modes, which triggers races as
these were not designed to be reentrant.  Use a separate handler just
for aio, and disable regular handlers when dataplane is active.

Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2016-04-07 19:57:33 +03:00
..
2016-04-07 19:57:33 +03:00
2013-06-07 14:55:33 +02:00
2015-10-02 16:22:02 -03:00
2014-02-03 14:04:00 +00:00
2015-09-07 10:39:30 +01:00
2016-03-11 16:59:11 +02:00
2015-09-07 10:39:30 +01:00
2016-04-07 19:57:33 +03:00
2016-03-10 10:37:16 +01:00
2015-09-07 10:39:28 +01:00
2016-04-07 19:57:33 +03:00
2015-12-04 09:39:55 +03:00
2014-10-23 16:41:25 +02:00
2016-04-07 19:57:33 +03:00
2014-10-24 12:19:11 +01:00
2013-05-01 20:55:21 +04:00
2015-07-06 12:15:14 -06:00