summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* 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
| * vga: build qxl as moduleGerd Hoffmann2020-07-071-0/+2
| * usb: build usb-redir as moduleGerd Hoffmann2020-07-071-0/+1
| * ccid: build smartcard as moduleGerd Hoffmann2020-07-071-0/+2
| * module: qom module supportGerd Hoffmann2020-07-071-0/+55
* | configure / util: Auto-detect the availability of openpty()Thomas Huth2020-07-061-1/+4
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-06-262-23/+19Star
|\
| * replay: synchronize on every virtual timer callbackPavel Dovgalyuk2020-06-261-23/+9Star
| * util/getauxval: Porting to FreeBSD getauxval featureDavid CARLIER2020-06-261-0/+10
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2020-06-262-0/+32
|\ \ | |/ |/|
| * coroutine: add check for SafeStack in sigaltstackDaniele Buono2020-06-231-0/+4
| * coroutine: support SafeStack in ucontext backendDaniele Buono2020-06-231-0/+28
* | util/oslib-posix : qemu_init_exec_dir implementation for MacDavid CARLIER2020-06-231-0/+15
|/
* util: Added tsan annotate for thread name.Robert Foley2020-06-161-0/+2
* qht: call qemu_spin_destroy for head bucketsEmilio G. Cota2020-06-161-0/+1
* configure: add --enable-tsan flag + fiber annotations for coroutine-ucontextLingfeng Yang2020-06-161-9/+57
* util/oslib: Returns the real thread identifier on FreeBSD and NetBSDDavid Carlier2020-06-101-0/+9
* util/Makefile: Reduce the user-mode object listPhilippe Mathieu-Daudé2020-06-051-21/+38
* qemu-sockets: add abstract UNIX domain socket supportxiaoqiang zhao2020-05-201-7/+32
* aio-posix: disable fdmon-io_uring when GSource is usedStefan Hajnoczi2020-05-183-0/+17