aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2020-05-05Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-05-04' into st...Peter Maydell
2020-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell
2020-05-04tools: Fix use of fcntl(F_SETFD) during socket activationEric Blake
2020-05-04lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky
2020-05-04Compress lines for immediate returnSimran Singhal
2020-04-30qemu-option: Clean up after the previous commitMarkus Armbruster
2020-04-30qobject: Eliminate qdict_iter(), use qdict_first(), qdict_next()Markus Armbruster
2020-04-29qemu-img: Move is_valid_option_list() to qemu-img.c and rewriteMarkus Armbruster
2020-04-29qemu-option: Avoid has_help_option() in qemu_opts_parse_noisily()Markus Armbruster
2020-04-29qemu-option: Fix has_help_option()'s sloppy parsingMarkus Armbruster
2020-04-29qemu-option: Fix sloppy recognition of "id=..." after ",,"Markus Armbruster
2020-04-29qemu-options: Factor out get_opt_name_value() helperMarkus Armbruster
2020-04-13Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-04-13module: increase dirs array size by oneBruce Rogers
2020-04-11oslib-posix: take lock before qemu_cond_broadcastBauerchen
2020-04-09async: use explicit memory barriersPaolo Bonzini
2020-04-09aio-posix: signal-proof fdmon-io_uringStefan Hajnoczi
2020-04-07linux-user: factor out reading of /proc/self/mapsAlex Bennée
2020-04-03aio-posix: fix test-aio /aio/event/wait with fdmon-io_uringStefan Hajnoczi
2020-04-01util/bufferiszero: improve avx2 acceleratorRobert Hoo
2020-04-01util/bufferiszero: assign length_to_accel value for each accelerator caseRobert Hoo
2020-03-23aio-posix: fix io_uring with external eventsStefan Hajnoczi
2020-03-18block/dirty-bitmap: improve _next_dirty_area APIVladimir Sementsov-Ogievskiy
2020-03-18block/dirty-bitmap: add _next_dirty APIVladimir Sementsov-Ogievskiy
2020-03-18block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_tVladimir Sementsov-Ogievskiy
2020-03-18hbitmap: drop meta bitmaps as they are unusedVladimir Sementsov-Ogievskiy
2020-03-18hbitmap: unpublish hbitmap_iter_skip_wordsVladimir Sementsov-Ogievskiy
2020-03-18hbitmap: move hbitmap_iter_next_word to hbitmap.cVladimir Sementsov-Ogievskiy
2020-03-18hbitmap: assert that we don't create bitmap larger than INT64_MAXVladimir Sementsov-Ogievskiy
2020-03-17lockable: add lock guardsStefan Hajnoczi
2020-03-16modules: load modules from versioned /var/run dirChristian Ehrhardt
2020-03-16oslib-posix: initialize mutex and condition variablePaolo Bonzini
2020-03-16util: add util function buffer_zero_avx512()Robert Hoo
2020-03-11Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2020-03-09aio-posix: remove idle poll handlers to improve scalabilityStefan Hajnoczi
2020-03-09aio-posix: support userspace polling of fd monitoringStefan Hajnoczi
2020-03-09aio-posix: add io_uring fd monitoring implementationStefan Hajnoczi
2020-03-09aio-posix: simplify FDMonOps->update() prototypeStefan Hajnoczi
2020-03-09aio-posix: extract ppoll(2) and epoll(7) fd monitoringStefan Hajnoczi
2020-03-09aio-posix: move RCU_READ_LOCK() into run_poll_handlers()Stefan Hajnoczi
2020-03-09aio-posix: completely stop polling when disabledStefan Hajnoczi
2020-03-09aio-posix: remove confusing QLIST_SAFE_REMOVE()Stefan Hajnoczi
2020-03-09util/osdep: Improve error report by calling error_setg_win32()Philippe Mathieu-Daudé
2020-02-25mem-prealloc: optimize large guest startupbauerchen
2020-02-22module: check module wasn't already initializedAlexander Bulekov
2020-02-22aio-posix: make AioHandler dispatch O(1) with epollStefan Hajnoczi
2020-02-22aio-posix: make AioHandler deletion O(1)Stefan Hajnoczi
2020-02-22aio-posix: don't pass ns timeout to epoll_wait()Stefan Hajnoczi
2020-02-22aio-posix: fix use after leaving scope in aio_poll()Stefan Hajnoczi
2020-02-22util/async: make bh_aio_poll() O(1)Stefan Hajnoczi