aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
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
2020-07-27util: add qemu_get_host_physmem utility functionAlex Bennée
2020-07-21module: ignore NULL typeGerd Hoffmann
2020-07-20util: Implement qemu_get_thread_id() for OpenBSDDavid CARLIER
2020-07-15net: check if the file descriptor is valid before using itLaurent Vivier
2020-07-13util: Introduce qemu_get_host_name()Michal Privoznik
2020-07-13util/drm: make portable by avoiding struct dirent d_typeGerd Hoffmann
2020-07-13util/oslib-posix.c: Implement qemu_init_exec_dir() for HaikuDavid CARLIER
2020-07-13util/compatfd.c: Only include <sys/syscall.h> if CONFIG_SIGNALFDDavid CARLIER
2020-07-13osdep.h: Always include <sys/signal.h> if it existsDavid CARLIER
2020-07-13util/qemu-openpty.c: Don't assume pty.h is glibc-onlyDavid CARLIER
2020-07-13Remove the CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE switchThomas Huth
2020-07-12Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-1107...Peter Maydell
2020-07-11Revert "vga: build virtio-gpu as module"Gerd Hoffmann
2020-07-11util/coroutine: Cleanup start_switch_fiber_ for TSAN.Robert Foley
2020-07-10util/qemu-error: prepend guest name to error message to identify affected VM ...Mario Smarduch
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qemu-option: Use returned bool to check for failureMarkus Armbruster
2020-07-10qemu-option: Make functions taking Error ** return bool, not voidMarkus Armbruster
2020-07-10qemu-option: Replace opt_set() by cleaner opt_validate()Markus Armbruster
2020-07-10qemu-option: Factor out helper opt_create()Markus Armbruster
2020-07-10qemu-option: Simplify around find_default_by_name()Markus Armbruster
2020-07-10qemu-option: Factor out helper find_default_by_name()Markus Armbruster
2020-07-10qemu-option: Make uses of find_desc_by_name() more similarMarkus Armbruster
2020-07-10qemu-option: Check return value instead of @err where convenientMarkus Armbruster
2020-07-09Merge remote-tracking branch 'remotes/kraxel/tags/modules-20200707-pull-reque...Peter Maydell
2020-07-07chardev: enable modules, use for brailleGerd Hoffmann
2020-07-07vga: build virtio-gpu as moduleGerd Hoffmann
2020-07-07vga: build qxl as moduleGerd Hoffmann
2020-07-07usb: build usb-redir as moduleGerd Hoffmann
2020-07-07ccid: build smartcard as moduleGerd Hoffmann