summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\
| * iov: don't touch iov in iov_send_recv()Wen Congyang2015-06-231-1/+13
| * util/hbitmap: Add an API to reset all set bits in hbitmapWen Congyang2015-06-231-0/+13
* | util/qemu-sockets: improve ai_flag hints for ipv6 hostsWolfgang Bumiller2015-06-231-3/+6
|/
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-1/+0
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-222-0/+2
* qmp: Wean off qerror_report()Markus Armbruster2015-06-221-2/+2
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-221-10/+12
* QemuOpts: Wean off qerror_report_err()Markus Armbruster2015-06-221-6/+19
* qobject: Use 'bool' for qboolEric Blake2015-06-221-1/+1
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2015-06-121-33/+48
|\
| * throttle: Update throttle infrastructure copyrightAlberto Garcia2015-06-121-3/+5
| * throttle: Extract timers from ThrottleState into a separate structureBenoƮt Canet2015-06-121-30/+43
* | event-notifier: Always return 0 for posix implementationFam Zheng2015-06-121-1/+2
* | Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handlerFam Zheng2015-06-121-5/+3
|/
* QemuOpts: increase number of vm_config_groupsGerd Hoffmann2015-06-101-1/+1
* QemuOpts: Convert qemu_opt_foreach() to ErrorMarkus Armbruster2015-06-092-5/+9
* QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failureMarkus Armbruster2015-06-092-7/+12
* QemuOpts: Convert qemu_opts_foreach() to ErrorMarkus Armbruster2015-06-092-5/+7
* QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failureMarkus Armbruster2015-06-082-8/+15
* bitmap: add atomic test and clearStefan Hajnoczi2015-06-051-0/+45
* bitmap: add atomic set functionsStefan Hajnoczi2015-06-051-0/+38
* util: socket: Add missing localaddr and localport option for DGRAM socketPeter Krempa2015-06-031-0/+6
* util: allow \n to terminate password inputDaniel P. Berrange2015-05-221-1/+2
* util: move read_password method out of qemu-img into osdep/oslibDaniel P. Berrange2015-05-222-0/+90
* qemu-sockets: Report explicit error if unlink failsCole Robinson2015-05-201-1/+6
* util: Remove unused functionsThomas Huth2015-04-302-85/+0
* qemu-config: remove stray inclusions of hw/ filesPaolo Bonzini2015-04-301-2/+0
* block: Resize bitmaps on bdrv_truncateJohn Snow2015-04-281-0/+48
* hbitmap: add hbitmap_mergeJohn Snow2015-04-281-0/+33
* hbitmap: cache array lengthsJohn Snow2015-04-281-0/+4
* qemu-config: Accept empty option valuesEduardo Habkost2015-04-271-1/+3
* util/qemu-config: fix regression of qmp_query_command_line_optionsMarcel Apfelbaum2015-04-021-0/+81
* rcu: do not create thread in pthread_atfork callbackPaolo Bonzini2015-04-011-4/+3
* util/uri: Add overflow check to rfc3986_parse_portMax Reitz2015-03-181-10/+14
OpenPOWER on IntegriCloud