Michael S. Tsirkin 344dc16fae virtio: add aio handler
In addition to handling IO in vcpu thread and in io thread, blk dataplane
introduces yet another mode: handling it by AioContext.

Currently, this reuses the same handler as previous modes,
which triggers races as these were not designed to be reentrant.
Add instead a separate handler just for aio; this will make
it possible to disable regular handlers when dataplane is active.

Signed-off-by: Michael S. Tsirkin <mst@redhat.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
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