summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE are defi...Yonggang Luo2020-10-141-2/+2
* util/async: Add aio_co_reschedule_self()Kevin Wolf2020-10-091-0/+30
* qmp: Move dispatcher to a coroutineKevin Wolf2020-10-091-1/+7
* monitor: Use getter/setter functions for cur_monKevin Wolf2020-10-093-4/+6
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-10-062-12/+14
|\
| * cpus: prepare new CpusAccel cpu accelerator interfaceClaudio Fontana2020-10-051-7/+1Star
| * icount: rename functions to be consistent with the module nameClaudio Fontana2020-10-052-3/+3
| * cpu-timers, icount: new modulesClaudio Fontana2020-10-052-7/+15
* | util/vfio-helpers: Rework the IOVA allocator to avoid IOVA reserved regionsEric Auger2020-10-051-4/+53
* | util/vfio-helpers: Collect IOVA reserved regionsEric Auger2020-10-051-2/+70
* | util/vfio-helpers: Pass page protections to qemu_vfio_pci_map_bar()Philippe Mathieu-Daudé2020-10-051-2/+2
|/
* module: relocate path to modulesPaolo Bonzini2020-09-301-1/+2
* oslib-posix: relocate path to /varPaolo Bonzini2020-09-301-2/+4
* cutils: introduce get_relocated_pathPaolo Bonzini2020-09-301-0/+61
* oslib-posix: default exec_dir to bindirPaolo Bonzini2020-09-302-16/+11Star
* oslib: do not call g_strdup from qemu_get_exec_dirPaolo Bonzini2020-09-303-13/+14
* util/hexdump: introduce qemu_hexdump_line()Laurent Vivier2020-09-291-20/+34
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-2322-197/+201
* fdmon-poll: reset npfd when upgrading to fdmon-epollStefan Hajnoczi2020-09-231-0/+1
* util/iov: add iov_discard_undo()Stefan Hajnoczi2020-09-231-4/+46
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2020-09-226-6/+6
|\
| * util/: fix some comment spelling errorszhaolichang2020-09-176-6/+6
* | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-1...Peter Maydell2020-09-172-2/+65
|\ \
| * | tests: fixes aio-win32 about aio_remove_fd_handler, get it consistence with a...Yonggang Luo2020-09-161-2/+10
| * | rcu: Implement drain_call_rcuMaxim Levitsky2020-09-161-0/+55
| |/
* | util: give a specific error message when O_DIRECT doesn't workDaniel P. Berrangé2020-09-161-1/+14
* | util: introduce qemu_open and qemu_create with error reportingDaniel P. Berrangé2020-09-161-0/+16
* | util: add Error object for qemu_open_internal error reportingDaniel P. Berrangé2020-09-161-2/+13
* | util: refactor qemu_open_old to split off variadic args handlingDaniel P. Berrangé2020-09-161-7/+17
* | util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé2020-09-162-2/+2
* | util: split off a helper for dealing with O_CLOEXEC flagDaniel P. Berrangé2020-09-161-8/+15
* | monitor: simplify functions for getting a dup'd fdset entryDaniel P. Berrangé2020-09-161-16/+3Star
|/
* virtio-gpu: build modularGerd Hoffmann2020-09-151-0/+2
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2020-09-122-2/+4
|\
| * util/hexdump: Reorder qemu_hexdump() argumentsPhilippe Mathieu-Daudé2020-09-112-3/+3
| * util/hexdump: Convert to take a void pointer argumentPhilippe Mathieu-Daudé2020-09-111-1/+3
* | trace-events: Fix attribution of trace points to sourceMarkus Armbruster2020-09-091-1/+3
|/
* stubs: Move qemu_fd_register stub to util/main-loop.cThomas Huth2020-09-071-0/+4
* util/vfio-helpers: Unify trace-events size formatPhilippe Mathieu-Daudé2020-09-011-3/+3
* util/vfio-helpers: Fix typo in descriptionPhilippe Mathieu-Daudé2020-09-011-2/+2
* util/qemu-timer: Fix typo in descriptionPhilippe Mathieu-Daudé2020-09-011-1/+1
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-08-221-1/+1
|\
| * util/meson.build: fix fdmon-io_uring buildStefano Garzarella2020-08-211-1/+1
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2020-08-212-35/+48
|\ \ | |/ |/|
| * aio-posix: keep aio_notify_me disabled during pollingStefan Hajnoczi2020-08-131-22/+25
| * async: always set ctx->notified in aio_notify()Stefan Hajnoczi2020-08-131-11/+21
| * async: rename event_notifier_dummy_cb/poll()Stefan Hajnoczi2020-08-131-4/+4
* | meson: replace create-config with meson configure_filePaolo Bonzini2020-08-211-2/+2
* | meson: link emulators without Makefile.targetPaolo Bonzini2020-08-211-1/+0Star
* | libqemuutil, qapi, trace: convert to mesonPaolo Bonzini2020-08-212-83/+78Star