aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2018-03-06Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-03-05Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2018-03-05util/uri.c: wrap single statement blocks with braces {}Su Hang
2018-03-05util/uri.c: remove brackets that wrap `return` statement's content.Su Hang
2018-03-05util/uri.c: Coding style check, Only whitespace involvedSu Hang
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-03-02block: extract AIO_WAIT_WHILE() from BlockDriverStateStefan Hajnoczi
2018-03-01block/nvme: fix Coverity reportsPaolo Bonzini
2018-02-19mem: add share parameter to memory-backend-ramMarcel Apfelbaum
2018-02-15misc: fix spellingMarc-André Lureau
2018-02-10async: use ARRAY_SIZE macroPhilippe Mathieu-Daudé
2018-02-10oslib-posix: check for posix_memalign in configure scriptAndreas Gustafsson
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/qmp/qlist.h exactly where neededMarkus Armbruster
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster
2018-02-09Eliminate qapi/qmp/types.hMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-08Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st...Peter Maydell
2018-02-08Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell
2018-02-08util: Introduce vfio helpersFam Zheng
2018-02-08coroutine-lock: make qemu_co_enter_next thread-safePaolo Bonzini
2018-02-08coroutine-lock: convert CoQueue to use QemuLockablePaolo Bonzini
2018-02-07hbitmap: fix missing restore count when finish deserializationLiang Li
2018-02-07memfd: add hugetlbsize argumentMarc-André Lureau
2018-02-07memfd: add hugetlb supportMarc-André Lureau
2018-02-07memfd: add error argument, instead of perror()Marc-André Lureau
2018-02-07ucontext: annotate coroutine stack for ASANMarc-André Lureau
2018-02-05sockets: fix parsing of ipv4/ipv6 opts in parse_socket_addrDaniel P. Berrange
2018-02-05readline: don't free completions in readline_free()Greg Kurz
2018-01-24Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-01-24Revert "qemu: add a cleanup callback function to EventNotifier"Michael S. Tsirkin
2018-01-23osdep: Retry SETLK upon EINTRFam Zheng
2018-01-19memfd: remove needless includeMarc-André Lureau
2018-01-19memfd: split qemu_memfd_alloc()Marc-André Lureau
2018-01-18qemu: add a cleanup callback function to EventNotifierGal Hammer
2018-01-16util/qemu-thread-*: add qemu_lock, locked and unlock trace eventsAlex Bennée
2018-01-16qemu-config: fix leak in query-command-line-optionsMarc-André Lureau
2018-01-16readline: add a free functionMarc-André Lureau
2017-12-21Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-12-21Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st...Peter Maydell
2017-12-21rcu: reduce more than 7MB heap memory by malloc_trim()Yang Zhong
2017-12-21sockets: remove obsolete code that updated listen addressDaniel P. Berrange
2017-12-20qemu-thread: fix races on threads that exit very quicklylinzhecheng
2017-12-20memfd: fix configure testPaolo Bonzini
2017-12-20util: add is_equal to UUID APIRoman Kagan
2017-12-20Merge remote-tracking branch 'remotes/armbru/tags/pull-cmdline-2017-12-18-v2'...Peter Maydell
2017-12-20Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2017-12-20option: Drop unused get_param_value(), get_next_param_value()Markus Armbruster
2017-12-20option: Remove shadowing opt decl from qemu_opt_print()Dr. David Alan Gilbert