aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2019-02-04mmap-alloc: fix hugetlbfs misaligned length in ppc64Murilo Opsfelder Araujo
2019-02-04mmap-alloc: unfold qemu_ram_mmap()Murilo Opsfelder Araujo
2019-02-01uuid: Make qemu_uuid_bswap() take and return a QemuUUIDPeter Maydell
2019-01-30Don't talk about the LGPL if the file is licensed under the GPLThomas Huth
2019-01-24Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2019-01-24qemu-coroutine-sleep: drop CoSleepCBVladimir Sementsov-Ogievskiy
2019-01-23Fix segmentation fault when qemu_signal_init failsFei Li
2019-01-18Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-01-15Revert "hbitmap: Add @advance param to hbitmap_iter_next()"Vladimir Sementsov-Ogievskiy
2019-01-15dirty-bitmap: add bdrv_dirty_bitmap_next_dirty_areaVladimir Sementsov-Ogievskiy
2019-01-15dirty-bitmap: improve bdrv_dirty_bitmap_next_zeroVladimir Sementsov-Ogievskiy
2019-01-14util: check the return value of fcntl in qemu_set_{block, nonblock}Li Qiang
2019-01-14aio-posix: Fix concurrent aio_poll/set_fd_handler.Remy Noel
2019-01-14aio-posix: Unregister fd from ctx epoll when removing fd_handler.Remy Noel
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini
2019-01-11build-sys: build with Vista API by defaultMarc-André Lureau
2019-01-08qemu-thread: Don't block SEGV, ILL and FPERoman Bolshakov
2019-01-08util: Implement debug-threads for macOSRoman Bolshakov
2018-12-20Clean up includesMarkus Armbruster
2018-12-17include: move exec/tb-hash-xx.h to qemu/xxhash.hEmilio G. Cota
2018-12-17exec: introduce qemu_xxhash{2,4,5,6,7}Emilio G. Cota
2018-12-13cutils: Fix qemu_strtosz() & friends to reject non-finite sizesDavid Hildenbrand
2018-12-13cutils: Add qemu_strtod() and qemu_strtod_finite()David Hildenbrand
2018-12-11cutils: Assert in-range base for string-to-integer conversionsEric Blake
2018-12-11util: vfio-helpers: use ARRAY_SIZE in qemu_vfio_init_pci()Li Qiang
2018-11-27vfio-helpers: Fix qemu_vfio_open_pci() crashMarkus Armbruster
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