index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main-loop.c
Age
Commit message (
Expand
)
Author
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