aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2020-10-09qmp: Move dispatcher to a coroutineKevin Wolf
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf
2020-10-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2020-10-05cpus: prepare new CpusAccel cpu accelerator interfaceClaudio Fontana
2020-10-05icount: rename functions to be consistent with the module nameClaudio Fontana
2020-10-05cpu-timers, icount: new modulesClaudio Fontana
2020-10-05util/vfio-helpers: Rework the IOVA allocator to avoid IOVA reserved regionsEric Auger
2020-10-05util/vfio-helpers: Collect IOVA reserved regionsEric Auger
2020-10-05util/vfio-helpers: Pass page protections to qemu_vfio_pci_map_bar()Philippe Mathieu-Daudé
2020-09-30module: relocate path to modulesPaolo Bonzini
2020-09-30oslib-posix: relocate path to /varPaolo Bonzini
2020-09-30cutils: introduce get_relocated_pathPaolo Bonzini
2020-09-30oslib-posix: default exec_dir to bindirPaolo Bonzini
2020-09-30oslib: do not call g_strdup from qemu_get_exec_dirPaolo Bonzini
2020-09-29util/hexdump: introduce qemu_hexdump_line()Laurent Vivier
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-23fdmon-poll: reset npfd when upgrading to fdmon-epollStefan Hajnoczi
2020-09-23util/iov: add iov_discard_undo()Stefan Hajnoczi
2020-09-22Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell
2020-09-17util/: fix some comment spelling errorszhaolichang
2020-09-17Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-1...Peter Maydell
2020-09-16tests: fixes aio-win32 about aio_remove_fd_handler, get it consistence with a...Yonggang Luo
2020-09-16util: give a specific error message when O_DIRECT doesn't workDaniel P. Berrangé
2020-09-16util: introduce qemu_open and qemu_create with error reportingDaniel P. Berrangé
2020-09-16util: add Error object for qemu_open_internal error reportingDaniel P. Berrangé
2020-09-16util: refactor qemu_open_old to split off variadic args handlingDaniel P. Berrangé
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé
2020-09-16util: split off a helper for dealing with O_CLOEXEC flagDaniel P. Berrangé
2020-09-16monitor: simplify functions for getting a dup'd fdset entryDaniel P. Berrangé
2020-09-16rcu: Implement drain_call_rcuMaxim Levitsky
2020-09-15virtio-gpu: build modularGerd Hoffmann
2020-09-12Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell
2020-09-11util/hexdump: Reorder qemu_hexdump() argumentsPhilippe Mathieu-Daudé
2020-09-11util/hexdump: Convert to take a void pointer argumentPhilippe Mathieu-Daudé
2020-09-09trace-events: Fix attribution of trace points to sourceMarkus Armbruster
2020-09-07stubs: Move qemu_fd_register stub to util/main-loop.cThomas Huth
2020-09-01util/vfio-helpers: Unify trace-events size formatPhilippe Mathieu-Daudé
2020-09-01util/vfio-helpers: Fix typo in descriptionPhilippe Mathieu-Daudé
2020-09-01util/qemu-timer: Fix typo in descriptionPhilippe Mathieu-Daudé
2020-08-22Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2020-08-21Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2020-08-21util/meson.build: fix fdmon-io_uring buildStefano Garzarella
2020-08-21meson: replace create-config with meson configure_filePaolo Bonzini
2020-08-21meson: link emulators without Makefile.targetPaolo Bonzini
2020-08-21libqemuutil, qapi, trace: convert to mesonPaolo Bonzini
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-08-13aio-posix: keep aio_notify_me disabled during pollingStefan Hajnoczi
2020-08-13async: always set ctx->notified in aio_notify()Stefan Hajnoczi
2020-08-13async: rename event_notifier_dummy_cb/poll()Stefan Hajnoczi
2020-07-27util/oslib-win32: add qemu_get_host_physmem implementationAlex Bennée