Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqed-table.cdiff a8c868c386d4cbdd0fc0a9423c6683880f6e75e4 Thu May 08 09:34:45 CDT 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.cdiff a8c868c386d4cbdd0fc0a9423c6683880f6e75e4 Thu May 08 09:34:45 CDT 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>