aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
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
2019-01-15dirty-bitmap: improve bdrv_dirty_bitmap_next_zeroVladimir Sementsov-Ogievskiy
2019-01-14util: check the return value of fcntl in qemu_set_{block, nonblock}Li Qiang
2019-01-14aio-posix: Fix concurrent aio_poll/set_fd_handler.Remy Noel
2019-01-14aio-posix: Unregister fd from ctx epoll when removing fd_handler.Remy Noel
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini
2019-01-11build-sys: build with Vista API by defaultMarc-André Lureau
2019-01-08qemu-thread: Don't block SEGV, ILL and FPERoman Bolshakov
2019-01-08util: Implement debug-threads for macOSRoman Bolshakov
2018-12-20Clean up includesMarkus Armbruster
2018-12-17include: move exec/tb-hash-xx.h to qemu/xxhash.hEmilio G. Cota
2018-12-17exec: introduce qemu_xxhash{2,4,5,6,7}Emilio G. Cota
2018-12-13cutils: Fix qemu_strtosz() & friends to reject non-finite sizesDavid Hildenbrand
2018-12-13cutils: Add qemu_strtod() and qemu_strtod_finite()David Hildenbrand
2018-12-11cutils: Assert in-range base for string-to-integer conversionsEric Blake
2018-12-11util: vfio-helpers: use ARRAY_SIZE in qemu_vfio_init_pci()Li Qiang
2018-11-27vfio-helpers: Fix qemu_vfio_open_pci() crashMarkus Armbruster