summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...Peter Maydell2019-10-283-0/+85
|\
| * util: introduce SharedResourceVladimir Sementsov-Ogievskiy2019-10-282-0/+77
| * hbitmap: handle set/reset with zero lengthVladimir Sementsov-Ogievskiy2019-10-281-0/+8
* | core: replace getpagesize() with qemu_real_host_page_sizeWei Yang2019-10-264-14/+14
* | Merge commit 'df84f17' into HEADPaolo Bonzini2019-10-262-3/+4
|\ \ | |/ |/|
| * Do not use %m in common code to print error messagesThomas Huth2019-10-222-3/+4
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2019-10-251-2/+5
|\ \
| * | yield_until_fd_readable: make it work with any AioContectDietmar Maurer2019-10-251-2/+5
* | | qemu-timer: reuse MIN macro in qemu_timeout_ns_to_msFrediano Ziglio2019-10-241-5/+1Star
* | | event_notifier: avoid dandling file descriptor in event_notifier_cleanupFrediano Ziglio2019-10-241-1/+1
* | | util/async: avoid useless castFrediano Ziglio2019-10-241-1/+0Star
|/ /
* / qemu-coroutine-sleep: introduce qemu_co_sleep_wakeVladimir Sementsov-Ogievskiy2019-10-221-13/+38
|/
* util/hbitmap: strict hbitmap_resetVladimir Sementsov-Ogievskiy2019-10-171-0/+4
* util/ioc.c: try to reassure Coverity about qemu_iovec_init_extendedVladimir Sementsov-Ogievskiy2019-10-081-2/+3
* win32: work around main-loop busy loop on socket/fd eventMarc-André Lureau2019-10-041-1/+5
* util: WSAEWOULDBLOCK on connect should map to EINPROGRESSMarc-André Lureau2019-10-041-1/+5
* Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-09-24-v2' into...Peter Maydell2019-09-261-2/+3
|\
| * util/qemu-sockets: fix keep_alive handling in inet_connect_saddrVladimir Sementsov-Ogievskiy2019-09-251-2/+3
* | xen / notify: introduce a new XenWatchList abstractionPaul Durrant2019-09-241-0/+5
|/
* Fix cacheline detection on FreeBSD/powerpc.Justin Hibbits2019-09-191-10/+13
* qemu-thread: Add qemu_cond_timedwaitYury Kotov2019-09-163-12/+66
* memory: fetch pmem size in get_file_size()Stefan Hajnoczi2019-09-162-60/+0Star
* linux-user: add memfd_createShu-Chun Weng2019-09-111-1/+1
* socket: Add backlog parameter to socket_listenJuan Quintela2019-09-032-11/+25
* block/qcow2: implement .bdrv_co_pwritev(_compressed)_partVladimir Sementsov-Ogievskiy2019-08-271-0/+10
* util/iov: improve qemu_iovec_is_zeroVladimir Sementsov-Ogievskiy2019-08-271-12/+19
* util/iov: introduce qemu_iovec_init_extendedVladimir Sementsov-Ogievskiy2019-08-271-5/+107
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2019-08-231-0/+8
|\
| * util/async: hold AioContext ref to prevent use-after-freeStefan Hajnoczi2019-08-221-0/+8
* | module: return success on module loadMarc-André Lureau2019-08-211-3/+11
* | module: use g_hash_table_add()Marc-André Lureau2019-08-211-2/+1Star
|/
* util/qemu-timer: refactor deadline calculation for external timersPavel Dovgalyuk2019-08-201-3/+27
* timer: last, remove last bits of lastDr. David Alan Gilbert2019-08-201-21/+1Star
* timer: Remove reset notifiersDr. David Alan Gilbert2019-08-201-20/+1Star
* hbitmap: enable merging across granularitiesJohn Snow2019-08-161-1/+35
* hbitmap: Fix merge when b is empty, and result is not an alias of aJohn Snow2019-08-161-3/+10
* Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-08-15' into st...Peter Maydell2019-08-161-0/+28
|\
| * qapi: Add InetSocketAddress member keep-aliveVladimir Sementsov-Ogievskiy2019-08-151-0/+28
* | Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* | Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* | Include qemu/queue.h slightly lessMarkus Armbruster2019-08-161-1/+0Star
* | Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
|/
* util/hbitmap: update orig_size on truncateVladimir Sementsov-Ogievskiy2019-08-061-1/+5
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-07-163-137/+111Star
|\
| * util: merge main-loop.c and iohandler.cPaolo Bonzini2019-07-153-136/+111Star
| * build-sys: remove slirp cflags from main-loop.oMarc-André Lureau2019-07-151-1/+0Star
* | bitmap: Add bitmap_copy_with_{src|dst}_offset()Peter Xu2019-07-151-0/+85
* | cutils: remove one unnecessary pointer operationWei Yang2019-07-151-4/+4
|/
* util/path: Do not cache all filenames at startupRichard Henderson2019-06-241-150/+43Star
* util/main-loop: Fix incorrect assertionLidong Chen2019-06-211-1/+1