summary refs log tree commit diff stats
path: root/util (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+3
* 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/+0
* util: drop unix_nonblocking_connect()Cao jin2016-08-021-16/+0
* util: drop inet_nonblocking_connect()Cao jin2016-08-021-30/+0
* 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/+0
* | Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-122-2/+3
|/
* sockets: Use new QAPI cloningEric Blake2016-07-061-23/+0
* qapi: Add new visit_complete() functionEric Blake2016-07-061-4/+2
* 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/+2
* log: Permit -dfilter 0..0xffffffffffffffffMarkus Armbruster2016-07-041-1/+1
* range: Replace internal representation of RangeMarkus Armbruster2016-07-041-9/+7
* range: Eliminate direct Range member accessMarkus Armbruster2016-07-042-5/+3
* log: Clean up misuse of Range for -dfilterMarkus Armbruster2016-07-041-13/+15
* qapi: Fix memleak in string visitors on int listsEric Blake2016-06-301-46/+29
* qapi: Simplify use of range.hEric Blake2016-06-301-4/+16
* range: Create range.c for code that should not be inlineEric Blake2016-06-302-0/+82
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-06-291-0/+18
|\
| * socket: unlink unix socket on removeMarc-André Lureau2016-06-291-0/+18
* | Change net/socket.c to use socket_*() functionsAshijeet Acharya2016-06-281-0/+36
|/
* Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2016-06-201-0/+13
|\
| * trace: split out trace events for util/ directoryDaniel P. Berrange2016-06-201-0/+13
* | log: Fix qemu_set_log_filename() error handlingMarkus Armbruster2016-06-201-3/+3
* | log: Fix qemu_set_dfilter_ranges() error reportingMarkus Armbruster2016-06-201-56/+57
* | log: Plug memory leak on multiple -dfilterMarkus Armbruster2016-06-201-0/+7
* | coccinelle: Remove unnecessary variables for function return valueEduardo Habkost2016-06-201-5/+1
|/
* avx2 configure: Use primitives in testDr. David Alan Gilbert2016-06-161-7/+1
* clean-includes: run it once morePaolo Bonzini2016-06-162-0/+2
* os-posix: include sys/mman.hPaolo Bonzini2016-06-164-8/+0