summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-28trace: move util/qemu-coroutine*.c trace points into correct fileDaniel P. Berrange1-0/+13
2016-09-28trace: move util/buffer.c trace points into correct fileDaniel P. Berrange1-0/+6
2016-09-28coroutine: add qemu_coroutine_entered() functionStefan Hajnoczi1-0/+5
2016-09-23uuid: Tighten uuid parseFam Zheng1-1/+23
2016-09-23vl: Switch qemu_uuid to QemuUUIDFam Zheng1-5/+6
2016-09-23uuid: Make null_uuid staticFam Zheng1-1/+1
2016-09-23util: Add UUID APIFam Zheng2-0/+92
2016-09-20blockdev: Add dynamic module loading for block driversMarc Mari1-27/+11
2016-09-14log: fix parsing of multiple trace:PATTERN log argsDaniel P. Berrange1-26/+15
2016-09-14cutils: Rewrite x86 buffer zero checkingRichard Henderson1-75/+156
2016-09-13cutils: Add generic prefetchRichard Henderson1-0/+5
2016-09-13cutils: Add SSE4 versionPaolo Bonzini1-0/+10
2016-09-13cutils: Add test for buffer_is_zeroRichard Henderson1-0/+20
2016-09-13cutils: Remove ppc buffer zero checkingRichard Henderson1-25/+1
2016-09-13cutils: Remove aarch64 buffer zero checkingRichard Henderson1-15/+0
2016-09-13cutils: Rearrange buffer_is_zero accelerationRichard Henderson1-191/+157
2016-09-13cutils: Export only buffer_is_zeroRichard Henderson1-4/+4
2016-09-13cutils: Remove SPLAT macroRichard Henderson1-4/+0
2016-09-13cutils: Move buffer_is_zero and subroutines to a new fileRichard Henderson3-244/+273
2016-09-13util: fix some coding style issueCao jin1-5/+11
2016-09-13util/qemu-sockets: revert Yoda Conditions to normalCao jin1-5/+5
2016-09-05coroutine: Assert that no locks are held on terminationKevin Wolf2-0/+12
2016-09-05coroutine: Let CoMutex remember who holds itKevin Wolf1-0/+3
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier1-1/+1
2016-08-05tcg: Lower indirect registers in a separate passRichard Henderson1-2/+3
2016-08-05tcg: Include liveness info in the dumpsRichard Henderson1-6/+13
2016-08-05throttle: Don't allow burst limits to be lower than the normal limitsAlberto Garcia1-0/+5
2016-08-03util: Fix assertion in iov_copy() upon zero 'bytes' and non-zero 'offset'Shmulik Ladkani1-1/+2
2016-08-03qdist: return "(empty)" instead of NULL when printing an empty distEmilio G. Cota1-2/+4
2016-08-03qdist: use g_renew and g_new instead of g_realloc and g_malloc.Emilio G. Cota1-4/+3
2016-08-02qdist: fix memory leak during binningEmilio G. Cota1-1/+1
2016-08-02qht: do not segfault when gathering stats from an uninitialized qhtEmilio G. Cota1-1/+6