index
:
qemu/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-10.0
stable-10.1
stable-10.2
stable-11.0
stable-11.1
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
stable-9.2
staging
staging-10.0
staging-10.1
staging-10.2
staging-11.0
staging-11.1
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
QEMU main repository
QEMU Owners
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main-loop.c
Age
Commit message (
Expand
)
Author
2013-01-09
Check return values from g_poll and select
Fabien Chouteau
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
block: move include files to include/block/
Paolo Bonzini
2012-12-11
aio: Get rid of qemu_aio_flush()
Kevin Wolf
2012-11-02
vl: delay thread initialization after daemonization
Paolo Bonzini
2012-11-02
vl: unify calls to init_timer_alarm
Paolo Bonzini
2012-10-30
main-loop: use aio_notify for qemu_notify_event
Paolo Bonzini
2012-10-30
main-loop: use GSource to poll AIO file descriptors
Paolo Bonzini
2012-10-30
aio: add Win32 implementation
Paolo Bonzini
2012-10-30
aio: add non-blocking variant of aio_wait
Paolo Bonzini
2012-10-30
aio: add I/O handlers to the AioContext interface
Paolo Bonzini
2012-10-30
aio: introduce AioContext, move bottom halves there
Paolo Bonzini
2012-10-30
main-loop: unify qemu_init_main_loop between QEMU and tools
Paolo Bonzini
2012-05-01
main-loop: Calculate poll timeout using timeout argument
Stefan Weil
2012-04-28
main-loop: Fix build for w32 and w64
Stefan Weil
2012-04-26
main_loop_wait: block indefinitely
Stefano Stabellini
2012-04-15
w64: Fix type cast in os_host_main_loop_wait
Stefan Weil
2012-04-10
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2012-04-07
main-loop: integrate glib sources for w32
Paolo Bonzini
2012-04-07
main-loop: replace WaitForMultipleObjects with g_poll
Paolo Bonzini
2012-04-07
main-loop: interrupt wait when data arrives on a socket
Paolo Bonzini
2012-04-07
main-loop: disable fd_set-based glib integration under w32
Paolo Bonzini
2012-04-07
main loop: use msec-based timeout in glib_select_fill
Paolo Bonzini
2012-04-03
main-loop: make qemu_event_handle static
Frediano Ziglio
2012-02-01
main-loop: For tools, initialize timers as part of qemu_init_main_loop()
Michael Roth
2012-02-01
main-loop: Fix SetEvent() on uninitialized handle on win32
Michael Roth
2012-01-12
cleanup, save a syscall
Lai Jiangshan
2011-10-25
main-loop: Add missing include file
Stefan Weil
2011-10-21
main-loop: create main-loop.c
Paolo Bonzini