summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* | trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
|/
* util/oslib-win32: add qemu_get_host_physmem implementationAlex Bennée2020-07-271-1/+6
* util: add qemu_get_host_physmem utility functionAlex Bennée2020-07-272-0/+21
* module: ignore NULL typeGerd Hoffmann2020-07-211-0/+3
* util: Implement qemu_get_thread_id() for OpenBSDDavid CARLIER2020-07-201-0/+2
* net: check if the file descriptor is valid before using itLaurent Vivier2020-07-152-33/+50
* util: Introduce qemu_get_host_name()Michal Privoznik2020-07-142-0/+48
* util/drm: make portable by avoiding struct dirent d_typeGerd Hoffmann2020-07-131-5/+14
* util/oslib-posix.c: Implement qemu_init_exec_dir() for HaikuDavid CARLIER2020-07-131-0/+19
* util/compatfd.c: Only include <sys/syscall.h> if CONFIG_SIGNALFDDavid CARLIER2020-07-131-0/+2
* osdep.h: Always include <sys/signal.h> if it existsDavid CARLIER2020-07-131-1/+0Star
* util/qemu-openpty.c: Don't assume pty.h is glibc-onlyDavid CARLIER2020-07-131-1/+1
* Remove the CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE switchThomas Huth2020-07-131-2/+2
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-1107...Peter Maydell2020-07-122-24/+34
|\
| * Revert "vga: build virtio-gpu as module"Gerd Hoffmann2020-07-111-6/+0Star
| * util/coroutine: Cleanup start_switch_fiber_ for TSAN.Robert Foley2020-07-111-18/+34