Age | Commit message (Expand) | Author | Files | Lines |
2016-11-22 | Fix FreeBSD (10.x) build after 7dc9ae43 | Ed Maste | 1 | -0/+1 |
2016-11-01 | qemu-error: remove dependency of stubs on monitor | Paolo Bonzini | 1 | -23/+3 |
2016-10-31 | sockets: add AF_VSOCK support | Stefan Hajnoczi | 1 | -0/+227 |
2016-10-31 | util/qemu-sockets: Make inet_connect_saddr() public | Ashijeet Acharya | 1 | -2/+2 |
2016-10-31 | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st... | Peter Maydell | 1 | -1/+0 |
2016-10-28 | clean-up: removed duplicate #includes | Anand J | 1 | -1/+0 |
2016-10-28 | aio: convert from RFifoLock to QemuRecMutex | Paolo Bonzini | 2 | -79/+0 |
2016-10-28 | qemu-thread: introduce QemuRecMutex | Paolo Bonzini | 2 | -0/+39 |
2016-10-25 | qapi: rename *qmp-*-visitor* to *qobject-*-visitor* | Daniel P. Berrange | 1 | -2/+2 |
2016-10-24 | hbitmap: serialization | Vladimir Sementsov-Ogievskiy | 1 | -0/+137 |
2016-10-24 | HBitmap: Introduce "meta" bitmap to track bit changes | Fam Zheng | 1 | -15/+54 |
2016-10-24 | rcu: simplify memory barriers | Paolo Bonzini | 1 | -6/+5 |
2016-10-24 | qemu-thread: use acquire/release to clarify semantics of QemuEvent | Paolo Bonzini | 2 | -6/+24 |
2016-10-10 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 2 | -3/+17 |
2016-10-10 | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st... | Peter Maydell | 1 | -2/+0 |
2016-10-10 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 3 | -30/+69 |
2016-10-08 | bitmap: refine and move BITMAP_{FIRST/LAST}_WORD_MASK | Wei Yang | 1 | -2/+0 |
2016-10-07 | module: Don't load the same module if requested multiple times | Fam Zheng | 1 | -2/+16 |
2016-10-07 | block: Add bdrv_runtime_opts to query-command-line-options | Kevin Wolf | 1 | -1/+1 |
2016-10-06 | qht: fix unlock-after-free segfault upon resizing | Emilio G. Cota | 1 | -21/+28 |
2016-10-06 | qht: simplify qht_reset_size | Emilio G. Cota | 1 | -5/+3 |
2016-10-04 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 4 | -18/+97 |
2016-10-04 | util: Introduce qemu_get_pid_name | Michal Privoznik | 2 | -0/+34 |
2016-10-04 | util/qht: atomically set b->hashes | Alex Bennée | 1 | -5/+5 |
2016-09-29 | oslib-posix: add a configure switch to debug stack usage | Peter Lieven | 1 | -0/+35 |
2016-09-29 | coroutine-sigaltstack: use helper for allocating stack memory | Peter Lieven | 1 | -4/+5 |
2016-09-29 | coroutine-ucontext: use helper for allocating stack memory | Peter Lieven | 1 | -5/+6 |
2016-09-29 | coroutine: add a macro for the coroutine stack size | Peter Lieven | 3 | -3/+3 |
2016-09-29 | coroutine-sigaltstack: rename coroutine struct appropriately | Peter Lieven | 1 | -8/+8 |
2016-09-29 | oslib-posix: add helpers for stack alloc and free | Peter Lieven | 1 | -0/+42 |
2016-09-29 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell | 1 | -0/+19 |
2016-09-28 | trace: move util/qemu-coroutine*.c trace points into correct file | Daniel P. Berrange | 1 | -0/+13 |
2016-09-28 | trace: move util/buffer.c trace points into correct file | Daniel P. Berrange | 1 | -0/+6 |
2016-09-28 | coroutine: add qemu_coroutine_entered() function | Stefan Hajnoczi | 1 | -0/+5 |
2016-09-23 | uuid: Tighten uuid parse | Fam Zheng | 1 | -1/+23 |
2016-09-23 | vl: Switch qemu_uuid to QemuUUID | Fam Zheng | 1 | -5/+6 |
2016-09-23 | uuid: Make null_uuid static | Fam Zheng | 1 | -1/+1 |
2016-09-23 | util: Add UUID API | Fam Zheng | 2 | -0/+92 |
2016-09-20 | blockdev: Add dynamic module loading for block drivers | Marc Mari | 1 | -27/+11 |
2016-09-14 | log: fix parsing of multiple trace:PATTERN log args | Daniel P. Berrange | 1 | -26/+15 |
2016-09-14 | cutils: Rewrite x86 buffer zero checking | Richard Henderson | 1 | -75/+156 |
2016-09-13 | cutils: Add generic prefetch | Richard Henderson | 1 | -0/+5 |
2016-09-13 | cutils: Add SSE4 version | Paolo Bonzini | 1 | -0/+10 |
2016-09-13 | cutils: Add test for buffer_is_zero | Richard Henderson | 1 | -0/+20 |
2016-09-13 | cutils: Remove ppc buffer zero checking | Richard Henderson | 1 | -25/+1 |
2016-09-13 | cutils: Remove aarch64 buffer zero checking | Richard Henderson | 1 | -15/+0 |
2016-09-13 | cutils: Rearrange buffer_is_zero acceleration | Richard Henderson | 1 | -191/+157 |
2016-09-13 | cutils: Export only buffer_is_zero | Richard Henderson | 1 | -4/+4 |
2016-09-13 | cutils: Remove SPLAT macro | Richard Henderson | 1 | -4/+0 |
2016-09-13 | cutils: Move buffer_is_zero and subroutines to a new file | Richard Henderson | 3 | -244/+273 |