aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
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
2021-07-21iothread: add aio-max-batch parameterStefano Garzarella
2021-07-20qemu-config: fix memory leak on ferror()Paolo Bonzini
2021-07-20qemu-config: never call the callback after an error, fix leakPaolo Bonzini
2021-07-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-07-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell
2021-07-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2021-07-09Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell
2021-07-09util/guest-random: Fix size arg to tail memcpyMark Nelson
2021-07-09qemu-option: Drop dead assertionMarkus Armbruster
2021-07-09modules: check arch on qom lookupGerd Hoffmann
2021-07-09modules: check arch and block load on mismatchGerd Hoffmann
2021-07-09modules: add tracepointsGerd Hoffmann
2021-07-09modules: use modinfo for qemu opts loadGerd Hoffmann
2021-07-09modules: use modinfo for qom loadGerd Hoffmann
2021-07-09modules: use modinfo for dependenciesGerd Hoffmann
2021-07-09modules: generate modinfo.cGerd Hoffmann
2021-07-09meson: fix missing preprocessor symbolsPaolo Bonzini
2021-07-09util/uri: do not check argument of uri_free()Heinrich Schuchardt
2021-07-08Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell
2021-07-06Deprecate pmem=on with non-DAX capable backend fileIgor Mammedov
2021-07-06qemu-option: remove now-dead codePaolo Bonzini
2021-07-06keyval: introduce keyval_parse_intoPaolo Bonzini
2021-07-06keyval: introduce keyval_mergePaolo Bonzini
2021-07-06configure: convert compiler tests to meson, part 1Paolo Bonzini
2021-07-06meson: store dependency('threads') in a variablePaolo Bonzini
2021-07-05util/async: print leaked BH name when AioContext finalizesStefan Hajnoczi
2021-07-05util/async: add a human-readable name to BHs for debuggingStefan Hajnoczi
2021-06-25co-shared-resource: protect with a mutexEmanuele Giuseppe Esposito
2021-06-22Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210619-2' in...Peter Maydell
2021-06-19util/oslib-win32: Fix fatal assertion in qemu_try_memalignStefan Weil
2021-06-18qemu-sockets: introduce socket_address_parse_named_fd()Vladimir Sementsov-Ogievskiy
2021-06-18async: the main AioContext is only "current" if under the BQLPaolo Bonzini