]> Git Repo - qemu.git/history - include/block/aio.h
blockjob: Allow nested pause
[qemu.git] / include / block / aio.h
2015-04-28 Paolo BonziniAioContext: acquire/release AioContext during aio_poll
2015-04-28 Paolo Bonziniaio-posix: move pollfds to thread-local storage
2015-01-14 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2015-01-14 Paolo Bonziniqemu-timer: rename timer_init to timer_init_tl
2014-10-22 Peter MaydellMerge remote-tracking branch 'remotes/mdroth/tags/qga...
2014-10-22 Peter MaydellMerge remote-tracking branch 'remotes/bkoppelmann/tags...
2014-10-22 Peter MaydellMerge remote-tracking branch 'remotes/cohuck/tags/s390x...
2014-10-22 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2014-10-20 Markus Armbrusterblock: Rename BlockDriverCompletionFunc to BlockComplet...
2014-10-20 Markus Armbrusterblock: Rename BlockDriverAIOCB* to BlockAIOCB*
2014-09-26 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2014-09-24 Peter MaydellMerge remote-tracking branch 'remotes/awilliam/tags...
2014-09-23 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2014-09-23 Peter MaydellMerge remote-tracking branch 'remotes/borntraeger/tags...
2014-09-23 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2014-09-22 Chrysostomos Nanakosasync: aio_context_new(): Handle event_notifier_init...
2014-09-22 Fam Zhengblock: Rename qemu_aio_release -> qemu_aio_unref
2014-09-22 Fam Zhengblock: Drop AIOCBInfo.cancel
2014-09-22 Fam Zhengblock: Add bdrv_aio_cancel_async
2014-09-22 Fam Zhengblock: Add refcnt in BlockDriverAIOCB
2014-09-04 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2014-09-02 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2014-09-02 Peter MaydellMerge remote-tracking branch 'remotes/spice/tags/pull...
2014-09-01 Peter MaydellMerge remote-tracking branch 'remotes/borntraeger/tags...
2014-08-29 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2014-08-29 Paolo Bonziniaio-win32: add support for sockets
2014-08-29 Paolo BonziniAioContext: introduce aio_prepare
2014-08-29 Paolo BonziniAioContext: export and use aio_dispatch
2014-08-29 Paolo BonziniAioContext: take bottom halves into account when comput...
2014-07-18 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2014-07-14 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2014-07-14 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2014-07-14 Paolo BonziniAioContext: do not rely on aio_poll(ctx, true) result...
2014-07-09 Paolo BonziniAioContext: speed up aio_notify
2014-07-09 Paolo Bonziniblock: drop aio functions that operate on the main...
2014-04-28 Peter MaydellMerge remote-tracking branch 'remotes/otubo/seccomp...
2014-03-24 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2014-03-13 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2014-03-13 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2014-03-13 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2014-03-13 Stefan Hajnocziaio: add aio_context_acquire() and aio_context_release()
2013-09-03 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-08-29 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2013-08-29 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-08-26 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-08-22 Alex Blighaio / timers: Add aio_timer_init & aio_timer_new wrappers
2013-08-22 Alex Blighaio / timers: Add QEMUTimerListGroup to AioContext
2013-08-22 Alex Blighaio / timers: Untangle include files
2013-08-20 Anthony LiguoriMerge remote-tracking branch 'pmaydell/tags/pull-target...
2013-08-20 Anthony LiguoriMerge remote-tracking branch 'stefanha/block-next'...
2013-08-19 Stefan Hajnocziaio: drop io_flush argument
2013-07-26 Anthony LiguoriMerge remote-tracking branch 'rth/tcg-next' into staging
2013-07-22 Anthony LiguoriMerge remote-tracking branch 'pmaydell/tags/pull-arm...
2013-07-22 Anthony LiguoriMerge remote-tracking branch 'bonzini/iommu-for-anthony...
2013-07-22 Anthony LiguoriMerge remote-tracking branch 'mjt/trivial-patches'...
2013-07-22 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-07-19 Liu Ping FanQEMUBH: make AioContext's bh re-entrant
2013-03-15 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-03-15 Stefan Hajnocziaio: add a ThreadPool instance to AioContext
2013-02-26 Anthony LiguoriMerge remote-tracking branch 'luiz/queue/qmp' into...
2013-02-23 Blue SwirlMerge branch 'eflags3' of git://github.com/rth7680...
2013-02-21 Stefan Hajnocziaio: convert aio_poll() to g_poll(3)
2013-01-23 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2013-01-21 Anthony LiguoriMerge remote-tracking branch 'quintela/thread.next...
2013-01-20 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-01-17 Kevin Wolfaio: Fix return value of aio_poll()
2013-01-10 Andreas FärberMerge branch 'master' of git://git.qemu.org/qemu into...
2013-01-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2013-01-02 Anthony LiguoriMerge remote-tracking branch 'kraxel/seabios-a810e4e...
2012-12-22 Andreas FärberMerge branch 'master' of git://git.qemu.org/qemu into...
2012-12-21 Anthony LiguoriMerge remote-tracking branch 'quintela/thread-20121220...
2012-12-19 Anthony LiguoriMerge remote-tracking branch 'bonzini/header-dirs'...
2012-12-19 Paolo Bonzinimisc: move include files to include/qemu/
2012-12-19 Paolo Bonziniblock: move include files to include/block/
This page took 1.468746 seconds and 81 git commands to generate.