aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2019-08-06util/hbitmap: update orig_size on truncateVladimir Sementsov-Ogievskiy1-1/+5
2019-07-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-137/+111
2019-07-15bitmap: Add bitmap_copy_with_{src|dst}_offset()Peter Xu1-0/+85
2019-07-15cutils: remove one unnecessary pointer operationWei Yang1-4/+4
2019-07-15util: merge main-loop.c and iohandler.cPaolo Bonzini3-136/+111
2019-07-15build-sys: remove slirp cflags from main-loop.oMarc-André Lureau1-1/+0
2019-06-24util/path: Do not cache all filenames at startupRichard Henderson1-150/+43
2019-06-21util/main-loop: Fix incorrect assertionLidong Chen1-1/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster26-22/+5
2019-06-11qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster3-3/+4
2019-06-06util: Adjust qemu_guest_getrandom_nofail for CoverityRichard Henderson1-1/+1
2019-05-29util: compile drm.o on posixMarc-André Lureau1-1/+1
2019-05-23Merge remote-tracking branch 'remotes/rth/tags/pull-rng-20190522' into stagingPeter Maydell2-0/+94
2019-05-22util: Add qemu_guest_getrandom and associated routinesRichard Henderson2-0/+94
2019-05-22cutils: Simplify how parse_uint() checks for whitespaceMarkus Armbruster1-1/+1
2019-05-13Merge remote-tracking branch 'remotes/kraxel/tags/input-20190513-v2-pull-requ...Peter Maydell1-16/+2
2019-05-10util: simplify unix_listen()Marc-André Lureau1-16/+2
2019-05-10aio-posix: ensure poll mode is left when aio_notify is calledPaolo Bonzini1-4/+8
2019-05-10util/readline: Add braces to fix checkpatch errorsJules Irenge1-17/+33
2019-05-10util: readline: replace tab indent by four spaces to fix checkpatch errorsJules Irenge1-49/+49
2019-05-10util/readline: add a space to fix errors by checkpatch toolJules Irenge1-17/+17
2019-05-09Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell1-4/+8
2019-05-07util/cacheinfo: Use uint64_t on LLP64 model to satisfy Windows ARM64Cao Jiaxi1-1/+1
2019-05-03sockets: avoid string truncation warnings when copying UNIX pathDaniel P. Berrangé1-4/+8
2019-04-30cutils: Fix size_to_str() on 32-bit platformsEric Blake1-1/+1
2019-04-25util/mmap-alloc: support MAP_SYNC in qemu_ram_mmap()Zhang Yi1-1/+40
2019-04-25util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmapZhang Yi2-2/+6
2019-04-18qemu-print: New qemu_fprintf(), qemu_vfprintf()Markus Armbruster1-0/+27
2019-04-18qsp: Simplify how qsp_report() printsMarkus Armbruster1-10/+11
2019-04-18qemu-print: New qemu_printf(), qemu_vprintf() etc.Markus Armbruster2-0/+43
2019-04-18monitor error: Make printf()-like functions return a valueMarkus Armbruster1-4/+8
2019-04-17util/error: do not free error on error_abortVladimir Sementsov-Ogievskiy1-1/+4
2019-04-17error: Fix error_report_err(), warn_report_err() hint printingMarkus Armbruster1-2/+2
2019-04-17log: Make glib logging go through QEMUChristophe Fergeau1-1/+54
2019-04-02filemon: fix watch IDs to avoid potential wraparound issuesDaniel P. Berrangé3-17/+18
2019-04-02filemon: ensure watch IDs are unique to QFileMonitor scopeDaniel P. Berrangé1-3/+2
2019-03-26util/error: Remove an unnecessary NULL checkPhilippe Mathieu-Daudé1-4/+0
2019-03-22trace-events: Fix attribution of trace points to sourceMarkus Armbruster1-3/+3
2019-03-22trace-events: Delete unused trace pointsMarkus Armbruster1-2/+0
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-13/+13
2019-03-12Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell3-2/+66
2019-03-11memfd: improve error messagesIlya Maximets1-1/+6
2019-03-11memfd: set up correct errno if not supportedIlya Maximets1-0/+1
2019-03-11memfd: always check for MFD_CLOEXECIlya Maximets1-1/+1
2019-03-11oslib-posix: Ignore fcntl("/dev/null", F_SETFL, O_NONBLOCK) failurePhilippe Mathieu-Daudé1-0/+12
2019-03-11hostmem-file: reject invalid pmem file sizesStefan Hajnoczi2-0/+58
2019-03-07build-sys: link with slirp as an external projectMarc-André Lureau1-0/+1
2019-03-07slirp: move sources to src/ subdirectoryMarc-André Lureau1-2/+0
2019-03-06exec: Change RAMBlockIterFunc definitionYury Kotov1-3/+3
2019-02-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-1/+2