aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-06util/hbitmap: update orig_size on truncateVladimir Sementsov-Ogievskiy
2019-07-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-07-15bitmap: Add bitmap_copy_with_{src|dst}_offset()Peter Xu
2019-07-15cutils: remove one unnecessary pointer operationWei Yang
2019-07-15util: merge main-loop.c and iohandler.cPaolo Bonzini
2019-07-15build-sys: remove slirp cflags from main-loop.oMarc-André Lureau
2019-06-24util/path: Do not cache all filenames at startupRichard Henderson
2019-06-21util/main-loop: Fix incorrect assertionLidong Chen
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-11qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster
2019-06-06util: Adjust qemu_guest_getrandom_nofail for CoverityRichard Henderson
2019-05-29util: compile drm.o on posixMarc-André Lureau
2019-05-23Merge remote-tracking branch 'remotes/rth/tags/pull-rng-20190522' into stagingPeter Maydell
2019-05-22util: Add qemu_guest_getrandom and associated routinesRichard Henderson
2019-05-22cutils: Simplify how parse_uint() checks for whitespaceMarkus Armbruster
2019-05-13Merge remote-tracking branch 'remotes/kraxel/tags/input-20190513-v2-pull-requ...Peter Maydell
2019-05-10util: simplify unix_listen()Marc-André Lureau
2019-05-10aio-posix: ensure poll mode is left when aio_notify is calledPaolo Bonzini
2019-05-10util/readline: Add braces to fix checkpatch errorsJules Irenge
2019-05-10util: readline: replace tab indent by four spaces to fix checkpatch errorsJules Irenge
2019-05-10util/readline: add a space to fix errors by checkpatch toolJules Irenge
2019-05-09Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell
2019-05-07util/cacheinfo: Use uint64_t on LLP64 model to satisfy Windows ARM64Cao Jiaxi
2019-05-03sockets: avoid string truncation warnings when copying UNIX pathDaniel P. Berrangé
2019-04-30cutils: Fix size_to_str() on 32-bit platformsEric Blake
2019-04-25util/mmap-alloc: support MAP_SYNC in qemu_ram_mmap()Zhang Yi
2019-04-25util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmapZhang Yi
2019-04-18qemu-print: New qemu_fprintf(), qemu_vfprintf()Markus Armbruster
2019-04-18qsp: Simplify how qsp_report() printsMarkus Armbruster
2019-04-18qemu-print: New qemu_printf(), qemu_vprintf() etc.Markus Armbruster
2019-04-18monitor error: Make printf()-like functions return a valueMarkus Armbruster
2019-04-17util/error: do not free error on error_abortVladimir Sementsov-Ogievskiy
2019-04-17error: Fix error_report_err(), warn_report_err() hint printingMarkus Armbruster
2019-04-17log: Make glib logging go through QEMUChristophe Fergeau
2019-04-02filemon: fix watch IDs to avoid potential wraparound issuesDaniel P. Berrangé
2019-04-02filemon: ensure watch IDs are unique to QFileMonitor scopeDaniel P. Berrangé
2019-03-26util/error: Remove an unnecessary NULL checkPhilippe Mathieu-Daudé
2019-03-22trace-events: Fix attribution of trace points to sourceMarkus Armbruster
2019-03-22trace-events: Delete unused trace pointsMarkus Armbruster
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-12Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2019-03-11memfd: improve error messagesIlya Maximets
2019-03-11memfd: set up correct errno if not supportedIlya Maximets
2019-03-11memfd: always check for MFD_CLOEXECIlya Maximets
2019-03-11oslib-posix: Ignore fcntl("/dev/null", F_SETFL, O_NONBLOCK) failurePhilippe Mathieu-Daudé
2019-03-11hostmem-file: reject invalid pmem file sizesStefan Hajnoczi