aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-11typofixes - v4Veres Lajos
2015-09-11opts: produce valid command line in qemu_opts_printKővágó, Zoltán
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange
2015-09-10error: On abort, report where the error was createdMarkus Armbruster
2015-09-10error: error_set_errno() is unused, dropMarkus Armbruster
2015-09-10qga: Clean up unnecessarily dirty castsMarkus Armbruster
2015-09-10error: Make error_setg() a functionMarkus Armbruster
2015-09-10error: De-duplicate code creating Error objectsMarkus Armbruster
2015-09-10cutils: work around platform differences in strto{l,ul,ll,ull}Paolo Bonzini
2015-09-09cutils: Add qemu_strtoull() wrapperCarlos L. Torres
2015-09-09cutils: Add qemu_strtoll() wrapperCarlos L. Torres
2015-09-09cutils: Add qemu_strtoul() wrapperCarlos L. Torres
2015-09-09cutils: Add qemu_strtol() wrapperCarlos L. Torres
2015-09-09rcu: init rcu_registry_lock after forkEmilio G. Cota
2015-09-07Make pow2ceil() and pow2floor() inlinePeter Maydell
2015-09-07Remove unused qemu_fls functionPeter Maydell
2015-09-04qemu-iotests: s390x: fix test 049, reject negative sizes in QemuOptsBo Tu
2015-09-02qemu-thread: handle spurious futex_wait wakeupsEmilio G. Cota
2015-08-18Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-08-14rcu: Allow calling rcu_(un)register_thread() during synchronize_rcu()Wen Congyang
2015-08-05throttle: refuse bps_max/iops_max without bps/iopsStefan Hajnoczi
2015-07-24rcu: actually register threads that have RCU read-side critical sectionsPaolo Bonzini
2015-07-20timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi
2015-07-07crypto: move built-in AES implementation into crypto/Daniel P. Berrange
2015-07-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-07-02timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia
2015-06-26cutils: allow compilation with iccArtyom Tarasenko
2015-06-25Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2015-06-23util/qemu-sockets: improve ai_flag hints for ipv6 hostsWolfgang Bumiller
2015-06-23iov: don't touch iov in iov_send_recv()Wen Congyang
2015-06-23util/hbitmap: Add an API to reset all set bits in hbitmapWen Congyang
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-06-22qmp: Wean off qerror_report()Markus Armbruster
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2015-06-22QemuOpts: Wean off qerror_report_err()Markus Armbruster
2015-06-22qobject: Use 'bool' for qboolEric Blake
2015-06-12Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2015-06-12throttle: Update throttle infrastructure copyrightAlberto Garcia
2015-06-12throttle: Extract timers from ThrottleState into a separate structureBenoît Canet
2015-06-12event-notifier: Always return 0 for posix implementationFam Zheng
2015-06-12Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handlerFam Zheng
2015-06-10QemuOpts: increase number of vm_config_groupsGerd Hoffmann
2015-06-09QemuOpts: Convert qemu_opt_foreach() to ErrorMarkus Armbruster
2015-06-09QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failureMarkus Armbruster
2015-06-09QemuOpts: Convert qemu_opts_foreach() to ErrorMarkus Armbruster
2015-06-08QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failureMarkus Armbruster
2015-06-05bitmap: add atomic test and clearStefan Hajnoczi
2015-06-05bitmap: add atomic set functionsStefan Hajnoczi