summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2017-01-31host-utils: Implement unsigned quadword left/right shift and unit testsJose Ricardo Ziviani1-0/+64
2017-01-31host-utils: Move 128-bit guard macro to .c fileJose Ricardo Ziviani2-1/+3
2017-01-26hbitmap: Add hbitmap_is_serializable()Max Reitz1-3/+19
2017-01-24win32: use glib gpoll if glib >= 2.50Marc-André Lureau1-0/+2
2017-01-24util/mmap-alloc: refactor a little bit for readabilityCao jin1-6/+4
2017-01-24util/mmap-alloc: check parameter before usingCao jin1-3/+4
2017-01-24Fix documentation and some comments (article, grammar)Stefan Weil1-2/+2
2017-01-23io: introduce a DNS resolver APIDaniel P. Berrange1-2/+2
2017-01-23sockets: add ability to disable DNS resolution for InetSocketAddressDaniel P. Berrange1-0/+7
2017-01-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell5-29/+16
2017-01-20bitmap: assert that start and nr are non negativePeter Lieven1-0/+8
2017-01-19Plumb the HAXM-based hardware acceleration supportVincent Palatin1-2/+2
2017-01-16qemu-thread: fix qemu_thread_set_name() race in qemu_thread_create()Caoxinhua1-6/+6
2017-01-16event_notifier: cleanups around event_notifier_set_handlerPaolo Bonzini2-21/+0
2017-01-16qemu-thread: optimize QemuLockCnt with futexes on LinuxPaolo Bonzini4-30/+300
2017-01-16qemu-thread: introduce QemuLockCntPaolo Bonzini2-0/+115
2017-01-09coroutine: Introduce qemu_coroutine_enter_if_inactive()Kevin Wolf1-0/+7
2017-01-03aio: add AioPollFn and io_poll() interfaceStefan Hajnoczi1-1/+1
2016-11-29hbitmap: Fix shifts of constants by granularityMax Reitz1-2/+6
2016-11-22Fix FreeBSD (10.x) build after 7dc9ae43Ed Maste1-0/+1
2016-11-01qemu-error: remove dependency of stubs on monitorPaolo Bonzini1-23/+3
2016-10-31sockets: add AF_VSOCK supportStefan Hajnoczi1-0/+227
2016-10-31util/qemu-sockets: Make inet_connect_saddr() publicAshijeet Acharya1-2/+2
2016-10-31Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell1-1/+0
2016-10-28clean-up: removed duplicate #includesAnand J1-1/+0
2016-10-28aio: convert from RFifoLock to QemuRecMutexPaolo Bonzini2-79/+0
2016-10-28qemu-thread: introduce QemuRecMutexPaolo Bonzini2-0/+39
2016-10-25qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange1-2/+2
2016-10-24hbitmap: serializationVladimir Sementsov-Ogievskiy1-0/+137
2016-10-24HBitmap: Introduce "meta" bitmap to track bit changesFam Zheng1-15/+54
2016-10-24rcu: simplify memory barriersPaolo Bonzini1-6/+5
2016-10-24qemu-thread: use acquire/release to clarify semantics of QemuEventPaolo Bonzini2-6/+24
2016-10-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2-3/+17
2016-10-10Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell1-2/+0
2016-10-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-30/+69
2016-10-08bitmap: refine and move BITMAP_{FIRST/LAST}_WORD_MASKWei Yang1-2/+0
2016-10-07module: Don't load the same module if requested multiple timesFam Zheng1-2/+16
2016-10-07block: Add bdrv_runtime_opts to query-command-line-optionsKevin Wolf1-1/+1
2016-10-06qht: fix unlock-after-free segfault upon resizingEmilio G. Cota1-21/+28
2016-10-06qht: simplify qht_reset_sizeEmilio G. Cota1-5/+3
2016-10-04Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell4-18/+97
2016-10-04util: Introduce qemu_get_pid_nameMichal Privoznik2-0/+34
2016-10-04util/qht: atomically set b->hashesAlex Bennée1-5/+5
2016-09-29oslib-posix: add a configure switch to debug stack usagePeter Lieven1-0/+35
2016-09-29coroutine-sigaltstack: use helper for allocating stack memoryPeter Lieven1-4/+5
2016-09-29coroutine-ucontext: use helper for allocating stack memoryPeter Lieven1-5/+6
2016-09-29coroutine: add a macro for the coroutine stack sizePeter Lieven3-3/+3
2016-09-29coroutine-sigaltstack: rename coroutine struct appropriatelyPeter Lieven1-8/+8
2016-09-29oslib-posix: add helpers for stack alloc and freePeter Lieven1-0/+42
2016-09-29Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-0/+19