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
2016-04-07 19:57:33 +03:00
2016-04-07 19:57:33 +03:00
2016-04-07 19:57:33 +03:00
2016-03-24 21:42:40 +00:00
2016-03-29 17:39:41 +01:00
2016-04-07 19:57:33 +03:00