aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2020-10-05util/vfio-helpers: Rework the IOVA allocator to avoid IOVA reserved regionsEric Auger1-4/+53
2020-10-05util/vfio-helpers: Collect IOVA reserved regionsEric Auger1-2/+70
2020-10-05util/vfio-helpers: Pass page protections to qemu_vfio_pci_map_bar()Philippe Mathieu-Daudé1-2/+2
2020-09-30module: relocate path to modulesPaolo Bonzini1-1/+2
2020-09-30oslib-posix: relocate path to /varPaolo Bonzini1-2/+4
2020-09-30cutils: introduce get_relocated_pathPaolo Bonzini1-0/+61
2020-09-30oslib-posix: default exec_dir to bindirPaolo Bonzini2-16/+11
2020-09-30oslib: do not call g_strdup from qemu_get_exec_dirPaolo Bonzini3-13/+14
2020-09-29util/hexdump: introduce qemu_hexdump_line()Laurent Vivier1-20/+34
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi22-197/+201
2020-09-23fdmon-poll: reset npfd when upgrading to fdmon-epollStefan Hajnoczi1-0/+1
2020-09-23util/iov: add iov_discard_undo()Stefan Hajnoczi1-4/+46
2020-09-22Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell6-6/+6
2020-09-17util/: fix some comment spelling errorszhaolichang6-6/+6
2020-09-17Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-1...Peter Maydell2-2/+65
2020-09-16tests: fixes aio-win32 about aio_remove_fd_handler, get it consistence with a...Yonggang Luo1-2/+10
2020-09-16util: give a specific error message when O_DIRECT doesn't workDaniel P. Berrangé1-1/+14
2020-09-16util: introduce qemu_open and qemu_create with error reportingDaniel P. Berrangé1-0/+16
2020-09-16util: add Error object for qemu_open_internal error reportingDaniel P. Berrangé1-2/+13
2020-09-16util: refactor qemu_open_old to split off variadic args handlingDaniel P. Berrangé1-7/+17
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé2-2/+2
2020-09-16util: split off a helper for dealing with O_CLOEXEC flagDaniel P. Berrangé1-8/+15
2020-09-16monitor: simplify functions for getting a dup'd fdset entryDaniel P. Berrangé1-16/+3
2020-09-16rcu: Implement drain_call_rcuMaxim Levitsky1-0/+55
2020-09-15virtio-gpu: build modularGerd Hoffmann1-0/+2
2020-09-12Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2-2/+4
2020-09-11util/hexdump: Reorder qemu_hexdump() argumentsPhilippe Mathieu-Daudé2-3/+3
2020-09-11util/hexdump: Convert to take a void pointer argumentPhilippe Mathieu-Daudé1-1/+3
2020-09-09trace-events: Fix attribution of trace points to sourceMarkus Armbruster1-1/+3
2020-09-07stubs: Move qemu_fd_register stub to util/main-loop.cThomas Huth1-0/+4
2020-09-01util/vfio-helpers: Unify trace-events size formatPhilippe Mathieu-Daudé1-3/+3
2020-09-01util/vfio-helpers: Fix typo in descriptionPhilippe Mathieu-Daudé1-2/+2
2020-09-01util/qemu-timer: Fix typo in descriptionPhilippe Mathieu-Daudé1-1/+1
2020-08-22Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-1/+1
2020-08-21Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2-35/+48
2020-08-21util/meson.build: fix fdmon-io_uring buildStefano Garzarella1-1/+1
2020-08-21meson: replace create-config with meson configure_filePaolo Bonzini1-2/+2
2020-08-21meson: link emulators without Makefile.targetPaolo Bonzini1-1/+0
2020-08-21libqemuutil, qapi, trace: convert to mesonPaolo Bonzini2-83/+78
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-08-13aio-posix: keep aio_notify_me disabled during pollingStefan Hajnoczi1-22/+25
2020-08-13async: always set ctx->notified in aio_notify()Stefan Hajnoczi1-11/+21
2020-08-13async: rename event_notifier_dummy_cb/poll()Stefan Hajnoczi1-4/+4
2020-07-27util/oslib-win32: add qemu_get_host_physmem implementationAlex Bennée1-1/+6
2020-07-27util: add qemu_get_host_physmem utility functionAlex Bennée2-0/+21
2020-07-21module: ignore NULL typeGerd Hoffmann1-0/+3
2020-07-20util: Implement qemu_get_thread_id() for OpenBSDDavid CARLIER1-0/+2
2020-07-15net: check if the file descriptor is valid before using itLaurent Vivier2-33/+50
2020-07-13util: Introduce qemu_get_host_name()Michal Privoznik2-0/+48
2020-07-13util/drm: make portable by avoiding struct dirent d_typeGerd Hoffmann1-5/+14