aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2016-03-10osdep: remove use of socket_error() from all codeDaniel P. Berrange
2016-03-10osdep: add wrappers for socket functionsDaniel P. Berrange
2016-03-10osdep: fix socket_error() to work with Mingw64Daniel P. Berrange
2016-03-08cutils: add avx2 instruction optimizationLiang Li
2016-03-07log: do not log if QEMU is daemonized but without -DPaolo Bonzini
2016-03-05util: Shorten references into SocketAddressEric Blake
2016-02-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-02-22log: Redirect stderr to logfile if deamonizedDimitris Aragiorgis
2016-02-22throttle: Add support for burst periodsAlberto Garcia
2016-02-22throttle: Use throttle_config_init() to initialize ThrottleConfigAlberto Garcia
2016-02-22throttle: Merge all functions that check the configuration into oneAlberto Garcia
2016-02-22throttle: Make throttle_is_valid() set errpAlberto Garcia
2016-02-22throttle: Make throttle_max_is_missing_limit() set errpAlberto Garcia
2016-02-22throttle: Make throttle_conflicting() set errpAlberto Garcia
2016-02-22throttle: Make throttle_compute_timer() staticAlberto Garcia
2016-02-16oslib-posix.c: Move workaround for OSX daemon() deprecation to osdep.hPeter Maydell
2016-02-11qemu-sockets: simplify error handlingPaolo Bonzini
2016-02-09Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2016-02-09iov: avoid memcpy for "simple" iov_from_buf/iov_to_bufPaolo Bonzini
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-02-04all: Clean up includesPeter Maydell
2016-02-04util: Clean up includesPeter Maydell
2016-02-03log: add "-d trace:PATTERN"Paolo Bonzini
2016-02-03trace: convert stderr backend to logPaolo Bonzini
2016-02-03log: move qemu-log.c into util/ directoryDenis V. Lunev
2016-01-21Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-01-20blockdev: Error out on negative throttling option valuesFam Zheng
2016-01-19sockets: remove use of QemuOpts from socket_dgramDaniel P. Berrange
2016-01-19sockets: remove use of QemuOpts from socket_connectDaniel P. Berrange
2016-01-19sockets: remove use of QemuOpts from socket_listenDaniel P. Berrange
2016-01-19sockets: remove use of QemuOpts from header fileDaniel P. Berrange
2016-01-13error: New error_prepend(), error_reportf_err()Markus Armbruster
2016-01-13error: Improve documentationMarkus Armbruster
2016-01-13error: Don't append a newline when printing the error hintMarkus Armbruster
2015-12-22mmap-alloc: tweak a comment on ppc64Michael S. Tsirkin
2015-12-18Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-secrets-base...Peter Maydell
2015-12-18util: add base64 decoding functionDaniel P. Berrange
2015-12-18progress: Allow regressing progressMax Reitz
2015-12-18io: add QIOChannelSocket classDaniel P. Berrange
2015-12-04util/id: fully allocate names tableJohn Snow
2015-12-02util/mmap-alloc: fix hugetlb support on ppc64Michael S. Tsirkin
2015-11-30oslib-win32: Change return type of function getpagesizeStefan Weil
2015-11-25osdep: Change default value of qemu_hw_version() to "2.5+"Eduardo Habkost
2015-11-17Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20151116-1' into s...Peter Maydell
2015-11-12block: Add average I/O queue depth to BlockDeviceTimedStatsAlberto Garcia
2015-11-12util: Infrastructure for computing recent averagesAlberto Garcia
2015-11-10qapi: Simplify error cleanup in test-qmp-*Eric Blake
2015-11-06qemu-sockets: do not test path with access() before unlinkingPaolo Bonzini
2015-11-05Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-11-05buffer: allow a buffer to shrink gracefullyPeter Lieven