commit | 87f68d318222563822b5c6b28192215fc4b4e441 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Jul 07 15:18:02 2014 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Wed Jul 09 15:50:11 2014 +0200 |
tree | 6e7a940dd5d692995b94d3c937f6398be398799a | |
parent | b47ec2c4562117728be36ec2edfbdf9ef2868c6e [diff] |
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>