summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange9-0/+1253
2015-10-20osdep: add qemu_fork() wrapper for safely handling signalsDaniel P. Berrange2-0/+80
2015-10-20sockets: allow port to be NULL when listening on IP addressDaniel P. Berrange1-5/+13
2015-10-20sockets: move qapi_copy_SocketAddress into qemu-sockets.cDaniel P. Berrange1-0/+30
2015-10-20sockets: add helpers for creating SocketAddress from a socketDaniel P. Berrange1-0/+110
2015-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-3/+6
2015-10-16util - add automated ID generation utilityJeff Cody1-0/+37
2015-10-12qemu-sockets: fix conversion of ipv4/ipv6 JSON to QemuOptsPaolo Bonzini1-3/+6
2015-10-01oslib: allocate PROT_NONE pages on top of RAMMichael S. Tsirkin1-4/+4
2015-10-01oslib: rework anonimous RAM allocationMichael S. Tsirkin1-2/+10
2015-09-25utils: rename strtosz to use qemu prefixMarc-André Lureau1-12/+13
2015-09-24oslib-win32: only provide localtime_r/gmtime_r if missingDaniel P. Berrange1-0/+2
2015-09-24qemu-thread: add a fast path to the Win32 QemuEventPaolo Bonzini1-4/+62
2015-09-18error: New error_fatalMarkus Armbruster1-13/+21
2015-09-18error: Copy location information in error_copy()Eric Blake1-0/+3
2015-09-18hmp: Allow for error message hints on HMPEric Blake2-7/+36
2015-09-18error: only prepend timestamp on stderrStefan Hajnoczi1-1/+1
2015-09-16Revert "rcu: init rcu_registry_lock after fork"Paolo Bonzini1-6/+1
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-2/+166
2015-09-11typofixes - v4Veres Lajos1-1/+1
2015-09-11opts: produce valid command line in qemu_opts_printKővágó, Zoltán1-3/+26
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange1-1/+1
2015-09-10error: On abort, report where the error was createdMarkus Armbruster1-16/+39
2015-09-10error: error_set_errno() is unused, dropMarkus Armbruster1-3/+2
2015-09-10qga: Clean up unnecessarily dirty castsMarkus Armbruster1-3/+2
2015-09-10error: Make error_setg() a functionMarkus Armbruster1-0/+9
2015-09-10error: De-duplicate code creating Error objectsMarkus Armbruster1-43/+25
2015-09-10cutils: work around platform differences in strto{l,ul,ll,ull}Paolo Bonzini1-5/+19
2015-09-09cutils: Add qemu_strtoull() wrapperCarlos L. Torres1-0/+23
2015-09-09cutils: Add qemu_strtoll() wrapperCarlos L. Torres1-0/+23
2015-09-09cutils: Add qemu_strtoul() wrapperCarlos L. Torres1-0/+32
2015-09-09cutils: Add qemu_strtol() wrapperCarlos L. Torres1-0/+58
2015-09-09rcu: init rcu_registry_lock after forkEmilio G. Cota1-1/+6
2015-09-07Make pow2ceil() and pow2floor() inlinePeter Maydell1-23/+0
2015-09-07Remove unused qemu_fls functionPeter Maydell1-5/+0
2015-09-04qemu-iotests: s390x: fix test 049, reject negative sizes in QemuOptsBo Tu1-0/+5
2015-09-02qemu-thread: handle spurious futex_wait wakeupsEmilio G. Cota1-1/+10
2015-08-18Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-13/+35
2015-08-14rcu: Allow calling rcu_(un)register_thread() during synchronize_rcu()Wen Congyang1-13/+35
2015-08-05throttle: refuse bps_max/iops_max without bps/iopsStefan Hajnoczi1-0/+15
2015-07-24rcu: actually register threads that have RCU read-side critical sectionsPaolo Bonzini1-0/+2
2015-07-20timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi1-2/+2
2015-07-07crypto: move built-in AES implementation into crypto/Daniel P. Berrange2-1653/+1
2015-07-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-7/+7
2015-07-02timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia1-2/+2
2015-06-26cutils: allow compilation with iccArtyom Tarasenko1-7/+7
2015-06-25Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2-1/+26
2015-06-23util/qemu-sockets: improve ai_flag hints for ipv6 hostsWolfgang Bumiller1-3/+6
2015-06-23iov: don't touch iov in iov_send_recv()Wen Congyang1-1/+13
2015-06-23util/hbitmap: Add an API to reset all set bits in hbitmapWen Congyang1-0/+13