Age | Commit message (Expand) | Author | Files | Lines |
2016-09-05 | coroutine: Assert that no locks are held on termination | Kevin Wolf | 2 | -0/+12 |
2016-09-05 | coroutine: Let CoMutex remember who holds it | Kevin Wolf | 1 | -0/+3 |
2016-08-12 | trace-events: fix first line comment in trace-events | Laurent Vivier | 1 | -1/+1 |
2016-08-05 | tcg: Lower indirect registers in a separate pass | Richard Henderson | 1 | -2/+3 |
2016-08-05 | tcg: Include liveness info in the dumps | Richard Henderson | 1 | -6/+13 |
2016-08-05 | throttle: Don't allow burst limits to be lower than the normal limits | Alberto Garcia | 1 | -0/+5 |
2016-08-03 | util: Fix assertion in iov_copy() upon zero 'bytes' and non-zero 'offset' | Shmulik Ladkani | 1 | -1/+2 |
2016-08-03 | qdist: return "(empty)" instead of NULL when printing an empty dist | Emilio G. Cota | 1 | -2/+4 |
2016-08-03 | qdist: use g_renew and g_new instead of g_realloc and g_malloc. | Emilio G. Cota | 1 | -4/+3 |
2016-08-02 | qdist: fix memory leak during binning | Emilio G. Cota | 1 | -1/+1 |
2016-08-02 | qht: do not segfault when gathering stats from an uninitialized qht | Emilio G. Cota | 1 | -1/+6 |
2016-08-02 | util: Drop inet_listen() | Cao jin | 1 | -28/+0 |
2016-08-02 | util: drop unix_nonblocking_connect() | Cao jin | 1 | -16/+0 |
2016-08-02 | util: drop inet_nonblocking_connect() | Cao jin | 1 | -30/+0 |
2016-08-02 | fix qemu exit on memory hotplug when allocation fails at prealloc time | Igor Mammedov | 2 | -14/+14 |
2016-08-02 | util/qht: Document memory ordering assumptions | Paolo Bonzini | 1 | -1/+6 |
2016-07-17 | use g_path_get_dirname instead of dirname | Wei Jiangang | 1 | -1/+3 |
2016-07-14 | target-arm: Use Neon for zero checking | Vijay | 1 | -0/+7 |
2016-07-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -1/+1 |
2016-07-13 | coroutine: move entry argument to qemu_coroutine_create | Paolo Bonzini | 4 | -8/+8 |
2016-07-13 | coroutine: use QSIMPLEQ instead of QTAILQ | Paolo Bonzini | 2 | -12/+12 |
2016-07-13 | osdep: Introduce qemu_dup | Fam Zheng | 1 | -8/+15 |
2016-07-12 | qemu-sockets: use qapi_free_SocketAddress in cleanup | Marc-André Lureau | 1 | -1/+1 |
2016-07-12 | Drop Emacs local variables lists redundant with .dir-locals.el | Markus Armbruster | 1 | -9/+0 |
2016-07-12 | Use #include "..." for our own headers, <...> for others | Markus Armbruster | 2 | -2/+3 |
2016-07-06 | sockets: Use new QAPI cloning | Eric Blake | 1 | -23/+0 |
2016-07-06 | qapi: Add new visit_complete() function | Eric Blake | 1 | -4/+2 |
2016-07-06 | qmp-output-visitor: Favor new visit_free() function | Eric Blake | 1 | -1/+1 |
2016-07-06 | qmp-input-visitor: Favor new visit_free() function | Eric Blake | 1 | -4/+2 |
2016-07-04 | log: Permit -dfilter 0..0xffffffffffffffff | Markus Armbruster | 1 | -1/+1 |
2016-07-04 | range: Replace internal representation of Range | Markus Armbruster | 1 | -9/+7 |
2016-07-04 | range: Eliminate direct Range member access | Markus Armbruster | 2 | -5/+3 |
2016-07-04 | log: Clean up misuse of Range for -dfilter | Markus Armbruster | 1 | -13/+15 |
2016-06-30 | qapi: Fix memleak in string visitors on int lists | Eric Blake | 1 | -46/+29 |
2016-06-30 | qapi: Simplify use of range.h | Eric Blake | 1 | -4/+16 |
2016-06-30 | range: Create range.c for code that should not be inline | Eric Blake | 2 | -0/+82 |
2016-06-29 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -0/+18 |
2016-06-29 | socket: unlink unix socket on remove | Marc-André Lureau | 1 | -0/+18 |
2016-06-28 | Change net/socket.c to use socket_*() functions | Ashijeet Acharya | 1 | -0/+36 |
2016-06-20 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell | 1 | -0/+13 |
2016-06-20 | trace: split out trace events for util/ directory | Daniel P. Berrange | 1 | -0/+13 |
2016-06-20 | log: Fix qemu_set_log_filename() error handling | Markus Armbruster | 1 | -3/+3 |
2016-06-20 | log: Fix qemu_set_dfilter_ranges() error reporting | Markus Armbruster | 1 | -56/+57 |
2016-06-20 | log: Plug memory leak on multiple -dfilter | Markus Armbruster | 1 | -0/+7 |
2016-06-20 | coccinelle: Remove unnecessary variables for function return value | Eduardo Habkost | 1 | -5/+1 |
2016-06-16 | avx2 configure: Use primitives in test | Dr. David Alan Gilbert | 1 | -7/+1 |
2016-06-16 | clean-includes: run it once more | Paolo Bonzini | 2 | -0/+2 |
2016-06-16 | os-posix: include sys/mman.h | Paolo Bonzini | 4 | -8/+0 |
2016-06-16 | hbitmap: add 'pos < size' asserts | Vladimir Sementsov-Ogievskiy | 1 | -0/+3 |
2016-06-11 | qht: QEMU's fast, resizable and scalable Hash Table | Emilio G. Cota | 2 | -0/+834 |