aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2019-10-22qemu-coroutine-sleep: introduce qemu_co_sleep_wakeVladimir Sementsov-Ogievskiy
2019-10-17util/hbitmap: strict hbitmap_resetVladimir Sementsov-Ogievskiy
2019-10-08util/ioc.c: try to reassure Coverity about qemu_iovec_init_extendedVladimir Sementsov-Ogievskiy
2019-10-04win32: work around main-loop busy loop on socket/fd eventMarc-André Lureau
2019-10-04util: WSAEWOULDBLOCK on connect should map to EINPROGRESSMarc-André Lureau
2019-09-26Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-09-24-v2' into...Peter Maydell
2019-09-25util/qemu-sockets: fix keep_alive handling in inet_connect_saddrVladimir Sementsov-Ogievskiy
2019-09-24xen / notify: introduce a new XenWatchList abstractionPaul Durrant
2019-09-19Fix cacheline detection on FreeBSD/powerpc.Justin Hibbits
2019-09-16qemu-thread: Add qemu_cond_timedwaitYury Kotov
2019-09-16memory: fetch pmem size in get_file_size()Stefan Hajnoczi
2019-09-11linux-user: add memfd_createShu-Chun Weng
2019-09-03socket: Add backlog parameter to socket_listenJuan Quintela
2019-08-27block/qcow2: implement .bdrv_co_pwritev(_compressed)_partVladimir Sementsov-Ogievskiy
2019-08-27util/iov: improve qemu_iovec_is_zeroVladimir Sementsov-Ogievskiy
2019-08-27util/iov: introduce qemu_iovec_init_extendedVladimir Sementsov-Ogievskiy
2019-08-23Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2019-08-22util/async: hold AioContext ref to prevent use-after-freeStefan Hajnoczi
2019-08-21module: return success on module loadMarc-André Lureau
2019-08-21module: use g_hash_table_add()Marc-André Lureau
2019-08-20util/qemu-timer: refactor deadline calculation for external timersPavel Dovgalyuk
2019-08-20timer: last, remove last bits of lastDr. David Alan Gilbert
2019-08-20timer: Remove reset notifiersDr. David Alan Gilbert
2019-08-16hbitmap: enable merging across granularitiesJohn Snow
2019-08-16hbitmap: Fix merge when b is empty, and result is not an alias of aJohn Snow
2019-08-16Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-08-15' into st...Peter Maydell
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-15qapi: Add InetSocketAddress member keep-aliveVladimir Sementsov-Ogievskiy
2019-08-06util/hbitmap: update orig_size on truncateVladimir Sementsov-Ogievskiy
2019-07-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-07-15bitmap: Add bitmap_copy_with_{src|dst}_offset()Peter Xu
2019-07-15cutils: remove one unnecessary pointer operationWei Yang
2019-07-15util: merge main-loop.c and iohandler.cPaolo Bonzini
2019-07-15build-sys: remove slirp cflags from main-loop.oMarc-André Lureau
2019-06-24util/path: Do not cache all filenames at startupRichard Henderson
2019-06-21util/main-loop: Fix incorrect assertionLidong Chen
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-11qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster
2019-06-06util: Adjust qemu_guest_getrandom_nofail for CoverityRichard Henderson
2019-05-29util: compile drm.o on posixMarc-André Lureau
2019-05-23Merge remote-tracking branch 'remotes/rth/tags/pull-rng-20190522' into stagingPeter Maydell
2019-05-22util: Add qemu_guest_getrandom and associated routinesRichard Henderson
2019-05-22cutils: Simplify how parse_uint() checks for whitespaceMarkus Armbruster
2019-05-13Merge remote-tracking branch 'remotes/kraxel/tags/input-20190513-v2-pull-requ...Peter Maydell
2019-05-10util: simplify unix_listen()Marc-André Lureau
2019-05-10aio-posix: ensure poll mode is left when aio_notify is calledPaolo Bonzini
2019-05-10util/readline: Add braces to fix checkpatch errorsJules Irenge