aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2020-07-27util/oslib-win32: add qemu_get_host_physmem implementationAlex Bennée1-1/+6
2020-07-27util: add qemu_get_host_physmem utility functionAlex Bennée2-0/+21
2020-07-21module: ignore NULL typeGerd Hoffmann1-0/+3
2020-07-20util: Implement qemu_get_thread_id() for OpenBSDDavid CARLIER1-0/+2
2020-07-15net: check if the file descriptor is valid before using itLaurent Vivier2-33/+50
2020-07-13util: Introduce qemu_get_host_name()Michal Privoznik2-0/+48
2020-07-13util/drm: make portable by avoiding struct dirent d_typeGerd Hoffmann1-5/+14
2020-07-13util/oslib-posix.c: Implement qemu_init_exec_dir() for HaikuDavid CARLIER1-0/+19
2020-07-13util/compatfd.c: Only include <sys/syscall.h> if CONFIG_SIGNALFDDavid CARLIER1-0/+2
2020-07-13osdep.h: Always include <sys/signal.h> if it existsDavid CARLIER1-1/+0
2020-07-13util/qemu-openpty.c: Don't assume pty.h is glibc-onlyDavid CARLIER1-1/+1
2020-07-13Remove the CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE switchThomas Huth1-2/+2
2020-07-12Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-1107...Peter Maydell2-24/+34
2020-07-11Revert "vga: build virtio-gpu as module"Gerd Hoffmann1-6/+0
2020-07-11util/coroutine: Cleanup start_switch_fiber_ for TSAN.Robert Foley1-18/+34
2020-07-10util/qemu-error: prepend guest name to error message to identify affected VM ...Mario Smarduch1-0/+7
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster3-26/+9
2020-07-10qemu-option: Use returned bool to check for failureMarkus Armbruster2-18/+10
2020-07-10qemu-option: Make functions taking Error ** return bool, not voidMarkus Armbruster1-39/+53
2020-07-10qemu-option: Replace opt_set() by cleaner opt_validate()Markus Armbruster1-16/+19
2020-07-10qemu-option: Factor out helper opt_create()Markus Armbruster1-9/+18
2020-07-10qemu-option: Simplify around find_default_by_name()Markus Armbruster1-13/+5
2020-07-10qemu-option: Factor out helper find_default_by_name()Markus Armbruster1-20/+27
2020-07-10qemu-option: Make uses of find_desc_by_name() more similarMarkus Armbruster1-14/+18
2020-07-10qemu-option: Check return value instead of @err where convenientMarkus Armbruster2-14/+8
2020-07-09Merge remote-tracking branch 'remotes/kraxel/tags/modules-20200707-pull-reque...Peter Maydell1-0/+67
2020-07-07chardev: enable modules, use for brailleGerd Hoffmann1-0/+1
2020-07-07vga: build virtio-gpu as moduleGerd Hoffmann1-0/+6
2020-07-07vga: build qxl as moduleGerd Hoffmann1-0/+2
2020-07-07usb: build usb-redir as moduleGerd Hoffmann1-0/+1
2020-07-07ccid: build smartcard as moduleGerd Hoffmann1-0/+2
2020-07-07module: qom module supportGerd Hoffmann1-0/+55
2020-07-06configure / util: Auto-detect the availability of openpty()Thomas Huth1-1/+4
2020-06-26Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-23/+19
2020-06-26Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2-0/+32
2020-06-26replay: synchronize on every virtual timer callbackPavel Dovgalyuk1-23/+9
2020-06-26util/getauxval: Porting to FreeBSD getauxval featureDavid CARLIER1-0/+10
2020-06-23coroutine: add check for SafeStack in sigaltstackDaniele Buono1-0/+4
2020-06-23coroutine: support SafeStack in ucontext backendDaniele Buono1-0/+28
2020-06-23util/oslib-posix : qemu_init_exec_dir implementation for MacDavid CARLIER1-0/+15
2020-06-16util: Added tsan annotate for thread name.Robert Foley1-0/+2
2020-06-16qht: call qemu_spin_destroy for head bucketsEmilio G. Cota1-0/+1
2020-06-16configure: add --enable-tsan flag + fiber annotations for coroutine-ucontextLingfeng Yang1-9/+57
2020-06-10util/oslib: Returns the real thread identifier on FreeBSD and NetBSDDavid Carlier1-0/+9
2020-06-05util/Makefile: Reduce the user-mode object listPhilippe Mathieu-Daudé1-21/+38
2020-05-20qemu-sockets: add abstract UNIX domain socket supportxiaoqiang zhao1-7/+32
2020-05-18aio-posix: disable fdmon-io_uring when GSource is usedStefan Hajnoczi3-0/+17
2020-05-18aio-posix: don't duplicate fd handler deletion in fdmon_io_uring_destroy()Stefan Hajnoczi2-3/+11
2020-05-05Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-05-04' into st...Peter Maydell1-1/+3
2020-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell1-4/+1