summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* mem: add share parameter to memory-backend-ramMarcel Apfelbaum2018-02-192-3/+3
* misc: fix spellingMarc-André Lureau2018-02-151-1/+1
* async: use ARRAY_SIZE macroPhilippe Mathieu-Daudé2018-02-101-1/+1
* oslib-posix: check for posix_memalign in configure scriptAndreas Gustafsson2018-02-101-1/+1
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-092-0/+2
* Include qapi/qmp/qlist.h exactly where neededMarkus Armbruster2018-02-092-0/+2
* qdict qlist: Make most helper macros functionsMarkus Armbruster2018-02-091-0/+1
* Eliminate qapi/qmp/types.hMarkus Armbruster2018-02-091-1/+3
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st...Peter Maydell2018-02-084-7/+754
|\
| * util: Introduce vfio helpersFam Zheng2018-02-083-0/+739
| * coroutine-lock: make qemu_co_enter_next thread-safePaolo Bonzini2018-02-081-2/+8
| * coroutine-lock: convert CoQueue to use QemuLockablePaolo Bonzini2018-02-081-5/+7
* | Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell2018-02-081-0/+1
|\ \ | |/ |/|
| * hbitmap: fix missing restore count when finish deserializationLiang Li2018-02-071-0/+1
* | memfd: add hugetlbsize argumentMarc-André Lureau2018-02-071-4/+18
* | memfd: add hugetlb supportMarc-André Lureau2018-02-071-3/+10
* | memfd: add error argument, instead of perror()Marc-André Lureau2018-02-071-27/+30
* | ucontext: annotate coroutine stack for ASANMarc-André Lureau2018-02-071-0/+48
* | sockets: fix parsing of ipv4/ipv6 opts in parse_socket_addrDaniel P. Berrange2018-02-051-4/+40
* | readline: don't free completions in readline_free()Greg Kurz2018-02-051-3/+0Star
|/
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2018-01-241-1/+3
|\
| * osdep: Retry SETLK upon EINTRFam Zheng2018-01-231-1/+3
* | Revert "qemu: add a cleanup callback function to EventNotifier"Michael S. Tsirkin2018-01-242-6/+1Star
|/
* memfd: remove needless includeMarc-André Lureau2018-01-191-2/+0Star
* memfd: split qemu_memfd_alloc()Marc-André Lureau2018-01-191-25/+36
* qemu: add a cleanup callback function to EventNotifierGal Hammer2018-01-182-1/+6
* util/qemu-thread-*: add qemu_lock, locked and unlock trace eventsAlex Bennée2018-01-163-21/+27
* qemu-config: fix leak in query-command-line-optionsMarc-André Lureau2018-01-161-1/+2
* readline: add a free functionMarc-André Lureau2018-01-161-1/+17
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-12-214-46/+54
|\
| * rcu: reduce more than 7MB heap memory by malloc_trim()Yang Zhong2017-12-211-0/+6
| * sockets: remove obsolete code that updated listen addressDaniel P. Berrange2017-12-211-26/+5Star
| * qemu-thread: fix races on threads that exit very quicklylinzhecheng2017-12-201-17/+42
| * memfd: fix configure testPaolo Bonzini2017-12-201-3/+1Star
* | Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st...Peter Maydell2017-12-211-1/+6
|\ \ | |/ |/|
| * util: add is_equal to UUID APIRoman Kagan2017-12-201-1/+6
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-cmdline-2017-12-18-v2'...Peter Maydell2017-12-201-35/+1Star
|\ \
| * | option: Drop unused get_param_value(), get_next_param_value()Markus Armbruster2017-12-201-34/+0Star
| * | option: Remove shadowing opt decl from qemu_opt_print()Dr. David Alan Gilbert2017-12-201-1/+1
* | | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2017-12-201-2/+2
|\ \ \ | |/ / |/| |
| * | coroutine: simplify co_aio_sleep_ns() prototypeStefan Hajnoczi2017-12-191-2/+2
* | | Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2017-12-191-0/+39
|\ \ \ | |/ / |/| |
| * | hbitmap: add next_zero functionVladimir Sementsov-Ogievskiy2017-12-181-0/+39
| |/
* / misc: remove duplicated includesPhilippe Mathieu-Daudé2017-12-181-1/+0Star
|/
* sparc: Make sure we mmap at SHMLBA alignmentPeter Maydell2017-12-151-0/+8
* sockets: avoid crash when cleaning up sockets for an invalid FDDaniel P. Berrange2017-11-281-0/+3
* coroutine: abort if we try to schedule or enter a pending coroutineJeff Cody2017-11-213-0/+39
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-11-161-2/+2
|\
| * util/stats64: Fix min/max comparisonsMax Reitz2017-11-151-2/+2