summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
...
* | qapi: Generate FOO_str() macro for QAPI enum FOOMarkus Armbruster2017-09-041-1/+0Star
|/
* oslib-posix: Print errors before aborting on qemu_alloc_stack()Eduardo Habkost2017-08-301-0/+2
* throttle: Make burst_length 64bit and add range checksAlberto Garcia2017-08-291-0/+5
* throttle: Make LeakyBucket.avg and LeakyBucket.max integer typesAlberto Garcia2017-08-291-4/+3Star
* throttle: Remove throttle_fix_bucket() / throttle_unfix_bucket()Alberto Garcia2017-08-291-39/+23Star
* throttle: Make throttle_is_valid() a bit less verboseAlberto Garcia2017-08-291-8/+7Star
* throttle: Update the throttle_fix_bucket() documentationAlberto Garcia2017-08-291-8/+3Star
* osdep: Add runtime OFD lock detectionFam Zheng2017-08-111-10/+56
* Revert "rcu: do not create thread in pthread_atfork callback"Paolo Bonzini2017-08-081-3/+7
* rcu: completely disable pthread_atfork callbacks as soon as possiblePaolo Bonzini2017-08-081-0/+20
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-24' into...Peter Maydell2017-07-241-8/+9
|\
| * error: Revert unwanted change of warning messagesMarkus Armbruster2017-07-241-8/+9
* | util: Introduce include/qemu/cpuid.hRichard Henderson2017-07-241-4/+3Star
|/
* util/oslib-posix.c: Avoid warning on NetBSDPeter Maydell2017-07-211-1/+1
* util/cacheinfo: Add missing include for ppc linuxPhilippe Mathieu-Daudé2017-07-191-0/+1
* block: remove timer canceling in throttle_config()Manos Pitsidianakis2017-07-181-14/+0Star
* block: add clock_type field to ThrottleGroupManos Pitsidianakis2017-07-181-1/+3
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2017-07-181-3/+10
|\
| * util/aio-win32: Only select on what we are actually waiting forAlistair Francis2017-07-171-3/+10
* | coroutine-lock: add qemu_co_rwlock_downgrade and qemu_co_rwlock_upgradePaolo Bonzini2017-07-171-0/+35
|/
* sockets: ensure we don't accept IPv4 clients when IPv4 is disabledDaniel P. Berrange2017-07-141-9/+31
* sockets: don't block IPv4 clients when listening on "::"Daniel P. Berrange2017-07-141-4/+0Star
* sockets: ensure we can bind to both ipv4 & ipv6 separatelyDaniel P. Berrange2017-07-141-8/+23
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...Peter Maydell2017-07-142-7/+119
|\
| * error: Implement the warn and free Error functionsAlistair Francis2017-07-131-0/+20
| * error: Functions to report warnings and informational messagesAlistair Francis2017-07-131-5/+97
| * util/qemu-error: Rename error_print_loc() to be more genericAlistair Francis2017-07-131-2/+2
* | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2017-07-131-34/+0Star
|\ \
| * | util/qemu-sockets: Drop unused helper socket_address_to_string()Mao Zhongyi2017-07-111-34/+0Star
| |/
* | qmp: add x-debug-block-dirty-bitmap-sha256Vladimir Sementsov-Ogievskiy2017-07-111-0/+11
* | block/dirty-bitmap: add deserialize_ones funcVladimir Sementsov-Ogievskiy2017-07-111-0/+17
* | hbitmap: improve dirty iterVladimir Sementsov-Ogievskiy2017-07-111-1/+22
* | block: rip out all traces of password promptingDaniel P. Berrange2017-07-112-90/+0Star
|/
* util/cacheinfo: Fix warning generated by clangPranith Kumar2017-07-101-1/+1
* qemu-thread: Assert locks are initialized before usingFam Zheng2017-07-042-1/+60
* main_loop: Make main_loop_wait() return voidPeter Maydell2017-07-041-7/+1Star
* util/oslib-win32: Remove if conditionalAlistair Francis2017-07-041-4/+2Star
* sockets: avoid formatting buffer that may not be NUL terminatedDaniel P. Berrange2017-07-041-1/+1
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell2017-06-221-16/+8Star
|\
| * qapi: merge QInt and QFloat in QNumMarc-André Lureau2017-06-201-16/+8Star
* | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170619' into stagingPeter Maydell2017-06-222-0/+186
|\ \
| * | util: add cacheinfoEmilio G. Cota2017-06-192-0/+186
| |/
* / util: add stats64 modulePaolo Bonzini2017-06-162-0/+138
|/
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2017-06-123-3/+23
|\
| * coroutine-lock: do not touch coroutine after another one has been enteredRoman Pen2017-06-072-2/+22
| * oslib: strip trailing '\n' from error_setg() string argumentPhilippe Mathieu-Daudé2017-06-071-1/+1
* | sockets: improve error reporting if UNIX socket path is too longDaniel P. Berrange2017-06-071-22/+46
* | Check the return value of fcntl in qemu_set_cloexecStefano Stabellini2017-06-061-1/+3
|/
* Remove/replace sysemu/char.h inclusionMarc-André Lureau2017-06-021-1/+0Star