summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* coroutine-lock: make CoRwlock thread-safe and fairPaolo Bonzini2017-02-211-11/+24
* coroutine-lock: add mutex argument to CoQueue APIsPaolo Bonzini2017-02-211-3/+21
* coroutine-lock: add limited spinning to CoMutexPaolo Bonzini2017-02-212-7/+46
* coroutine-lock: make CoMutex thread-safePaolo Bonzini2017-02-212-10/+144
* async: remove unnecessary inc/dec pairsPaolo Bonzini2017-02-213-15/+13Star
* aio-posix: partially inline aio_dispatch into aio_pollPaolo Bonzini2017-02-213-40/+19Star
* block: explicitly acquire aiocontext in aio callbacks that need itPaolo Bonzini2017-02-211-1/+3
* block: explicitly acquire aiocontext in bottom halves that need itPaolo Bonzini2017-02-212-2/+4
* block: explicitly acquire aiocontext in callbacks that need itPaolo Bonzini2017-02-212-13/+0Star
* block: explicitly acquire aiocontext in timers that need itPaolo Bonzini2017-02-213-5/+1Star
* aio: push aio_context_acquire/release down to dispatchingPaolo Bonzini2017-02-213-22/+20Star
* coroutine-lock: reschedule coroutine on the AioContext it was running onPaolo Bonzini2017-02-212-4/+2Star
* aio: introduce aio_co_schedule and aio_co_wakePaolo Bonzini2017-02-213-0/+77
* block: move AioContext, QEMUTimer, main-loop to libqemuutilPaolo Bonzini2017-02-2110-1/+3347
* migration: consolidate VMStateField.startHalil Pasic2017-02-131-1/+1
* util: add iterators for QemuOpts valuesDaniel P. Berrange2017-02-091-0/+19
* host-utils: Implement unsigned quadword left/right shift and unit testsJose Ricardo Ziviani2017-01-311-0/+64
* host-utils: Move 128-bit guard macro to .c fileJose Ricardo Ziviani2017-01-312-1/+3
* hbitmap: Add hbitmap_is_serializable()Max Reitz2017-01-261-3/+19
* win32: use glib gpoll if glib >= 2.50Marc-André Lureau2017-01-241-0/+2
* util/mmap-alloc: refactor a little bit for readabilityCao jin2017-01-241-6/+4Star
* util/mmap-alloc: check parameter before usingCao jin2017-01-241-3/+4
* Fix documentation and some comments (article, grammar)Stefan Weil2017-01-241-2/+2
* io: introduce a DNS resolver APIDaniel P. Berrange2017-01-231-2/+2
* sockets: add ability to disable DNS resolution for InetSocketAddressDaniel P. Berrange2017-01-231-0/+7
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-01-205-29/+16Star
|\
| * bitmap: assert that start and nr are non negativePeter Lieven2017-01-201-0/+8
| * Plumb the HAXM-based hardware acceleration supportVincent Palatin2017-01-191-2/+2
| * qemu-thread: fix qemu_thread_set_name() race in qemu_thread_create()Caoxinhua2017-01-161-6/+6
| * event_notifier: cleanups around event_notifier_set_handlerPaolo Bonzini2017-01-162-21/+0Star
* | qemu-thread: optimize QemuLockCnt with futexes on LinuxPaolo Bonzini2017-01-164-30/+300
* | qemu-thread: introduce QemuLockCntPaolo Bonzini2017-01-162-0/+115
|/
* coroutine: Introduce qemu_coroutine_enter_if_inactive()Kevin Wolf2017-01-091-0/+7
* aio: add AioPollFn and io_poll() interfaceStefan Hajnoczi2017-01-031-1/+1
* hbitmap: Fix shifts of constants by granularityMax Reitz2016-11-291-2/+6
* Fix FreeBSD (10.x) build after 7dc9ae43Ed Maste2016-11-221-0/+1
* qemu-error: remove dependency of stubs on monitorPaolo Bonzini2016-11-011-23/+3Star
* sockets: add AF_VSOCK supportStefan Hajnoczi2016-11-011-0/+227
* util/qemu-sockets: Make inet_connect_saddr() publicAshijeet Acharya2016-10-311-2/+2
* Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2016-10-311-1/+0Star
|\
| * clean-up: removed duplicate #includesAnand J2016-10-281-1/+0Star
* | aio: convert from RFifoLock to QemuRecMutexPaolo Bonzini2016-10-282-79/+0Star
* | qemu-thread: introduce QemuRecMutexPaolo Bonzini2016-10-282-0/+39
|/
* qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange2016-10-251-2/+2
* hbitmap: serializationVladimir Sementsov-Ogievskiy2016-10-241-0/+137
* HBitmap: Introduce "meta" bitmap to track bit changesFam Zheng2016-10-241-15/+54
* rcu: simplify memory barriersPaolo Bonzini2016-10-241-6/+5Star
* qemu-thread: use acquire/release to clarify semantics of QemuEventPaolo Bonzini2016-10-242-6/+24
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2016-10-102-3/+17
|\
| * module: Don't load the same module if requested multiple timesFam Zheng2016-10-071-2/+16