summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini3-6/+6
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini1-2/+2
2019-01-11build-sys: build with Vista API by defaultMarc-André Lureau1-4/+0
2019-01-08qemu-thread: Don't block SEGV, ILL and FPERoman Bolshakov1-0/+5
2019-01-08util: Implement debug-threads for macOSRoman Bolshakov1-1/+5
2018-12-20Clean up includesMarkus Armbruster1-1/+0
2018-12-17include: move exec/tb-hash-xx.h to qemu/xxhash.hEmilio G. Cota1-1/+1
2018-12-17exec: introduce qemu_xxhash{2,4,5,6,7}Emilio G. Cota1-6/+6
2018-12-13cutils: Fix qemu_strtosz() & friends to reject non-finite sizesDavid Hildenbrand1-10/+8
2018-12-13cutils: Add qemu_strtod() and qemu_strtod_finite()David Hildenbrand1-0/+65
2018-12-11cutils: Assert in-range base for string-to-integer conversionsEric Blake1-0/+8
2018-12-11util: vfio-helpers: use ARRAY_SIZE in qemu_vfio_init_pci()Li Qiang1-1/+1
2018-11-27vfio-helpers: Fix qemu_vfio_open_pci() crashMarkus Armbruster1-1/+1
2018-11-06util/qemu-thread-posix: Fix qemu_thread_atexit* for OSXPeter Maydell1-24/+20
2018-11-06oslib-posix: Use MAP_STACK in qemu_alloc_stack() on OpenBSDBrad Smith1-2/+13
2018-11-05option: Make option help nicer to readMax Reitz1-6/+26
2018-10-29bitmap: Update count after a mergeEric Blake1-0/+3
2018-10-29dirty-bitmap: make it possible to restore bitmap after mergeVladimir Sementsov-Ogievskiy1-3/+8
2018-10-29util: aio-posix: fix a typoLi Qiang1-1/+1
2018-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell2-5/+13
2018-10-19error: Drop bogus "use error_setg() instead" admonitionsMarkus Armbruster1-5/+0
2018-10-19error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster1-0/+13
2018-10-19qemu-timer: avoid checkpoints for virtual clock timers in external subsystemsArtem Pisarenko1-7/+43
2018-10-19qemu-timer: introduce timer attributesArtem Pisarenko1-4/+9
2018-10-19Revert some patches from recent [PATCH v6] "Fixing record/replay and adding r...Artem Pisarenko1-2/+0
2018-10-05qemu-option: improve qemu_opts_print_help() outputMarc-André Lureau1-2/+36
2018-10-05qemu-option: add help fallback to print the list of optionsMarc-André Lureau1-11/+22
2018-10-05cutils: add qemu_pstrcmp0()Marc-André Lureau1-0/+5
2018-10-02timer: introduce new virtual clockPavel Dovgalyuk1-0/+2
2018-10-02util: use fcntl() for qemu_write_pidfile() lockingMarc-André Lureau1-1/+6
2018-10-02util: add qemu_write_pidfile()Marc-André Lureau2-0/+95
2018-10-02hostmem-memfd: add checks before adding hostmem-memfd & propertiesMarc-André Lureau1-29/+6
2018-10-02qsp: use atomic64 accessorsEmilio G. Cota1-41/+8
2018-10-02util: add atomic64Emilio G. Cota3-0/+87
2018-10-02cacheinfo: add i/d cache_linesize_logEmilio G. Cota1-0/+8
2018-09-28Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180926' into stagingPeter Maydell2-40/+109
2018-09-28Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st...Peter Maydell2-39/+53
2018-09-26qht: constify arguments to some internal functionsEmilio G. Cota1-6/+10
2018-09-26qht: constify qht_statistics_initEmilio G. Cota1-4/+4
2018-09-26qht: constify qht_lookupEmilio G. Cota1-8/+8
2018-09-26qht: fix comment in qht_bucket_remove_entryEmilio G. Cota1-1/+1
2018-09-26qht: drop ht argument from qht iteratorsEmilio G. Cota2-16/+24
2018-09-26qht: add qht_iter_removeEmilio G. Cota1-8/+66
2018-09-26qht: remove unused map param from qht_remove__lockedEmilio G. Cota1-3/+2
2018-09-26aio-posix: do skip system call if ctx->notifier polling succeedsPaolo Bonzini1-3/+4
2018-09-26aio-posix: compute timeout before pollingPaolo Bonzini2-27/+36
2018-09-26aio-posix: fix concurrent access to poll_disable_cntPaolo Bonzini1-11/+15
2018-09-25Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-09-2...Peter Maydell1-0/+1
2018-09-25memfd: fix possible usage of the uninitialized file descriptorDima Stepanov1-0/+1
2018-09-25block: Use a single global AioWaitKevin Wolf1-5/+6