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-02-23 12:43:05 +00:00
2016-04-07 19:57:33 +03:00
2016-02-23 12:43:05 +00:00
2016-03-24 21:42:40 +00:00
2016-02-23 12:43:05 +00:00
2015-02-16 15:07:19 +00:00
2015-02-05 17:16:14 +01:00