summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* | util/qemu-error: prepend guest name to error message to identify affected VM ...Mario Smarduch2020-07-111-0/+7
|/
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-103-26/+9Star
* qemu-option: Use returned bool to check for failureMarkus Armbruster2020-07-102-18/+10Star
* qemu-option: Make functions taking Error ** return bool, not voidMarkus Armbruster2020-07-101-39/+53
* qemu-option: Replace opt_set() by cleaner opt_validate()Markus Armbruster2020-07-101-16/+19
* qemu-option: Factor out helper opt_create()Markus Armbruster2020-07-101-9/+18
* qemu-option: Simplify around find_default_by_name()Markus Armbruster2020-07-101-13/+5Star
* qemu-option: Factor out helper find_default_by_name()Markus Armbruster2020-07-101-20/+27
* qemu-option: Make uses of find_desc_by_name() more similarMarkus Armbruster2020-07-101-14/+18
* qemu-option: Check return value instead of @err where convenientMarkus Armbruster2020-07-102-14/+8Star
* Merge remote-tracking branch 'remotes/kraxel/tags/modules-20200707-pull-reque...Peter Maydell2020-07-091-0/+67
|\
| * chardev: enable modules, use for brailleGerd Hoffmann2020-07-071-0/+1
| * vga: build virtio-gpu as moduleGerd Hoffmann2020-07-071-0/+6