summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* util: Adjust qemu_guest_getrandom_nofail for CoverityRichard Henderson2019-06-061-1/+1
* util: compile drm.o on posixMarc-André Lureau2019-05-291-1/+1
* Merge remote-tracking branch 'remotes/rth/tags/pull-rng-20190522' into stagingPeter Maydell2019-05-232-0/+94
|\
| * util: Add qemu_guest_getrandom and associated routinesRichard Henderson2019-05-222-0/+94
* | cutils: Simplify how parse_uint() checks for whitespaceMarkus Armbruster2019-05-221-1/+1
|/
* Merge remote-tracking branch 'remotes/kraxel/tags/input-20190513-v2-pull-requ...Peter Maydell2019-05-131-16/+2Star
|\
| * util: simplify unix_listen()Marc-André Lureau2019-05-101-16/+2Star
* | aio-posix: ensure poll mode is left when aio_notify is calledPaolo Bonzini2019-05-101-4/+8
* | util/readline: Add braces to fix checkpatch errorsJules Irenge2019-05-101-17/+33
* | util: readline: replace tab indent by four spaces to fix checkpatch errorsJules Irenge2019-05-101-49/+49
* | util/readline: add a space to fix errors by checkpatch toolJules Irenge2019-05-101-17/+17
|/
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-05-091-4/+8
|\
| * sockets: avoid string truncation warnings when copying UNIX pathDaniel P. Berrangé2019-05-031-4/+8
* | util/cacheinfo: Use uint64_t on LLP64 model to satisfy Windows ARM64Cao Jiaxi2019-05-071-1/+1
|/
* cutils: Fix size_to_str() on 32-bit platformsEric Blake2019-04-301-1/+1
* util/mmap-alloc: support MAP_SYNC in qemu_ram_mmap()Zhang Yi2019-04-251-1/+40
* util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmapZhang Yi2019-04-252-2/+6
* qemu-print: New qemu_fprintf(), qemu_vfprintf()Markus Armbruster2019-04-181-0/+27
* qsp: Simplify how qsp_report() printsMarkus Armbruster2019-04-181-10/+11
* qemu-print: New qemu_printf(), qemu_vprintf() etc.Markus Armbruster2019-04-182-0/+43
* monitor error: Make printf()-like functions return a valueMarkus Armbruster2019-04-181-4/+8
* util/error: do not free error on error_abortVladimir Sementsov-Ogievskiy2019-04-171-1/+4
* error: Fix error_report_err(), warn_report_err() hint printingMarkus Armbruster2019-04-171-2/+2
* log: Make glib logging go through QEMUChristophe Fergeau2019-04-171-1/+54
* filemon: fix watch IDs to avoid potential wraparound issuesDaniel P. Berrangé2019-04-023-17/+18
* filemon: ensure watch IDs are unique to QFileMonitor scopeDaniel P. Berrangé2019-04-021-3/+2Star
* util/error: Remove an unnecessary NULL checkPhilippe Mathieu-Daudé2019-03-261-4/+0Star
* trace-events: Fix attribution of trace points to sourceMarkus Armbruster2019-03-221-3/+3
* trace-events: Delete unused trace pointsMarkus Armbruster2019-03-221-2/+0Star
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-13/+13
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2019-03-123-2/+66
|\
| * memfd: improve error messagesIlya Maximets2019-03-111-1/+6
| * memfd: set up correct errno if not supportedIlya Maximets2019-03-111-0/+1
| * memfd: always check for MFD_CLOEXECIlya Maximets2019-03-111-1/+1
| * hostmem-file: reject invalid pmem file sizesStefan Hajnoczi2019-03-112-0/+58
* | oslib-posix: Ignore fcntl("/dev/null", F_SETFL, O_NONBLOCK) failurePhilippe Mathieu-Daudé2019-03-111-0/+12
|/
* build-sys: link with slirp as an external projectMarc-André Lureau2019-03-071-0/+1
* slirp: move sources to src/ subdirectoryMarc-André Lureau2019-03-071-2/+0Star
* exec: Change RAMBlockIterFunc definitionYury Kotov2019-03-061-3/+3
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2019-02-261-1/+2
|\
| * aio-posix: Assert that aio_poll() is always called in home threadKevin Wolf2019-02-251-1/+2
* | authz: delete existing ACL implementationDaniel P. Berrange2019-02-262-180/+0Star
* | util: add helper APIs for dealing with inotify in portable mannerDaniel P. Berrangé2019-02-264-0/+410
|/
* slirp: replace global polling with per-instance & notifierMarc-André Lureau2019-02-071-6/+24
* slirp: prefer c99 types over BSD kindMarc-André Lureau2019-02-071-1/+1
* mmap-alloc: fix hugetlbfs misaligned length in ppc64Murilo Opsfelder Araujo2019-02-042-7/+17
* mmap-alloc: unfold qemu_ram_mmap()Murilo Opsfelder Araujo2019-02-041-19/+34
* uuid: Make qemu_uuid_bswap() take and return a QemuUUIDPeter Maydell2019-02-011-5/+5
* Don't talk about the LGPL if the file is licensed under the GPLThomas Huth2019-01-301-6/+5Star
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2019-01-241-17/+10Star
|\