index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
aio-win32.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-09
aio: Introduce aio_context_setup
Fam Zheng
1
-0
/
+4
2015-10-23
aio: introduce aio_{disable,enable}_external
Fam Zheng
1
-1
/
+2
2015-10-23
aio: Add "is_external" flag for event handlers
Fam Zheng
1
-0
/
+5
2015-07-22
AioContext: optimize clearing the EventNotifier
Paolo Bonzini
1
-1
/
+1
2015-07-22
AioContext: fix broken placement of event_notifier_test_and_clear
Paolo Bonzini
1
-3
/
+4
2015-07-22
AioContext: fix broken ctx->dispatching optimization
Paolo Bonzini
1
-10
/
+10
2015-07-22
aio-win32: reorganize polling loop
Paolo Bonzini
1
-9
/
+12
2015-04-28
AioContext: acquire/release AioContext during aio_poll
Paolo Bonzini
1
-0
/
+8
2014-12-10
block: Use g_new0() for a bit of extra type checking
Markus Armbruster
1
-2
/
+2
2014-09-22
aio-win32: avoid out-of-bounds access to the events array
Paolo Bonzini
1
-3
/
+1
2014-09-22
aio-win32: fix uninitialized use of have_select_revents
Paolo Bonzini
1
-2
/
+2
2014-08-29
aio-win32: add support for sockets
Paolo Bonzini
1
-5
/
+145
2014-08-29
AioContext: introduce aio_prepare
Paolo Bonzini
1
-0
/
+5
2014-08-29
aio-win32: add aio_set_dispatching optimization
Paolo Bonzini
1
-1
/
+16
2014-08-29
AioContext: export and use aio_dispatch
Paolo Bonzini
1
-27
/
+4
2014-08-29
AioContext: run bottom halves after polling
Paolo Bonzini
1
-1
/
+7
2014-08-29
aio-win32: Factor out duplicate code into aio_dispatch_handlers
Paolo Bonzini
1
-50
/
+39
2014-08-29
aio-win32: Evaluate timers after handles
Paolo Bonzini
1
-3
/
+3
2014-08-29
AioContext: take bottom halves into account when computing aio_poll timeout
Paolo Bonzini
1
-2
/
+2
2014-07-09
block: drop aio functions that operate on the main AioContext
Paolo Bonzini
1
-3
/
+3
2013-12-06
aio: make aio_poll(ctx, true) block with no fds
Stefan Hajnoczi
1
-5
/
+0
2013-08-22
aio-win32: replace incorrect AioHandler->opaque usage with ->e
Stefan Hajnoczi
1
-2
/
+2
2013-08-22
aio / timers: Convert aio_poll to use AioContext timers' deadline
Alex Bligh
1
-2
/
+18
2013-08-19
aio: drop io_flush argument
Stefan Hajnoczi
1
-2
/
+1
2013-08-19
aio: stop using .io_flush()
Stefan Hajnoczi
1
-20
/
+14
2013-01-17
aio: Fix return value of aio_poll()
Kevin Wolf
1
-1
/
+2
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-2
/
+2
2012-12-19
block: move include files to include/block/
Paolo Bonzini
1
-1
/
+1
2012-11-26
aio: avoid livelock behavior for Win32
Paolo Bonzini
1
-1
/
+4
2012-10-30
aio: call aio_notify after setting I/O handlers
Paolo Bonzini
1
-0
/
+2
2012-10-30
aio: make AioContexts GSources
Paolo Bonzini
1
-0
/
+4
2012-10-30
aio: add Win32 implementation
Paolo Bonzini
1
-0
/
+209