Age | Commit message (Expand) | Author |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-15 | icount: decouple warp calls | Pavel Dovgalyuk |
2016-02-04 | all: Clean up includes | Peter Maydell |
2015-12-02 | main-loop: suppress warnings under qtest | Michael S. Tsirkin |
2015-11-06 | icount: improve counting for record/replay | Pavel Dovgalyuk |
2015-09-07 | iohandler: Use aio API | Fam Zheng |
2015-07-27 | main-loop: fix qemu_notify_event for aio_notify optimization | Paolo Bonzini |
2015-06-12 | Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler | Fam Zheng |
2014-10-27 | Revert "main-loop.c: Handle SIGINT, SIGHUP and SIGTERM synchronously" | Jan Kiszka |
2014-09-26 | main-loop.c: Handle SIGINT, SIGHUP and SIGTERM synchronously | Peter Maydell |
2014-09-22 | async: aio_context_new(): Handle event_notifier_init failure | Chrysostomos Nanakos |
2014-07-09 | block: drop aio functions that operate on the main AioContext | Paolo Bonzini |
2014-03-13 | main-loop: Suppress "I/O thread spun" warnings for qtest | Peter Maydell |
2013-09-17 | slirp: set mainloop timeout with more precise value | Liu Ping Fan |
2013-08-22 | aio / timers: Rearrange timer.h & make legacy functions call non-legacy | Alex Bligh |
2013-08-22 | aio / timers: Remove alarm timers | Alex Bligh |
2013-08-22 | aio / timers: Convert mainloop to use timeout | Alex Bligh |
2013-08-19 | aio: drop io_flush argument | Stefan Hajnoczi |
2013-06-12 | main-loop: do not include slirp/slirp.h, use libslirp.h instead | Michael Tokarev |
2013-05-16 | main-loop: partial revert of 5e3bc73 | Stefan Hajnoczi |
2013-05-16 | main-loop: narrow win32 pollfds_fill() event bitmasks | Stefan Hajnoczi |
2013-04-05 | main-loop: drop the BQL if the I/O appears to be spinning | Anthony Liguori |
2013-03-15 | main-loop: add qemu_get_aio_context() | Stefan Hajnoczi |
2013-02-21 | main-loop: drop rfds/wfds/xfds for good | Stefan Hajnoczi |
2013-02-21 | iohandler: switch to GPollFD | Stefan Hajnoczi |
2013-02-21 | slirp: switch to GPollFD | Stefan Hajnoczi |
2013-02-21 | main-loop: switch POSIX glib integration to GPollFD | Stefan Hajnoczi |
2013-02-21 | main-loop: switch to g_poll() on POSIX hosts | Stefan Hajnoczi |
2013-02-21 | main-loop: fix select_ret uninitialized variable warning | Stefan Hajnoczi |
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 |