]> git.ipfire.org Git - thirdparty/qemu.git/history - aio-posix.c
Update version for v2.2.1 release
[thirdparty/qemu.git] / aio-posix.c
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 BonziniAioContext: introduce aio_prepare
2014-08-29  Paolo BonziniAioContext: export and use aio_dispatch
2014-08-29  Paolo BonziniAioContext: run bottom halves after polling
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-09  Paolo BonziniAioContext: speed up aio_notify
2014-07-09  Paolo Bonziniblock: drop aio functions that operate on the main...
2013-12-13  Anthony LiguoriMerge remote-tracking branch 'bonzini/virtio' into...
2013-12-07  Anthony LiguoriMerge remote-tracking branch 'awilliam/tags/vfio-pci...
2013-12-07  Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-12-06  Stefan Hajnocziaio: make aio_poll(ctx, true) block with no fds
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: Convert aio_poll to use AioContext timers...
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-08-19  Stefan Hajnocziaio: stop using .io_flush()
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: support G_IO_HUP and G_IO_ERR
2013-02-21  Stefan Hajnocziaio: convert aio_poll() to g_poll(3)
2013-02-21  Stefan Hajnocziaio: extract aio_dispatch() from aio_poll()
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/
2012-11-03  Blue SwirlMerge branch 'trivial-patches' of git://github.com...
2012-11-01  Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.69' into staging
2012-11-01  Anthony LiguoriMerge remote-tracking branch 'kraxel/pixman.v3' into...
2012-11-01  Anthony LiguoriMerge remote-tracking branch 'stefanha/net' into staging
2012-11-01  Anthony LiguoriMerge remote-tracking branch 'bonzini/threadpool' into...
2012-10-31  Paolo BonziniMerge remote-tracking branch 'origin/master' into threa...
2012-10-30  Paolo Bonziniaio: call aio_notify after setting I/O handlers
2012-10-30  Paolo Bonziniaio: make AioContexts GSources
2012-10-30  Paolo Bonziniaio: add Win32 implementation