]> git.proxmox.com Git - mirror_qemu.git/history - qemu-coroutine.c
block/parallels: provide _co_readv routine for parallels format driver
[mirror_qemu.git] / qemu-coroutine.c
2015-03-19 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2015-03-12 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2015-03-11 Peter MaydellMerge remote-tracking branch 'remotes/borntraeger/tags...
2015-03-11 Peter MaydellMerge remote-tracking branch 'remotes/ehabkost/tags...
2015-03-11 Peter MaydellMerge remote-tracking branch 'remotes/mcayland/tags...
2015-03-10 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2015-03-10 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2015-03-10 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2015-03-09 Kevin Wolfcoroutine: Clean up qemu_coroutine_enter()
2015-03-09 Kevin Wolfcoroutine: Fix use after free with qemu_coroutine_yield()
2015-01-14 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2015-01-13 Peter MaydellMerge remote-tracking branch 'remotes/sstabellini/xen...
2015-01-13 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2015-01-13 Peter Lievencoroutine: try harder not to delete coroutines
2015-01-13 Paolo Bonzinicoroutine: drop qemu_coroutine_adjust_pool_size
2015-01-13 Paolo Bonzinicoroutine: rewrite pool to avoid mutex
2014-08-19 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2014-08-15 Peter MaydellMerge remote-tracking branch 'remotes/mjt/tags/trivial...
2014-08-15 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2014-08-15 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2014-08-15 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2014-08-15 Stefan Hajnoczicoroutine: make pool size dynamic
2013-10-31 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-10-10 Anthony LiguoriMerge remote-tracking branch 'amit/char-remove-watch...
2013-09-30 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-09-23 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2013-09-23 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2013-09-17 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2013-09-17 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2013-09-12 Stefan Hajnoczicoroutine: add ./configure --disable-coroutine-pool
2013-05-29 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream'...
2013-05-24 Anthony LiguoriMerge remote-tracking branch 'bonzini/iommu-for-anthony...
2013-05-24 Anthony LiguoriMerge remote-tracking branch 'stefanha/net' into staging
2013-05-24 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-05-24 Stefan Hajnoczicoroutine: stop using AioContext in CoQueue
2013-05-24 Stefan Hajnoczicoroutine: protect global pool with a mutex
2013-02-26 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2013-02-26 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2013-02-22 Paolo Bonzinicoroutine: move pooling to common code
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 Bonziniblock: move include files to include/block/
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2011-08-09 Edgar E. IglesiasMerge remote-tracking branch 'pm-arm/for-upstream'...
2011-08-05 malcMerge branch 'master' of git://git.qemu.org/qemu
2011-08-04 Anthony LiguoriMerge remote-tracking branch 'mst/for_anthony' into...
2011-08-04 Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard.data...
2011-08-04 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-08-04 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v40' into...
2011-08-04 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2011-08-04 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.22' into staging
2011-08-04 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-08-01 Kevin Wolfcoroutine: introduce coroutines