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
/
main-loop.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-17
slirp: set mainloop timeout with more precise value
Liu Ping Fan
1
-2
/
+1
2013-08-22
aio / timers: Rearrange timer.h & make legacy functions call non-legacy
Alex Bligh
1
-1
/
+1
2013-08-22
aio / timers: Remove alarm timers
Alex Bligh
1
-4
/
+0
2013-08-22
aio / timers: Convert mainloop to use timeout
Alex Bligh
1
-14
/
+37
2013-08-19
aio: drop io_flush argument
Stefan Hajnoczi
1
-6
/
+3
2013-06-12
main-loop: do not include slirp/slirp.h, use libslirp.h instead
Michael Tokarev
1
-1
/
+2
2013-05-16
main-loop: partial revert of 5e3bc73
Stefan Hajnoczi
1
-18
/
+14
2013-05-16
main-loop: narrow win32 pollfds_fill() event bitmasks
Stefan Hajnoczi
1
-4
/
+4
2013-04-05
main-loop: drop the BQL if the I/O appears to be spinning
Anthony Liguori
1
-0
/
+25
2013-03-15
main-loop: add qemu_get_aio_context()
Stefan Hajnoczi
1
-0
/
+5
2013-02-21
main-loop: drop rfds/wfds/xfds for good
Stefan Hajnoczi
1
-75
/
+2
2013-02-21
iohandler: switch to GPollFD
Stefan Hajnoczi
1
-2
/
+2
2013-02-21
slirp: switch to GPollFD
Stefan Hajnoczi
1
-2
/
+2
2013-02-21
main-loop: switch POSIX glib integration to GPollFD
Stefan Hajnoczi
1
-49
/
+22
2013-02-21
main-loop: switch to g_poll() on POSIX hosts
Stefan Hajnoczi
1
-8
/
+129
2013-02-21
main-loop: fix select_ret uninitialized variable warning
Stefan Hajnoczi
1
-1
/
+2
2013-01-09
Check return values from g_poll and select
Fabien Chouteau
1
-14
/
+13
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-3
/
+3
2012-12-19
block: move include files to include/block/
Paolo Bonzini
1
-1
/
+1
2012-12-11
aio: Get rid of qemu_aio_flush()
Kevin Wolf
1
-5
/
+0
2012-11-02
vl: delay thread initialization after daemonization
Paolo Bonzini
1
-1
/
+0
2012-11-02
vl: unify calls to init_timer_alarm
Paolo Bonzini
1
-1
/
+4
2012-10-30
main-loop: use aio_notify for qemu_notify_event
Paolo Bonzini
1
-98
/
+8
2012-10-30
main-loop: use GSource to poll AIO file descriptors
Paolo Bonzini
1
-17
/
+6
2012-10-30
aio: add Win32 implementation
Paolo Bonzini
1
-1
/
+1
2012-10-30
aio: add non-blocking variant of aio_wait
Paolo Bonzini
1
-1
/
+1
2012-10-30
aio: add I/O handlers to the AioContext interface
Paolo Bonzini
1
-0
/
+33
2012-10-30
aio: introduce AioContext, move bottom halves there
Paolo Bonzini
1
-1
/
+17
2012-10-30
main-loop: unify qemu_init_main_loop between QEMU and tools
Paolo Bonzini
1
-1
/
+4
2012-05-01
main-loop: Calculate poll timeout using timeout argument
Stefan Weil
1
-1
/
+5
2012-04-28
main-loop: Fix build for w32 and w64
Stefan Weil
1
-3
/
+4
2012-04-26
main_loop_wait: block indefinitely
Stefano Stabellini
1
-9
/
+14
2012-04-15
w64: Fix type cast in os_host_main_loop_wait
Stefan Weil
1
-1
/
+1
2012-04-10
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
1
-1
/
+1
2012-04-07
main-loop: integrate glib sources for w32
Paolo Bonzini
1
-6
/
+15
2012-04-07
main-loop: replace WaitForMultipleObjects with g_poll
Paolo Bonzini
1
-23
/
+17
2012-04-07
main-loop: interrupt wait when data arrives on a socket
Paolo Bonzini
1
-25
/
+44
2012-04-07
main-loop: disable fd_set-based glib integration under w32
Paolo Bonzini
1
-30
/
+33
2012-04-07
main loop: use msec-based timeout in glib_select_fill
Paolo Bonzini
1
-12
/
+10
2012-04-03
main-loop: make qemu_event_handle static
Frediano Ziglio
1
-1
/
+1
2012-02-01
main-loop: For tools, initialize timers as part of qemu_init_main_loop()
Michael Roth
1
-1
/
+1
2012-02-01
main-loop: Fix SetEvent() on uninitialized handle on win32
Michael Roth
1
-1
/
+4
2012-01-12
cleanup, save a syscall
Lai Jiangshan
1
-3
/
+1
2011-10-25
main-loop: Add missing include file
Stefan Weil
1
-25
/
+5
2011-10-21
main-loop: create main-loop.c
Paolo Bonzini
1
-0
/
+495