Sign in
qemu
/
qemu
/
8599ea4c42c098d2657ed632ad569f7a665706a4
/
aio-posix.c
b5a01a7
aio: support G_IO_HUP and G_IO_ERR
by Stefan Hajnoczi
· 12 years ago
6b5f876
aio: convert aio_poll() to g_poll(3)
by Stefan Hajnoczi
· 12 years ago
d0c8d2c
aio: extract aio_dispatch() from aio_poll()
by Stefan Hajnoczi
· 12 years ago
2ea9b58
aio: Fix return value of aio_poll()
by Kevin Wolf
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
737e150
block: move include files to include/block/
by Paolo Bonzini
· 12 years ago
7ed2b24
aio: call aio_notify after setting I/O handlers
by Paolo Bonzini
· 12 years ago
e3713e0
aio: make AioContexts GSources
by Paolo Bonzini
· 12 years ago
f42b220
aio: add Win32 implementation
by Paolo Bonzini
· 13 years ago
[Renamed from aio.c]
cd9ba1e
aio: prepare for introducing GSource-based dispatch
by Paolo Bonzini
· 12 years ago
7c0628b
aio: add non-blocking variant of aio_wait
by Paolo Bonzini
· 12 years ago
4231c88
aio: test node->deleted before calling io_flush
by Paolo Bonzini
· 12 years ago
a915f4b
aio: add I/O handlers to the AioContext interface
by Paolo Bonzini
· 12 years ago
f627aab
aio: introduce AioContext, move bottom halves there
by Paolo Bonzini
· 12 years ago
9958c35
aio: provide platform-independent API
by Paolo Bonzini
· 13 years ago
b078dc3
aio: change qemu_aio_set_fd_handler to return void
by Paolo Bonzini
· 12 years ago
2db2bfc
aio: Another fix to the walking_handlers logic
by Paolo Bonzini
· 12 years ago
00f7853
aio: Fix qemu_aio_wait() to maintain correct walking_handlers count
by Paolo Bonzini
· 12 years ago
9eb0bfc
aio: simplify qemu_aio_wait
by Paolo Bonzini
· 13 years ago
bcdc185
aio: return "AIO in progress" state from qemu_aio_wait
by Paolo Bonzini
· 13 years ago
bafbd6a
aio: remove process_queue callback and qemu_aio_process_queue
by Paolo Bonzini
· 13 years ago
6b620ca
prepare for future GPLv2+ relicensing
by Paolo Bonzini
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
c53a728
block: fix aio_flush segfaults for read-only protocols (e.g. curl)
by Avi Kivity
· 15 years ago
8febfa2
Add qemu_aio_process_queue()
by Kevin Wolf
· 15 years ago
72cf2d4
Fix sys-queue.h conflict for good
by Blue Swirl
· 15 years ago
6e5d97d
Handle BH's queued by AIO completions in qemu_aio_flush()
by Nolan
· 15 years ago
986c28d
fix qemu_aio_flush
by Andrea Arcangeli
· 16 years ago
79d5ca5
AIO deletion race fix
by Alexander Graf
· 16 years ago
1eec614
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
f71903d
Make sure to initialize fd_sets in aio.c
by aliguori
· 16 years ago
a76bab4
Refactor AIO to allow multiple AIO implementations
by aliguori
· 16 years ago