summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2018-03-06Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2-1/+41
2018-03-05Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-813/+940
2018-03-05util/uri.c: wrap single statement blocks with braces {}Su Hang1-169/+294
2018-03-05util/uri.c: remove brackets that wrap `return` statement's content.Su Hang1-80/+80
2018-03-05util/uri.c: Coding style check, Only whitespace involvedSu Hang1-733/+735
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+1
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2018-03-02block: extract AIO_WAIT_WHILE() from BlockDriverStateStefan Hajnoczi2-1/+41
2018-03-01block/nvme: fix Coverity reportsPaolo Bonzini1-1/+1
2018-02-19mem: add share parameter to memory-backend-ramMarcel Apfelbaum2-3/+3
2018-02-15misc: fix spellingMarc-André Lureau1-1/+1
2018-02-10async: use ARRAY_SIZE macroPhilippe Mathieu-Daudé1-1/+1
2018-02-10oslib-posix: check for posix_memalign in configure scriptAndreas Gustafsson1-1/+1
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2-0/+2
2018-02-09Include qapi/qmp/qlist.h exactly where neededMarkus Armbruster2-0/+2
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster1-0/+1
2018-02-09Eliminate qapi/qmp/types.hMarkus Armbruster1-1/+3
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2018-02-08Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st...Peter Maydell4-7/+754
2018-02-08Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell1-0/+1
2018-02-08util: Introduce vfio helpersFam Zheng3-0/+739
2018-02-08coroutine-lock: make qemu_co_enter_next thread-safePaolo Bonzini1-2/+8
2018-02-08coroutine-lock: convert CoQueue to use QemuLockablePaolo Bonzini1-5/+7
2018-02-07hbitmap: fix missing restore count when finish deserializationLiang Li1-0/+1
2018-02-07memfd: add hugetlbsize argumentMarc-André Lureau1-4/+18
2018-02-07memfd: add hugetlb supportMarc-André Lureau1-3/+10
2018-02-07memfd: add error argument, instead of perror()Marc-André Lureau1-27/+30
2018-02-07ucontext: annotate coroutine stack for ASANMarc-André Lureau1-0/+48
2018-02-05sockets: fix parsing of ipv4/ipv6 opts in parse_socket_addrDaniel P. Berrange1-4/+40
2018-02-05readline: don't free completions in readline_free()Greg Kurz1-3/+0
2018-01-24Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-1/+3
2018-01-24Revert "qemu: add a cleanup callback function to EventNotifier"Michael S. Tsirkin2-6/+1
2018-01-23osdep: Retry SETLK upon EINTRFam Zheng1-1/+3
2018-01-19memfd: remove needless includeMarc-André Lureau1-2/+0
2018-01-19memfd: split qemu_memfd_alloc()Marc-André Lureau1-25/+36
2018-01-18qemu: add a cleanup callback function to EventNotifierGal Hammer2-1/+6
2018-01-16util/qemu-thread-*: add qemu_lock, locked and unlock trace eventsAlex Bennée3-21/+27
2018-01-16qemu-config: fix leak in query-command-line-optionsMarc-André Lureau1-1/+2
2018-01-16readline: add a free functionMarc-André Lureau1-1/+17
2017-12-21Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell4-46/+54
2017-12-21Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st...Peter Maydell1-1/+6
2017-12-21rcu: reduce more than 7MB heap memory by malloc_trim()Yang Zhong1-0/+6
2017-12-21sockets: remove obsolete code that updated listen addressDaniel P. Berrange1-26/+5
2017-12-20qemu-thread: fix races on threads that exit very quicklylinzhecheng1-17/+42
2017-12-20memfd: fix configure testPaolo Bonzini1-3/+1
2017-12-20util: add is_equal to UUID APIRoman Kagan1-1/+6
2017-12-20Merge remote-tracking branch 'remotes/armbru/tags/pull-cmdline-2017-12-18-v2'...Peter Maydell1-35/+1
2017-12-20Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-2/+2
2017-12-20option: Drop unused get_param_value(), get_next_param_value()Markus Armbruster1-34/+0
2017-12-20option: Remove shadowing opt decl from qemu_opt_print()Dr. David Alan Gilbert1-1/+1