summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* util: Shorten references into SocketAddressEric Blake2019-11-291-5/+6
* log: Redirect stderr to logfile if deamonizedDimitris Aragiorgis2019-11-291-2/+9
* throttle: Add support for burst periodsAlberto Garcia2019-11-291-13/+60
* throttle: Use throttle_config_init() to initialize ThrottleConfigAlberto Garcia2019-11-291-0/+10
* throttle: Merge all functions that check the configuration into oneAlberto Garcia2019-11-291-32/+8
* throttle: Make throttle_is_valid() set errpAlberto Garcia2019-11-291-1/+4
* throttle: Make throttle_max_is_missing_limit() set errpAlberto Garcia2019-11-291-1/+4
* throttle: Make throttle_conflicting() set errpAlberto Garcia2019-11-291-2/+9
* throttle: Make throttle_compute_timer() staticAlberto Garcia2019-11-291-4/+4
* oslib-posix.c: Move workaround for OSX daemon() deprecation to osdep.hPeter Maydell2019-11-291-9/+0
* qemu-sockets: simplify error handlingPaolo Bonzini2019-11-291-3/+3
* iov: avoid memcpy for "simple" iov_from_buf/iov_to_bufPaolo Bonzini2019-11-291-4/+4
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2019-11-291-2/+2
* all: Clean up includesPeter Maydell2019-11-291-0/+1
* util: Clean up includesPeter Maydell2019-11-2950-72/+50
* log: add "-d trace:PATTERN"Paolo Bonzini2019-11-291-3/+13
* trace: convert stderr backend to logPaolo Bonzini2019-11-291-0/+3
* log: move qemu-log.c into util/ directoryDenis V. Lunev2019-11-292-0/+180
* blockdev: Error out on negative throttling option valuesFam Zheng2019-11-291-10/+6
* sockets: remove use of QemuOpts from socket_dgramDaniel P. Berrange2019-11-291-75/+24
* sockets: remove use of QemuOpts from socket_connectDaniel P. Berrange2019-11-291-55/+36
* sockets: remove use of QemuOpts from socket_listenDaniel P. Berrange2019-11-291-57/+97
* sockets: remove use of QemuOpts from header fileDaniel P. Berrange2019-11-291-11/+11
* error: New error_prepend(), error_reportf_err()Markus Armbruster2019-11-291-0/+33
* error: Improve documentationMarkus Armbruster2019-11-292-5/+5
* error: Don't append a newline when printing the error hintMarkus Armbruster2019-11-292-3/+3
* mmap-alloc: tweak a comment on ppc64Michael S. Tsirkin2019-11-291-4/+5
* util: add base64 decoding functionDaniel P. Berrange2019-11-292-0/+61
* progress: Allow regressing progressMax Reitz2019-11-291-1/+2
* io: add QIOChannelSocket classDaniel P. Berrange2019-11-291-1/+1
* Initial overlay of HQEMU 2.5.2 changes onto underlying 2.5.0 QEMU GIT tree2.5_overlayTimothy Pearson2019-11-291-3/+3
* util/id: fully allocate names tableJohn Snow2015-12-041-2/+2
* util/mmap-alloc: fix hugetlb support on ppc64Michael S. Tsirkin2015-12-022-23/+40
* oslib-win32: Change return type of function getpagesizeStefan Weil2015-11-301-1/+1
* osdep: Change default value of qemu_hw_version() to "2.5+"Eduardo Habkost2015-11-251-1/+8
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20151116-1' into s...Peter Maydell2015-11-171-2/+108
|\
| * buffer: allow a buffer to shrink gracefullyPeter Lieven2015-11-051-8/+33
| * buffer: factor out buffer_adj_sizePeter Lieven2015-11-051-15/+10
| * buffer: factor out buffer_req_sizePeter Lieven2015-11-051-2/+8
| * buffer: add tracingGerd Hoffmann2015-11-051-0/+18
| * buffer: add buffer_shrinkGerd Hoffmann2015-11-051-1/+19
| * buffer: add buffer_moveGerd Hoffmann2015-11-051-0/+16
| * buffer: add buffer_move_emptyGerd Hoffmann2015-11-051-0/+14
| * buffer: add buffer_initGerd Hoffmann2015-11-051-0/+11
| * buffer: make the Buffer capacity increase in powers of twoPeter Lieven2015-11-051-1/+4
* | block: Add average I/O queue depth to BlockDeviceTimedStatsAlberto Garcia2015-11-121-5/+26
* | util: Infrastructure for computing recent averagesAlberto Garcia2015-11-122-0/+211
* | qapi: Simplify error cleanup in test-qmp-*Eric Blake2015-11-101-0/+7
* | qemu-sockets: do not test path with access() before unlinkingPaolo Bonzini2015-11-061-2/+1
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-11-051-5/+5
|\ \ | |/ |/|
OpenPOWER on IntegriCloud