aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2022-02-21include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell
2022-02-21include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.hPeter Maydell
2022-02-21include: Move qemu_mprotect_*() to new qemu/mprotect.hPeter Maydell
2022-02-21include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell
2022-02-179pfs: Fix segfault in do_readdir_many caused by struct dirent overreadVitaly Chikunov
2022-02-14util: adjust coroutine pool size to virtio block queueHiroki Narukawa
2022-02-06util/oslib-posix: Fix missing unlock in the error path of os_mem_prealloc()David Hildenbrand
2022-02-04cpuid: use unsigned for max cpuidMichael S. Tsirkin
2022-02-01block/export: Fix vhost-user-blk shutdown with requests in flightKevin Wolf
2022-01-14Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell
2022-01-12aio-posix: split poll check from ready handlerStefan Hajnoczi
2022-01-12meson: reenable filemonitor-inotify compilationVolker Rümelin
2022-01-08qemu/int128: addition of div/rem 128-bit operationsFrédéric Pétrot
2022-01-07util/oslib-posix: Forward SIGBUS to MCE handler under LinuxDavid Hildenbrand
2022-01-07util/oslib-posix: Support concurrent os_mem_prealloc() invocationDavid Hildenbrand
2022-01-07util/oslib-posix: Avoid creating a single thread with MADV_POPULATE_WRITEDavid Hildenbrand
2022-01-07util/oslib-posix: Don't create too many threads with small memory or little p...David Hildenbrand
2022-01-07util/oslib-posix: Introduce and use MemsetContext for touch_all_pages()David Hildenbrand
2022-01-07util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()David Hildenbrand
2022-01-07util/oslib-posix: Let touch_all_pages() return an errorDavid Hildenbrand
2021-11-16transactions: Invoke clean() after everything elseHanna Reitz
2021-11-10rcu: Introduce force_rcu notifierGreg Kurz
2021-11-02util: Make some iova_tree parameters constEugenio Pérez
2021-10-27host-utils: add 128-bit quotient support to divu128/divs128Luis Pires
2021-10-27host-utils: move checks out of divu128/divs128Luis Pires
2021-10-15qemu-option: Allow deleting opts during qemu_opts_foreach()Kevin Wolf
2021-10-14configure, meson: move more compiler checks to MesonPaolo Bonzini
2021-10-14configure, meson: move pthread_setname_np checks to MesonPaolo Bonzini
2021-10-13util/compatfd.c: use libc signalfd wrapper instead of raw syscallKacper Słomiński
2021-09-30Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-09-30build-sys: add HAVE_IPPROTO_MPTCPMarc-André Lureau
2021-09-29host-utils: Fix overflow detection in divu128()Luis Pires
2021-09-27qapi: Convert simple union SocketAddressLegacy to flat oneMarkus Armbruster
2021-09-15util: Remove redundant checks in the openpty()AlexChen
2021-09-13util: Suppress -Wstringop-overflow in qemu_thread_startRichard Henderson
2021-09-07Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell
2021-09-07util/vfio-helpers: Let qemu_vfio_do_mapping() propagate ErrorPhilippe Mathieu-Daudé
2021-09-07util/vfio-helpers: Simplify qemu_vfio_dma_map() returning directlyPhilippe Mathieu-Daudé
2021-09-07util/vfio-helpers: Use error_setg in qemu_vfio_find_[fixed/temp]_iovaPhilippe Mathieu-Daudé
2021-09-07util/vfio-helpers: Extract qemu_vfio_water_mark_reached()Philippe Mathieu-Daudé
2021-09-07util/vfio-helpers: Pass Error handle to qemu_vfio_dma_map()Philippe Mathieu-Daudé
2021-09-07util/vfio-helpers: Remove unreachable code in qemu_vfio_dma_map()Philippe Mathieu-Daudé
2021-09-07util/vfio-helpers: Replace qemu_mutex_lock() calls with QEMU_LOCK_GUARDPhilippe Mathieu-Daudé
2021-09-07util/vfio-helpers: Let qemu_vfio_verify_mappings() use error_report()Philippe Mathieu-Daudé
2021-09-06qemu-sockets: fix unix socket path copy (again)Michael Tokarev
2021-08-04util: fix abstract socket path copyMarc-André Lureau
2021-07-26util/selfmap: Discard mapping on errorRichard Henderson
2021-07-22Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-07-22qemu-config: restore "machine" in qmp_query_command_line_options()Stefan Hajnoczi
2021-07-21qemu/atomic: Add aligned_{int64,uint64}_t typesRichard Henderson