summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-05bitmap: add atomic set functionsStefan Hajnoczi1-0/+38
2015-06-03util: socket: Add missing localaddr and localport option for DGRAM socketPeter Krempa1-0/+6
2015-05-22util: allow \n to terminate password inputDaniel P. Berrange1-1/+2
2015-05-22util: move read_password method out of qemu-img into osdep/oslibDaniel P. Berrange2-0/+90
2015-05-20qemu-sockets: Report explicit error if unlink failsCole Robinson1-1/+6
2015-04-30util: Remove unused functionsThomas Huth2-85/+0
2015-04-30qemu-config: remove stray inclusions of hw/ filesPaolo Bonzini1-2/+0
2015-04-28block: Resize bitmaps on bdrv_truncateJohn Snow1-0/+48
2015-04-28hbitmap: add hbitmap_mergeJohn Snow1-0/+33
2015-04-28hbitmap: cache array lengthsJohn Snow1-0/+4
2015-04-27qemu-config: Accept empty option valuesEduardo Habkost1-1/+3
2015-04-02util/qemu-config: fix regression of qmp_query_command_line_optionsMarcel Apfelbaum1-0/+81
2015-04-01rcu: do not create thread in pthread_atfork callbackPaolo Bonzini1-4/+3
2015-03-18util/uri: Add overflow check to rfc3986_parse_portMax Reitz1-10/+14
2015-03-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-6/+33
2015-03-10rcu: handle forks safelyPaolo Bonzini1-1/+32
2015-03-10qemu-thread: do not use PTHREAD_MUTEX_ERRORCHECKPaolo Bonzini1-5/+1
2015-03-10oslib-posix: Fix compiler warning (-Wclobbered) and simplify the codeStefan Weil1-2/+2
2015-03-10cutils: refine strtol error handling in parse_debug_envPaolo Bonzini1-2/+3
2015-03-08Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150304-1' into ...Peter Maydell1-0/+14