aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
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
2019-03-07build-sys: link with slirp as an external projectMarc-André Lureau
2019-03-07slirp: move sources to src/ subdirectoryMarc-André Lureau
2019-03-06exec: Change RAMBlockIterFunc definitionYury Kotov
2019-02-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2019-02-26authz: delete existing ACL implementationDaniel P. Berrange
2019-02-26util: add helper APIs for dealing with inotify in portable mannerDaniel P. Berrangé
2019-02-25aio-posix: Assert that aio_poll() is always called in home threadKevin Wolf
2019-02-07slirp: replace global polling with per-instance & notifierMarc-André Lureau
2019-02-07slirp: prefer c99 types over BSD kindMarc-André Lureau
2019-02-04mmap-alloc: fix hugetlbfs misaligned length in ppc64Murilo Opsfelder Araujo
2019-02-04mmap-alloc: unfold qemu_ram_mmap()Murilo Opsfelder Araujo
2019-02-01uuid: Make qemu_uuid_bswap() take and return a QemuUUIDPeter Maydell
2019-01-30Don't talk about the LGPL if the file is licensed under the GPLThomas Huth
2019-01-24Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2019-01-24qemu-coroutine-sleep: drop CoSleepCBVladimir Sementsov-Ogievskiy
2019-01-23Fix segmentation fault when qemu_signal_init failsFei Li
2019-01-18Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-01-15Revert "hbitmap: Add @advance param to hbitmap_iter_next()"Vladimir Sementsov-Ogievskiy
2019-01-15dirty-bitmap: add bdrv_dirty_bitmap_next_dirty_areaVladimir Sementsov-Ogievskiy