545 Commits (7ef25cdd6cee4fa468d6cb913fa064a6689faf7d)

Author SHA1 Message Date
Daniel P. Berrange b3db211f3c qapi: rename *qmp-*-visitor* to *qobject-*-visitor* 10 years ago
Vladimir Sementsov-Ogievskiy 8258888e22 hbitmap: serialization 10 years ago
Fam Zheng 07ac4cdb57 HBitmap: Introduce "meta" bitmap to track bit changes 10 years ago
Paolo Bonzini e11131b025 rcu: simplify memory barriers 10 years ago
Paolo Bonzini 374293ca6f qemu-thread: use acquire/release to clarify semantics of QemuEvent 10 years ago
Wei Yang cb57fb3705 bitmap: refine and move BITMAP_{FIRST/LAST}_WORD_MASK 11 years ago
Fam Zheng dffa41b486 module: Don't load the same module if requested multiple times 10 years ago
Kevin Wolf c5f3014b82 block: Add bdrv_runtime_opts to query-command-line-options 10 years ago
Emilio G. Cota 76b553b308 qht: fix unlock-after-free segfault upon resizing 10 years ago
Emilio G. Cota f555a9d0b3 qht: simplify qht_reset_size 10 years ago
Michal Privoznik 7dc9ae4339 util: Introduce qemu_get_pid_name 10 years ago
Alex Bennée a890643958 util/qht: atomically set b->hashes 10 years ago
Peter Lieven 7d992e4d5a oslib-posix: add a configure switch to debug stack usage 10 years ago
Peter Lieven 2f4aa23299 coroutine-sigaltstack: use helper for allocating stack memory 10 years ago
Peter Lieven ddba15919b coroutine-ucontext: use helper for allocating stack memory 10 years ago
Peter Lieven 8adcd6fb6d coroutine: add a macro for the coroutine stack size 10 years ago
Peter Lieven be87a393f9 coroutine-sigaltstack: rename coroutine struct appropriately 10 years ago
Peter Lieven 8737d9e0c4 oslib-posix: add helpers for stack alloc and free 10 years ago
Daniel P. Berrange a409aada20 trace: move util/qemu-coroutine*.c trace points into correct file 10 years ago
Daniel P. Berrange 2c7c4cf0c4 trace: move util/buffer.c trace points into correct file 10 years ago
Stefan Hajnoczi f643e469f3 coroutine: add qemu_coroutine_entered() function 10 years ago
Fam Zheng 0d6ae94783 uuid: Tighten uuid parse 10 years ago
Fam Zheng 9c5ce8db2e vl: Switch qemu_uuid to QemuUUID 10 years ago
Fam Zheng 3630be75d8 uuid: Make null_uuid static 10 years ago
Fam Zheng cea25275a3 util: Add UUID API 10 years ago
Marc Mari 88d88798b7 blockdev: Add dynamic module loading for block drivers 10 years ago
Daniel P. Berrange 89d0a64f49 log: fix parsing of multiple trace:PATTERN log args 10 years ago
Richard Henderson d9911d14e0 cutils: Rewrite x86 buffer zero checking 10 years ago
Richard Henderson 083d012a38 cutils: Add generic prefetch 10 years ago
Paolo Bonzini 86444f084b cutils: Add SSE4 version 10 years ago
Richard Henderson efad668245 cutils: Add test for buffer_is_zero 10 years ago
Richard Henderson 43ff5e01ec cutils: Remove ppc buffer zero checking 10 years ago
Richard Henderson 2250d3a293 cutils: Remove aarch64 buffer zero checking 10 years ago
Richard Henderson 5e33a87222 cutils: Rearrange buffer_is_zero acceleration 10 years ago
Richard Henderson a1febc4950 cutils: Export only buffer_is_zero 10 years ago
Richard Henderson 8c70c1b0c7 cutils: Remove SPLAT macro 10 years ago
Richard Henderson 88ca8e80de cutils: Move buffer_is_zero and subroutines to a new file 10 years ago
Cao jin 2601505121 util: fix some coding style issue 10 years ago
Cao jin 9cd1883c0d util/qemu-sockets: revert Yoda Conditions to normal 10 years ago
Kevin Wolf 1b7f01d966 coroutine: Assert that no locks are held on termination 10 years ago
Kevin Wolf 0e438cdc93 coroutine: Let CoMutex remember who holds it 10 years ago
Laurent Vivier e723b87103 trace-events: fix first line comment in trace-events 10 years ago
Richard Henderson 5a18407f55 tcg: Lower indirect registers in a separate pass 10 years ago
Richard Henderson bdfb460ef7 tcg: Include liveness info in the dumps 10 years ago
Alberto Garcia aaa1e77ffa throttle: Don't allow burst limits to be lower than the normal limits 10 years ago
Shmulik Ladkani e911765cbb util: Fix assertion in iov_copy() upon zero 'bytes' and non-zero 'offset' 10 years ago
Emilio G. Cota 11b7b07f8a qdist: return "(empty)" instead of NULL when printing an empty dist 10 years ago
Emilio G. Cota 071d405477 qdist: use g_renew and g_new instead of g_realloc and g_malloc. 10 years ago
Emilio G. Cota f9dbc19e8b qdist: fix memory leak during binning 10 years ago
Emilio G. Cota 7266ae91a1 qht: do not segfault when gathering stats from an uninitialized qht 10 years ago