]> git.proxmox.com Git - qemu.git/history - qemu-aio.h
qapi: move include files to include/qobject/
[qemu.git] / qemu-aio.h
2012-12-17 Paolo BonziniMerge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05...
2012-12-15 Blue SwirlMerge branch 'ppc-for-upstream' of git://repo.or.cz...
2012-12-13 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-12-11 Kevin Wolfaio: Get rid of qemu_aio_flush()
2012-11-28 Anthony LiguoriMerge remote-tracking branch 'bonzini/nbd-next' into...
2012-11-19 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2012-11-19 Anthony LiguoriMerge remote-tracking branch 'bonzini/build-urgent...
2012-11-19 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-11-14 Stefan Hajnocziaio: rename AIOPool to AIOCBInfo
2012-11-14 Stefan Hajnocziaio: use g_slice_alloc() for AIOCB pooling
2012-11-14 Stefan Hajnocziaio: switch aiocb_size type int -> size_t
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