- 58c652c qemu-sockets: simplify error handling by Paolo Bonzini · 9 years ago
- f075c89 Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 9 years ago
- ad523bc iov: avoid memcpy for "simple" iov_from_buf/iov_to_buf by Paolo Bonzini · 9 years ago
- 51e72bc qapi: Swap visit_* arguments for consistent 'name' placement by Eric Blake · 9 years ago
- d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
- aafd758 util: Clean up includes by Peter Maydell · 9 years ago
- c84ea00 log: add "-d trace:PATTERN" by Paolo Bonzini · 9 years ago
- ed7f5f1 trace: convert stderr backend to log by Paolo Bonzini · 9 years ago
- d890d50 log: move qemu-log.c into util/ directory by Denis V. Lunev · 9 years ago
- 3c9331c Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 9 years ago
- 972606c blockdev: Error out on negative throttling option values by Fam Zheng · 9 years ago
- 8b39910 sockets: remove use of QemuOpts from socket_dgram by Daniel P. Berrange · 9 years ago
- 2942e42 sockets: remove use of QemuOpts from socket_connect by Daniel P. Berrange · 9 years ago
- 1856835 sockets: remove use of QemuOpts from socket_listen by Daniel P. Berrange · 9 years ago
- 505c4a1 sockets: remove use of QemuOpts from header file by Daniel P. Berrange · 9 years ago
- 8277d2a error: New error_prepend(), error_reportf_err() by Markus Armbruster · 9 years ago
- f4d0064 error: Improve documentation by Markus Armbruster · 9 years ago
- 543202c error: Don't append a newline when printing the error hint by Markus Armbruster · 9 years ago
- 097a50d mmap-alloc: tweak a comment on ppc64 by Michael S. Tsirkin · 9 years ago
- c688084 Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-secrets-base-2015-12-18-1' into staging by Peter Maydell · 9 years ago
- 89bc0b6 util: add base64 decoding function by Daniel P. Berrange · 9 years ago
- bd5072d progress: Allow regressing progress by Max Reitz · 10 years ago
- 559607e io: add QIOChannelSocket class by Daniel P. Berrange · 10 years ago
- 624533e util/id: fully allocate names table by John Snow · 9 years ago
- 7197fb4 util/mmap-alloc: fix hugetlb support on ppc64 by Michael S. Tsirkin · 9 years ago
- a28c2f2 oslib-win32: Change return type of function getpagesize by Stefan Weil · 9 years ago
- fac862f osdep: Change default value of qemu_hw_version() to "2.5+" by Eduardo Habkost · 9 years ago
- c27e901 Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20151116-1' into staging by Peter Maydell · 9 years ago
- 96e4ded block: Add average I/O queue depth to BlockDeviceTimedStats by Alberto Garcia · 9 years ago
- bd797fc util: Infrastructure for computing recent averages by Alberto Garcia · 9 years ago
- a12a5a1 qapi: Simplify error cleanup in test-qmp-* by Eric Blake · 9 years ago
- a2f31f1 qemu-sockets: do not test path with access() before unlinking by Paolo Bonzini · 9 years ago
- 496c1b1 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
- f14c3d8 buffer: allow a buffer to shrink gracefully by Peter Lieven · 9 years ago
- 4ec5ba1 buffer: factor out buffer_adj_size by Peter Lieven · 9 years ago
- fd95243 buffer: factor out buffer_req_size by Peter Lieven · 9 years ago
- d2b9071 buffer: add tracing by Gerd Hoffmann · 9 years ago
- 1ff36b5 buffer: add buffer_shrink by Gerd Hoffmann · 9 years ago
- 830a958 buffer: add buffer_move by Gerd Hoffmann · 9 years ago
- 4d1eb5f buffer: add buffer_move_empty by Gerd Hoffmann · 9 years ago
- 810082d buffer: add buffer_init by Gerd Hoffmann · 9 years ago
- 5c10dbb buffer: make the Buffer capacity increase in powers of two by Peter Lieven · 9 years ago
- 35c2c8d osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version() by Eduardo Habkost · 9 years ago
- 2d32add sockets: Convert to new qapi union layout by Eric Blake · 9 years ago
- 9d4ec93 mmap-alloc: fix error handling by Michael S. Tsirkin · 9 years ago
- 12f0b68 util: const event_notifier_get_fd() argument by Marc-André Lureau · 9 years ago
- ca3e40e Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 9 years ago
- 31190ed vhost: add migration block if memfd failed by Marc-André Lureau · 9 years ago
- 35f9b6e util: add fallback for qemu_memfd_alloc() by Marc-André Lureau · 9 years ago
- d359219 util: add memfd helpers by Marc-André Lureau · 9 years ago
- f04cf92 util: add linux-only memfd fallback by Marc-André Lureau · 9 years ago
- e279200 build-sys: split util-obj- on multi-lines by Marc-André Lureau · 9 years ago
- 8bfaa25 Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20151021-v2' into staging by Peter Maydell · 9 years ago
- 794e8f3 exec: factor out duplicate mmap code by Michael S. Tsirkin · 9 years ago
- 5bcfa0c util/qemu-config: fix missing machine command line options by Tony Krowiak · 9 years ago
- 88c5f20 util: pull Buffer code out of VNC module by Daniel P. Berrange · 10 years ago
- 10817bf coroutine: move into libqemuutil.a library by Daniel P. Berrange · 10 years ago
- 57cb38b osdep: add qemu_fork() wrapper for safely handling signals by Daniel P. Berrange · 10 years ago
- 0983f5e sockets: allow port to be NULL when listening on IP address by Daniel P. Berrange · 10 years ago
- 2a8e21c sockets: move qapi_copy_SocketAddress into qemu-sockets.c by Daniel P. Berrange · 10 years ago
- 17c55de sockets: add helpers for creating SocketAddress from a socket by Daniel P. Berrange · 10 years ago
- 526d580 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
- a0f1913 util - add automated ID generation utility by Jeff Cody · 9 years ago
- b77e7c8 qemu-sockets: fix conversion of ipv4/ipv6 JSON to QemuOpts by Paolo Bonzini · 9 years ago
- 9fac18f oslib: allocate PROT_NONE pages on top of RAM by Michael S. Tsirkin · 10 years ago
- c2dfc5b oslib: rework anonimous RAM allocation by Michael S. Tsirkin · 10 years ago
- 4677bb4 utils: rename strtosz to use qemu prefix by Marc-André Lureau · 10 years ago
- 4d9310f oslib-win32: only provide localtime_r/gmtime_r if missing by Daniel P. Berrange · 9 years ago
- 7c9b2bf qemu-thread: add a fast path to the Win32 QemuEvent by Paolo Bonzini · 10 years ago
- a29a37b error: New error_fatal by Markus Armbruster · 10 years ago
- 88e2ce2 error: Copy location information in error_copy() by Eric Blake · 10 years ago
- 50b7b00 hmp: Allow for error message hints on HMP by Eric Blake · 10 years ago
- 615cf66 error: only prepend timestamp on stderr by Stefan Hajnoczi · 10 years ago
- 05620f8 Revert "rcu: init rcu_registry_lock after fork" by Paolo Bonzini · 10 years ago
- a2aa09e Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
- 67cc32e typofixes - v4 by Veres Lajos · 10 years ago
- fe64669 opts: produce valid command line in qemu_opts_print by Kővágó, Zoltán · 10 years ago
- b6af097 maint: remove / fix many doubled words by Daniel P. Berrange · 10 years ago
- 1e9b65b error: On abort, report where the error was created by Markus Armbruster · 10 years ago
- 4463dcb error: error_set_errno() is unused, drop by Markus Armbruster · 10 years ago
- e7cf59e qga: Clean up unnecessarily dirty casts by Markus Armbruster · 10 years ago
- a9499dd error: Make error_setg() a function by Markus Armbruster · 10 years ago
- 5523750 error: De-duplicate code creating Error objects by Markus Armbruster · 10 years ago
- 47d4be1 cutils: work around platform differences in strto{l,ul,ll,ull} by Paolo Bonzini · 10 years ago
- 3904e6b cutils: Add qemu_strtoull() wrapper by Carlos L. Torres · 10 years ago
- 8ac4df4 cutils: Add qemu_strtoll() wrapper by Carlos L. Torres · 10 years ago
- c817c01 cutils: Add qemu_strtoul() wrapper by Carlos L. Torres · 10 years ago
- 764e0fa cutils: Add qemu_strtol() wrapper by Carlos L. Torres · 10 years ago
- 5243722 rcu: init rcu_registry_lock after fork by Emilio G. Cota · 10 years ago
- 8f1ed5f Make pow2ceil() and pow2floor() inline by Peter Maydell · 10 years ago
- 10944a1 Remove unused qemu_fls function by Peter Maydell · 10 years ago
- 2127899 qemu-iotests: s390x: fix test 049, reject negative sizes in QemuOpts by Bo Tu · 10 years ago
- 16ef9d0 qemu-thread: handle spurious futex_wait wakeups by Emilio G. Cota · 10 years ago
- 5452b6f Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
- c097a60 rcu: Allow calling rcu_(un)register_thread() during synchronize_rcu() by Wen Congyang · 10 years ago
- ee2bdc3 throttle: refuse bps_max/iops_max without bps/iops by Stefan Hajnoczi · 10 years ago
- ab28bd2 rcu: actually register threads that have RCU read-side critical sections by Paolo Bonzini · 10 years ago
- 13566fe timer: rename NSEC_PER_SEC due to Mac OS X header clash by Stefan Hajnoczi · 10 years ago
- 6f2945c crypto: move built-in AES implementation into crypto/ by Daniel P. Berrange · 10 years ago
- 7edd8e4 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago