summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2017-02-23option: Fix checking of sizes for overflow and trailing crapMarkus Armbruster1-28/+13
2017-02-23util/cutils: Change qemu_strtosz*() from int64_t to uint64_tMarkus Armbruster1-5/+9
2017-02-23util/cutils: Return qemu_strtosz*() error and value separatelyMarkus Armbruster1-10/+12
2017-02-23util/cutils: Let qemu_strtosz*() optionally reject trailing crapMarkus Armbruster1-5/+9
2017-02-23util/cutils: Drop QEMU_STRTOSZ_DEFSUFFIX_* macrosMarkus Armbruster1-18/+10
2017-02-23util/cutils: New qemu_strtosz()Markus Armbruster1-4/+11
2017-02-23util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB()Markus Armbruster1-1/+1
2017-02-23util/cutils: New qemu_strtosz_metric()Markus Armbruster1-3/+8
2017-02-23option: Fix to reject invalid and overflowing numbersMarkus Armbruster1-3/+8
2017-02-23util/cutils: Clean up control flow around qemu_strtol() a bitMarkus Armbruster1-42/+43
2017-02-23util/cutils: Clean up variable names around qemu_strtol()Markus Armbruster1-21/+21
2017-02-23util/cutils: Rename qemu_strtoll(), qemu_strtoull()Markus Armbruster2-4/+4
2017-02-23util/cutils: Rewrite documentation of qemu_strtol() & friendsMarkus Armbruster1-39/+49
2017-02-23option: Assert value string isn't nullMarkus Armbruster1-50/+39
2017-02-21coroutine-lock: make CoRwlock thread-safe and fairPaolo Bonzini1-11/+24
2017-02-21coroutine-lock: add mutex argument to CoQueue APIsPaolo Bonzini1-3/+21
2017-02-21coroutine-lock: add limited spinning to CoMutexPaolo Bonzini2-7/+46
2017-02-21coroutine-lock: make CoMutex thread-safePaolo Bonzini2-10/+144
2017-02-21async: remove unnecessary inc/dec pairsPaolo Bonzini3-15/+13
2017-02-21aio-posix: partially inline aio_dispatch into aio_pollPaolo Bonzini3-40/+19
2017-02-21block: explicitly acquire aiocontext in aio callbacks that need itPaolo Bonzini1-1/+3
2017-02-21block: explicitly acquire aiocontext in bottom halves that need itPaolo Bonzini2-2/+4
2017-02-21block: explicitly acquire aiocontext in callbacks that need itPaolo Bonzini2-13/+0
2017-02-21block: explicitly acquire aiocontext in timers that need itPaolo Bonzini3-5/+1
2017-02-21aio: push aio_context_acquire/release down to dispatchingPaolo Bonzini3-22/+20
2017-02-21coroutine-lock: reschedule coroutine on the AioContext it was running onPaolo Bonzini2-4/+2
2017-02-21aio: introduce aio_co_schedule and aio_co_wakePaolo Bonzini3-0/+77
2017-02-21block: move AioContext, QEMUTimer, main-loop to libqemuutilPaolo Bonzini10-1/+3347
2017-02-13migration: consolidate VMStateField.startHalil Pasic1-1/+1
2017-02-09util: add iterators for QemuOpts valuesDaniel P. Berrange1-0/+19
2017-01-31host-utils: Implement unsigned quadword left/right shift and unit testsJose Ricardo Ziviani1-0/+64
2017-01-31host-utils: Move 128-bit guard macro to .c fileJose Ricardo Ziviani2-1/+3
2017-01-26hbitmap: Add hbitmap_is_serializable()Max Reitz1-3/+19
2017-01-24win32: use glib gpoll if glib >= 2.50Marc-André Lureau1-0/+2
2017-01-24util/mmap-alloc: refactor a little bit for readabilityCao jin1-6/+4
2017-01-24util/mmap-alloc: check parameter before usingCao jin1-3/+4
2017-01-24Fix documentation and some comments (article, grammar)Stefan Weil1-2/+2
2017-01-23io: introduce a DNS resolver APIDaniel P. Berrange1-2/+2
2017-01-23sockets: add ability to disable DNS resolution for InetSocketAddressDaniel P. Berrange1-0/+7
2017-01-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell5-29/+16
2017-01-20bitmap: assert that start and nr are non negativePeter Lieven1-0/+8
2017-01-19Plumb the HAXM-based hardware acceleration supportVincent Palatin1-2/+2
2017-01-16qemu-thread: fix qemu_thread_set_name() race in qemu_thread_create()Caoxinhua1-6/+6
2017-01-16event_notifier: cleanups around event_notifier_set_handlerPaolo Bonzini2-21/+0
2017-01-16qemu-thread: optimize QemuLockCnt with futexes on LinuxPaolo Bonzini4-30/+300
2017-01-16qemu-thread: introduce QemuLockCntPaolo Bonzini2-0/+115
2017-01-09coroutine: Introduce qemu_coroutine_enter_if_inactive()Kevin Wolf1-0/+7
2017-01-03aio: add AioPollFn and io_poll() interfaceStefan Hajnoczi1-1/+1
2016-11-29hbitmap: Fix shifts of constants by granularityMax Reitz1-2/+6
2016-11-22Fix FreeBSD (10.x) build after 7dc9ae43Ed Maste1-0/+1