]> git.proxmox.com Git - qemu.git/history - aio.c
update VERSION for 1.1.2
[qemu.git] / aio.c
2012-04-26 Anthony LiguoriMerge remote-tracking branch 'amit/master' into staging
2012-04-23 Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2012-04-23 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-04-23 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-04-19 Paolo Bonziniaio: simplify qemu_aio_wait
2012-04-19 Paolo Bonziniaio: return "AIO in progress" state from qemu_aio_wait
2012-04-19 Paolo Bonziniaio: remove process_queue callback and qemu_aio_process...
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2012-01-19 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v47' into...
2012-01-19 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.37' into staging
2012-01-13 Paolo Bonziniprepare for future GPLv2+ relicensing
2011-08-21 Anthony LiguoriMerge remote-tracking branch 'pmaydell/armhw-for-upstre...
2011-08-21 Blue SwirlMerge branch 'queues/slirp' of git://git.kiszka.org...
2011-08-21 Anthony LiguoriUse glib memory allocation and free functions
2010-05-24 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-21 Avi Kivityblock: fix aio_flush segfaults for read-only protocols...
2009-10-27 Kevin WolfAdd qemu_aio_process_queue()
2009-09-12 Blue SwirlFix sys-queue.h conflict for good
2009-07-22 NolanHandle BH's queued by AIO completions in qemu_aio_flush()
2009-06-15 Anthony LiguoriMerge commit 'block/master' into staging
2009-06-15 Andrea Arcangelifix qemu_aio_flush
2009-05-08 Alexander GrafAIO deletion race fix
2009-02-05 aliguoritoplevel: remove error handling from qemu_malloc()...
2008-10-12 aliguoriMake sure to initialize fd_sets in aio.c
2008-09-22 aliguoriRefactor AIO to allow multiple AIO implementations