summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-02util: Drop inet_listen()Cao jin1-28/+0
2016-08-02util: drop unix_nonblocking_connect()Cao jin1-16/+0
2016-08-02util: drop inet_nonblocking_connect()Cao jin1-30/+0
2016-08-02fix qemu exit on memory hotplug when allocation fails at prealloc timeIgor Mammedov2-14/+14
2016-08-02util/qht: Document memory ordering assumptionsPaolo Bonzini1-1/+6
2016-07-17use g_path_get_dirname instead of dirnameWei Jiangang1-1/+3
2016-07-14target-arm: Use Neon for zero checkingVijay1-0/+7
2016-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini4-8/+8
2016-07-13coroutine: use QSIMPLEQ instead of QTAILQPaolo Bonzini2-12/+12
2016-07-13osdep: Introduce qemu_dupFam Zheng1-8/+15
2016-07-12qemu-sockets: use qapi_free_SocketAddress in cleanupMarc-André Lureau1-1/+1
2016-07-12Drop Emacs local variables lists redundant with .dir-locals.elMarkus Armbruster1-9/+0
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster2-2/+3
2016-07-06sockets: Use new QAPI cloningEric Blake1-23/+0
2016-07-06qapi: Add new visit_complete() functionEric Blake1-4/+2
2016-07-06qmp-output-visitor: Favor new visit_free() functionEric Blake1-1/+1
2016-07-06qmp-input-visitor: Favor new visit_free() functionEric Blake1-4/+2
2016-07-04log: Permit -dfilter 0..0xffffffffffffffffMarkus Armbruster1-1/+1
2016-07-04range: Replace internal representation of RangeMarkus Armbruster1-9/+7
2016-07-04range: Eliminate direct Range member accessMarkus Armbruster2-5/+3
2016-07-04log: Clean up misuse of Range for -dfilterMarkus Armbruster1-13/+15
2016-06-30qapi: Fix memleak in string visitors on int listsEric Blake1-46/+29
2016-06-30qapi: Simplify use of range.hEric Blake1-4/+16
2016-06-30range: Create range.c for code that should not be inlineEric Blake2-0/+82
2016-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+18
2016-06-29socket: unlink unix socket on removeMarc-André Lureau1-0/+18
2016-06-28Change net/socket.c to use socket_*() functionsAshijeet Acharya1-0/+36
2016-06-20Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-0/+13
2016-06-20trace: split out trace events for util/ directoryDaniel P. Berrange1-0/+13
2016-06-20log: Fix qemu_set_log_filename() error handlingMarkus Armbruster1-3/+3
2016-06-20log: Fix qemu_set_dfilter_ranges() error reportingMarkus Armbruster1-56/+57
2016-06-20log: Plug memory leak on multiple -dfilterMarkus Armbruster1-0/+7
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost1-5/+1
2016-06-16avx2 configure: Use primitives in testDr. David Alan Gilbert1-7/+1
2016-06-16clean-includes: run it once morePaolo Bonzini2-0/+2
2016-06-16os-posix: include sys/mman.hPaolo Bonzini4-8/+0
2016-06-16hbitmap: add 'pos < size' assertsVladimir Sementsov-Ogievskiy1-0/+3
2016-06-11qht: QEMU's fast, resizable and scalable Hash TableEmilio G. Cota2-0/+834
2016-06-11qdist: add module to represent frequency distributions of dataEmilio G. Cota2-0/+396
2016-06-07Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-06-0...Peter Maydell5-5/+0
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell5-5/+0