index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main-loop.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-27
main-loop: fix qemu_notify_event for aio_notify optimization
Paolo Bonzini
1
-1
/
+10
2015-06-12
Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler
Fam Zheng
1
-2
/
+1
2014-10-27
Revert "main-loop.c: Handle SIGINT, SIGHUP and SIGTERM synchronously"
Jan Kiszka
1
-3
/
+5
2014-09-26
main-loop.c: Handle SIGINT, SIGHUP and SIGTERM synchronously
Peter Maydell
1
-0
/
+3
2014-09-22
async: aio_context_new(): Handle event_notifier_init failure
Chrysostomos Nanakos
1
-2
/
+7
2014-07-09
block: drop aio functions that operate on the main AioContext
Paolo Bonzini
1
-21
/
+0
2014-03-13
main-loop: Suppress "I/O thread spun" warnings for qtest
Peter Maydell
1
-1
/
+2
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
[next]