Age | Commit message (Expand) | Author |
2017-02-21 | block: explicitly acquire aiocontext in timers that need it | Paolo Bonzini |
2017-02-21 | aio: push aio_context_acquire/release down to dispatching | Paolo Bonzini |
2017-02-21 | coroutine-lock: reschedule coroutine on the AioContext it was running on | Paolo Bonzini |
2017-02-21 | aio: introduce aio_co_schedule and aio_co_wake | Paolo Bonzini |
2017-02-21 | block: move AioContext, QEMUTimer, main-loop to libqemuutil | Paolo Bonzini |
2017-02-13 | migration: consolidate VMStateField.start | Halil Pasic |
2017-02-09 | util: add iterators for QemuOpts values | Daniel P. Berrange |
2017-01-31 | host-utils: Implement unsigned quadword left/right shift and unit tests | Jose Ricardo Ziviani |
2017-01-31 | host-utils: Move 128-bit guard macro to .c file | Jose Ricardo Ziviani |
2017-01-26 | hbitmap: Add hbitmap_is_serializable() | Max Reitz |
2017-01-24 | win32: use glib gpoll if glib >= 2.50 | Marc-André Lureau |
2017-01-24 | util/mmap-alloc: refactor a little bit for readability | Cao jin |
2017-01-24 | util/mmap-alloc: check parameter before using | Cao jin |
2017-01-24 | Fix documentation and some comments (article, grammar) | Stefan Weil |
2017-01-23 | io: introduce a DNS resolver API | Daniel P. Berrange |
2017-01-23 | sockets: add ability to disable DNS resolution for InetSocketAddress | Daniel P. Berrange |
2017-01-20 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2017-01-20 | bitmap: assert that start and nr are non negative | Peter Lieven |
2017-01-19 | Plumb the HAXM-based hardware acceleration support | Vincent Palatin |
2017-01-16 | qemu-thread: fix qemu_thread_set_name() race in qemu_thread_create() | Caoxinhua |
2017-01-16 | event_notifier: cleanups around event_notifier_set_handler | Paolo Bonzini |
2017-01-16 | qemu-thread: optimize QemuLockCnt with futexes on Linux | Paolo Bonzini |
2017-01-16 | qemu-thread: introduce QemuLockCnt | Paolo Bonzini |
2017-01-09 | coroutine: Introduce qemu_coroutine_enter_if_inactive() | Kevin Wolf |
2017-01-03 | aio: add AioPollFn and io_poll() interface | Stefan Hajnoczi |
2016-11-29 | hbitmap: Fix shifts of constants by granularity | Max Reitz |
2016-11-22 | Fix FreeBSD (10.x) build after 7dc9ae43 | Ed Maste |
2016-11-01 | qemu-error: remove dependency of stubs on monitor | Paolo Bonzini |
2016-10-31 | sockets: add AF_VSOCK support | Stefan Hajnoczi |
2016-10-31 | util/qemu-sockets: Make inet_connect_saddr() public | Ashijeet Acharya |
2016-10-31 | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st... | Peter Maydell |
2016-10-28 | clean-up: removed duplicate #includes | Anand J |
2016-10-28 | aio: convert from RFifoLock to QemuRecMutex | Paolo Bonzini |
2016-10-28 | qemu-thread: introduce QemuRecMutex | Paolo Bonzini |
2016-10-25 | qapi: rename *qmp-*-visitor* to *qobject-*-visitor* | Daniel P. Berrange |
2016-10-24 | hbitmap: serialization | Vladimir Sementsov-Ogievskiy |
2016-10-24 | HBitmap: Introduce "meta" bitmap to track bit changes | Fam Zheng |
2016-10-24 | rcu: simplify memory barriers | Paolo Bonzini |
2016-10-24 | qemu-thread: use acquire/release to clarify semantics of QemuEvent | Paolo Bonzini |
2016-10-10 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2016-10-10 | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st... | Peter Maydell |
2016-10-10 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-10-08 | bitmap: refine and move BITMAP_{FIRST/LAST}_WORD_MASK | Wei Yang |
2016-10-07 | module: Don't load the same module if requested multiple times | Fam Zheng |
2016-10-07 | block: Add bdrv_runtime_opts to query-command-line-options | Kevin Wolf |
2016-10-06 | qht: fix unlock-after-free segfault upon resizing | Emilio G. Cota |
2016-10-06 | qht: simplify qht_reset_size | Emilio G. Cota |
2016-10-04 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2016-10-04 | util: Introduce qemu_get_pid_name | Michal Privoznik |
2016-10-04 | util/qht: atomically set b->hashes | Alex Bennée |