Home
last modified time | relevance | path

Searched hist:a8c868c3 (Results 1 – 2 of 2) sorted by relevance

/qemu/block/
H A Dqed-table.ca8c868c3 Thu May 08 14:34:45 GMT 2014 Stefan Hajnoczi <stefanha@redhat.com> qed: use BlockDriverState's AioContext

Drop the assumption that we're using the main AioContext. Convert
qemu_bh_new() to aio_bh_new() and qemu_aio_wait() to aio_poll() so we're
using the BlockDriverState's AioContext.

Implement .bdrv_detach/attach_aio_context() interfaces to move the
QED_F_NEED_CHECK timer from the old AioContext to the new one.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
H A Dqed.ca8c868c3 Thu May 08 14:34:45 GMT 2014 Stefan Hajnoczi <stefanha@redhat.com> qed: use BlockDriverState's AioContext

Drop the assumption that we're using the main AioContext. Convert
qemu_bh_new() to aio_bh_new() and qemu_aio_wait() to aio_poll() so we're
using the BlockDriverState's AioContext.

Implement .bdrv_detach/attach_aio_context() interfaces to move the
QED_F_NEED_CHECK timer from the old AioContext to the new one.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>