]> git.proxmox.com Git - qemu.git/history - qemu-aio.h
fix live migration
[qemu.git] / qemu-aio.h
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: clean up now-unused functions
2012-10-30 Paolo Bonziniaio: add aio_notify
2012-10-30 Paolo Bonziniaio: make AioContexts GSources
2012-10-30 Paolo Bonziniaio: prepare for introducing GSource-based dispatch
2012-10-30 Paolo Bonziniaio: add non-blocking variant of aio_wait
2012-10-30 Paolo Bonziniaio: add I/O handlers to the AioContext interface
2012-10-30 Paolo Bonziniaio: introduce AioContext, move bottom halves there
2012-10-30 Paolo Bonziniaio: provide platform-independent API
2012-10-30 Paolo Bonziniaio: change qemu_aio_set_fd_handler to return void
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: return "AIO in progress" state from qemu_aio_wait
2012-04-19 Paolo Bonziniaio: remove process_queue callback and qemu_aio_process...
2012-04-10 Anthony LiguoriMerge commit 'ff71f2e8cacefae99179993204172bc65e4303df...
2012-04-10 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-04-10 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-04-05 Paolo Bonziniaio: move BlockDriverAIOCB to qemu-aio.h
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2009-10-27 Kevin WolfAdd qemu_aio_process_queue()
2009-06-15 Anthony LiguoriMerge commit 'block/master' into staging
2009-06-15 Andrea Arcangelifix qemu_aio_flush
2008-09-22 aliguoriRefactor AIO to allow multiple AIO implementations