summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-1/+0
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster2-0/+2
2015-06-22qmp: Wean off qerror_report()Markus Armbruster1-2/+2
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-10/+12
2015-06-22QemuOpts: Wean off qerror_report_err()Markus Armbruster1-6/+19
2015-06-22qobject: Use 'bool' for qboolEric Blake1-1/+1
2015-06-12Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-33/+48
2015-06-12throttle: Update throttle infrastructure copyrightAlberto Garcia1-3/+5
2015-06-12throttle: Extract timers from ThrottleState into a separate structureBenoît Canet1-30/+43
2015-06-12event-notifier: Always return 0 for posix implementationFam Zheng1-1/+2
2015-06-12Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handlerFam Zheng1-5/+3
2015-06-10QemuOpts: increase number of vm_config_groupsGerd Hoffmann1-1/+1
2015-06-09QemuOpts: Convert qemu_opt_foreach() to ErrorMarkus Armbruster2-5/+9
2015-06-09QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failureMarkus Armbruster2-7/+12
2015-06-09QemuOpts: Convert qemu_opts_foreach() to ErrorMarkus Armbruster2-5/+7
2015-06-08QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failureMarkus Armbruster2-8/+15
2015-06-05bitmap: add atomic test and clearStefan Hajnoczi1-0/+45