summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* uuid: Tighten uuid parseFam Zheng2016-09-231-1/+23
* vl: Switch qemu_uuid to QemuUUIDFam Zheng2016-09-231-5/+6
* uuid: Make null_uuid staticFam Zheng2016-09-231-1/+1
* util: Add UUID APIFam Zheng2016-09-232-0/+92
* blockdev: Add dynamic module loading for block driversMarc Mari2016-09-201-27/+11Star
* log: fix parsing of multiple trace:PATTERN log argsDaniel P. Berrange2016-09-141-26/+15Star
* cutils: Rewrite x86 buffer zero checkingRichard Henderson2016-09-141-75/+156
* cutils: Add generic prefetchRichard Henderson2016-09-131-0/+5
* cutils: Add SSE4 versionPaolo Bonzini2016-09-131-0/+10
* cutils: Add test for buffer_is_zeroRichard Henderson2016-09-131-0/+20
* cutils: Remove ppc buffer zero checkingRichard Henderson2016-09-131-25/+1Star
* cutils: Remove aarch64 buffer zero checkingRichard Henderson2016-09-131-15/+0Star
* cutils: Rearrange buffer_is_zero accelerationRichard Henderson2016-09-131-191/+157Star
* cutils: Export only buffer_is_zeroRichard Henderson2016-09-131-4/+4
* cutils: Remove SPLAT macroRichard Henderson2016-09-131-4/+0Star
* cutils: Move buffer_is_zero and subroutines to a new fileRichard Henderson2016-09-133-244/+273
* util: fix some coding style issueCao jin2016-09-131-5/+11
* util/qemu-sockets: revert Yoda Conditions to normalCao jin2016-09-131-5/+5
* coroutine: Assert that no locks are held on terminationKevin Wolf2016-09-052-0/+12
* coroutine: Let CoMutex remember who holds itKevin Wolf2016-09-051-0/+3
* trace-events: fix first line comment in trace-eventsLaurent Vivier2016-08-121-1/+1
* tcg: Lower indirect registers in a separate passRichard Henderson2016-08-051-2/+3
* tcg: Include liveness info in the dumpsRichard Henderson2016-08-051-6/+13
* throttle: Don't allow burst limits to be lower than the normal limitsAlberto Garcia2016-08-051-0/+5
* util: Fix assertion in iov_copy() upon zero 'bytes' and non-zero 'offset'Shmulik Ladkani2016-08-031-1/+2
* qdist: return "(empty)" instead of NULL when printing an empty distEmilio G. Cota2016-08-031-2/+4
* qdist: use g_renew and g_new instead of g_realloc and g_malloc.Emilio G. Cota2016-08-031-4/+3Star
* qdist: fix memory leak during binningEmilio G. Cota2016-08-021-1/+1
* qht: do not segfault when gathering stats from an uninitialized qhtEmilio G. Cota2016-08-021-1/+6
* util: Drop inet_listen()Cao jin2016-08-021-28/+0Star
* util: drop unix_nonblocking_connect()Cao jin2016-08-021-16/+0Star
* util: drop inet_nonblocking_connect()Cao jin2016-08-021-30/+0Star
* fix qemu exit on memory hotplug when allocation fails at prealloc timeIgor Mammedov2016-08-022-14/+14
* util/qht: Document memory ordering assumptionsPaolo Bonzini2016-08-021-1/+6
* use g_path_get_dirname instead of dirnameWei Jiangang2016-07-171-1/+3
* target-arm: Use Neon for zero checkingVijay2016-07-141-0/+7
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-07-141-1/+1
|\
| * qemu-sockets: use qapi_free_SocketAddress in cleanupMarc-André Lureau2016-07-121-1/+1
* | coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini2016-07-134-8/+8
* | coroutine: use QSIMPLEQ instead of QTAILQPaolo Bonzini2016-07-132-12/+12
* | osdep: Introduce qemu_dupFam Zheng2016-07-131-8/+15
* | Drop Emacs local variables lists redundant with .dir-locals.elMarkus Armbruster2016-07-121-9/+0Star
* | Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-122-2/+3
|/
* sockets: Use new QAPI cloningEric Blake2016-07-061-23/+0Star
* qapi: Add new visit_complete() functionEric Blake2016-07-061-4/+2Star
* qmp-output-visitor: Favor new visit_free() functionEric Blake2016-07-061-1/+1
* qmp-input-visitor: Favor new visit_free() functionEric Blake2016-07-061-4/+2Star
* log: Permit -dfilter 0..0xffffffffffffffffMarkus Armbruster2016-07-041-1/+1
* range: Replace internal representation of RangeMarkus Armbruster2016-07-041-9/+7Star
* range: Eliminate direct Range member accessMarkus Armbruster2016-07-042-5/+3Star