block: drop aio functions that operate on the main AioContext
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 7 Jul 2014 13:18:02 +0000 (15:18 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 9 Jul 2014 13:50:11 +0000 (15:50 +0200)
commit87f68d318222563822b5c6b28192215fc4b4e441
tree6e7a940dd5d692995b94d3c937f6398be398799a
parentb47ec2c4562117728be36ec2edfbdf9ef2868c6e
block: drop aio functions that operate on the main AioContext

The main AioContext should be accessed explicitly via qemu_get_aio_context().
Most of the time, using it is not the right thing to do.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
aio-posix.c
aio-win32.c
include/block/aio.h
include/block/blockjob.h
include/block/coroutine.h
main-loop.c
tests/test-thread-pool.c