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>
Showing
- aio-posix.c 2 additions, 2 deletionsaio-posix.c
- aio-win32.c 3 additions, 3 deletionsaio-win32.c
- include/block/aio.h 2 additions, 15 deletionsinclude/block/aio.h
- include/block/blockjob.h 2 additions, 2 deletionsinclude/block/blockjob.h
- include/block/coroutine.h 1 addition, 1 deletioninclude/block/coroutine.h
- main-loop.c 0 additions, 21 deletionsmain-loop.c
- tests/test-thread-pool.c 2 additions, 2 deletionstests/test-thread-pool.c
Loading
Please register or sign in to comment