aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2018-11-06util/qemu-thread-posix: Fix qemu_thread_atexit* for OSXPeter Maydell
2018-11-06oslib-posix: Use MAP_STACK in qemu_alloc_stack() on OpenBSDBrad Smith
2018-11-05option: Make option help nicer to readMax Reitz
2018-10-29bitmap: Update count after a mergeEric Blake
2018-10-29dirty-bitmap: make it possible to restore bitmap after mergeVladimir Sementsov-Ogievskiy
2018-10-29util: aio-posix: fix a typoLi Qiang
2018-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell
2018-10-19error: Drop bogus "use error_setg() instead" admonitionsMarkus Armbruster
2018-10-19error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster
2018-10-19qemu-timer: avoid checkpoints for virtual clock timers in external subsystemsArtem Pisarenko
2018-10-19qemu-timer: introduce timer attributesArtem Pisarenko
2018-10-19Revert some patches from recent [PATCH v6] "Fixing record/replay and adding r...Artem Pisarenko
2018-10-05qemu-option: improve qemu_opts_print_help() outputMarc-André Lureau
2018-10-05qemu-option: add help fallback to print the list of optionsMarc-André Lureau
2018-10-05cutils: add qemu_pstrcmp0()Marc-André Lureau
2018-10-02timer: introduce new virtual clockPavel Dovgalyuk
2018-10-02util: use fcntl() for qemu_write_pidfile() lockingMarc-André Lureau
2018-10-02util: add qemu_write_pidfile()Marc-André Lureau
2018-10-02hostmem-memfd: add checks before adding hostmem-memfd & propertiesMarc-André Lureau
2018-10-02qsp: use atomic64 accessorsEmilio G. Cota
2018-10-02util: add atomic64Emilio G. Cota
2018-10-02cacheinfo: add i/d cache_linesize_logEmilio G. Cota
2018-09-28Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180926' into stagingPeter Maydell
2018-09-28Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st...Peter Maydell
2018-09-26qht: constify arguments to some internal functionsEmilio G. Cota
2018-09-26qht: constify qht_statistics_initEmilio G. Cota
2018-09-26qht: constify qht_lookupEmilio G. Cota
2018-09-26qht: fix comment in qht_bucket_remove_entryEmilio G. Cota
2018-09-26qht: drop ht argument from qht iteratorsEmilio G. Cota
2018-09-26qht: add qht_iter_removeEmilio G. Cota
2018-09-26qht: remove unused map param from qht_remove__lockedEmilio G. Cota
2018-09-26aio-posix: do skip system call if ctx->notifier polling succeedsPaolo Bonzini
2018-09-26aio-posix: compute timeout before pollingPaolo Bonzini
2018-09-26aio-posix: fix concurrent access to poll_disable_cntPaolo Bonzini
2018-09-25Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-09-2...Peter Maydell
2018-09-25memfd: fix possible usage of the uninitialized file descriptorDima Stepanov
2018-09-25block: Use a single global AioWaitKevin Wolf
2018-09-25block: Add missing locking in bdrv_co_drain_bh_cb()Kevin Wolf
2018-09-25util/async: use qemu_aio_coroutine_enter in co_schedule_bh_cbSergio Lopez
2018-09-24qemu-error: add {error, warn}_report_once_condCornelia Huck
2018-08-27Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180827-v4-pull-request...Peter Maydell
2018-08-27util: promote qemu_egl_rendernode_open() to libqemuutilMarc-André Lureau
2018-08-24json: Reject invalid UTF-8 sequencesMarkus Armbruster
2018-08-23util/oslib-win32: indicate alignment for qemu_anon_ram_alloc()David Hildenbrand
2018-08-23module: Use QEMU_MODULE_DIR as a search pathryang
2018-08-23qsp: track BQL callers explicitlyEmilio G. Cota
2018-08-23qsp: support call site coalescingEmilio G. Cota
2018-08-23qsp: add qsp_resetEmilio G. Cota
2018-08-23qsp: add sort_by option to qsp_reportEmilio G. Cota
2018-08-23qsp: QEMU's Synchronization ProfilerEmilio G. Cota