summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20151021-v2' into sta...Peter Maydell2015-10-211-0/+8
|\
| * util/qemu-config: fix missing machine command line optionsTony Krowiak2015-10-201-0/+8
* | util: pull Buffer code out of VNC moduleDaniel P. Berrange2015-10-202-0/+66
* | coroutine: move into libqemuutil.a libraryDaniel P. Berrange2015-10-209-0/+1253
* | osdep: add qemu_fork() wrapper for safely handling signalsDaniel P. Berrange2015-10-202-0/+80
* | sockets: allow port to be NULL when listening on IP addressDaniel P. Berrange2015-10-201-5/+13
* | sockets: move qapi_copy_SocketAddress into qemu-sockets.cDaniel P. Berrange2015-10-201-0/+30
* | sockets: add helpers for creating SocketAddress from a socketDaniel P. Berrange2015-10-201-0/+110
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-10-191-3/+6
|\
| * qemu-sockets: fix conversion of ipv4/ipv6 JSON to QemuOptsPaolo Bonzini2015-10-121-3/+6
* | util - add automated ID generation utilityJeff Cody2015-10-161-0/+37
|/
* oslib: allocate PROT_NONE pages on top of RAMMichael S. Tsirkin2015-10-011-4/+4
* oslib: rework anonimous RAM allocationMichael S. Tsirkin2015-10-011-2/+10
* utils: rename strtosz to use qemu prefixMarc-André Lureau2015-09-251-12/+13
* oslib-win32: only provide localtime_r/gmtime_r if missingDaniel P. Berrange2015-09-241-0/+2
* qemu-thread: add a fast path to the Win32 QemuEventPaolo Bonzini2015-09-241-4/+62
* error: New error_fatalMarkus Armbruster2015-09-181-13/+21
* error: Copy location information in error_copy()Eric Blake2015-09-181-0/+3
* hmp: Allow for error message hints on HMPEric Blake2015-09-182-7/+36
* error: only prepend timestamp on stderrStefan Hajnoczi2015-09-181-1/+1
* Revert "rcu: init rcu_registry_lock after fork"Paolo Bonzini2015-09-161-6/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-143-2/+166
|\
| * cutils: work around platform differences in strto{l,ul,ll,ull}Paolo Bonzini2015-09-101-5/+19
| * cutils: Add qemu_strtoull() wrapperCarlos L. Torres2015-09-091-0/+23
| * cutils: Add qemu_strtoll() wrapperCarlos L. Torres2015-09-091-0/+23
| * cutils: Add qemu_strtoul() wrapperCarlos L. Torres2015-09-091-0/+32
| * cutils: Add qemu_strtol() wrapperCarlos L. Torres2015-09-091-0/+58
| * rcu: init rcu_registry_lock after forkEmilio G. Cota2015-09-091-1/+6
| * qemu-thread: handle spurious futex_wait wakeupsEmilio G. Cota2015-09-021-1/+10
* | typofixes - v4Veres Lajos2015-09-111-1/+1
* | opts: produce valid command line in qemu_opts_printKővágó, Zoltán2015-09-111-3/+26
* | maint: remove / fix many doubled wordsDaniel P. Berrange2015-09-111-1/+1
* | error: On abort, report where the error was createdMarkus Armbruster2015-09-101-16/+39
* | error: error_set_errno() is unused, dropMarkus Armbruster2015-09-101-3/+2
* | qga: Clean up unnecessarily dirty castsMarkus Armbruster2015-09-101-3/+2
* | error: Make error_setg() a functionMarkus Armbruster2015-09-101-0/+9
* | error: De-duplicate code creating Error objectsMarkus Armbruster2015-09-101-43/+25
* | Make pow2ceil() and pow2floor() inlinePeter Maydell2015-09-071-23/+0
* | Remove unused qemu_fls functionPeter Maydell2015-09-071-5/+0
* | qemu-iotests: s390x: fix test 049, reject negative sizes in QemuOptsBo Tu2015-09-041-0/+5
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-08-181-13/+35
|\
| * rcu: Allow calling rcu_(un)register_thread() during synchronize_rcu()Wen Congyang2015-08-141-13/+35
* | throttle: refuse bps_max/iops_max without bps/iopsStefan Hajnoczi2015-08-051-0/+15
|/
* rcu: actually register threads that have RCU read-side critical sectionsPaolo Bonzini2015-07-241-0/+2
* timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi2015-07-201-2/+2
* crypto: move built-in AES implementation into crypto/Daniel P. Berrange2015-07-072-1653/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-07-061-7/+7
|\
| * cutils: allow compilation with iccArtyom Tarasenko2015-06-261-7/+7
* | timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia2015-07-021-2/+2
|/
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2015-06-252-1/+26
|\
OpenPOWER on IntegriCloud