summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2017-09-07configure: Drop AIX host supportPeter Maydell1-10/+1
2017-09-07Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-0/+151
2017-09-05block: convert ThrottleGroup to object with QOMManos Pitsidianakis1-0/+151
2017-09-05Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-20170905-2' into...Peter Maydell1-182/+23
2017-09-05util: remove the obsolete non-blocking connectCao jin1-182/+23
2017-09-04qapi: Generate FOO_str() macro for QAPI enum FOOMarkus Armbruster1-1/+0
2017-08-30oslib-posix: Print errors before aborting on qemu_alloc_stack()Eduardo Habkost1-0/+2
2017-08-29throttle: Make burst_length 64bit and add range checksAlberto Garcia1-0/+5
2017-08-29throttle: Make LeakyBucket.avg and LeakyBucket.max integer typesAlberto Garcia1-4/+3
2017-08-29throttle: Remove throttle_fix_bucket() / throttle_unfix_bucket()Alberto Garcia1-39/+23
2017-08-29throttle: Make throttle_is_valid() a bit less verboseAlberto Garcia1-8/+7
2017-08-29throttle: Update the throttle_fix_bucket() documentationAlberto Garcia1-8/+3
2017-08-11osdep: Add runtime OFD lock detectionFam Zheng1-10/+56
2017-08-08Revert "rcu: do not create thread in pthread_atfork callback"Paolo Bonzini1-3/+7
2017-08-08rcu: completely disable pthread_atfork callbacks as soon as possiblePaolo Bonzini1-0/+20
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-24Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-24' into...Peter Maydell1-8/+9
2017-07-24error: Revert unwanted change of warning messagesMarkus Armbruster1-8/+9
2017-07-24util: Introduce include/qemu/cpuid.hRichard Henderson1-4/+3
2017-07-21util/oslib-posix.c: Avoid warning on NetBSDPeter Maydell1-1/+1
2017-07-19util/cacheinfo: Add missing include for ppc linuxPhilippe Mathieu-Daudé1-0/+1
2017-07-18block: remove timer canceling in throttle_config()Manos Pitsidianakis1-14/+0
2017-07-18block: add clock_type field to ThrottleGroupManos Pitsidianakis1-1/+3
2017-07-18Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-3/+10
2017-07-17util/aio-win32: Only select on what we are actually waiting forAlistair Francis1-3/+10
2017-07-17coroutine-lock: add qemu_co_rwlock_downgrade and qemu_co_rwlock_upgradePaolo Bonzini1-0/+35
2017-07-14sockets: ensure we don't accept IPv4 clients when IPv4 is disabledDaniel P. Berrange1-9/+31
2017-07-14sockets: don't block IPv4 clients when listening on "::"Daniel P. Berrange1-4/+0
2017-07-14sockets: ensure we can bind to both ipv4 & ipv6 separatelyDaniel P. Berrange1-8/+23
2017-07-14Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...Peter Maydell2-7/+119
2017-07-13Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell1-34/+0
2017-07-13error: Implement the warn and free Error functionsAlistair Francis1-0/+20
2017-07-13error: Functions to report warnings and informational messagesAlistair Francis1-5/+97
2017-07-13util/qemu-error: Rename error_print_loc() to be more genericAlistair Francis1-2/+2
2017-07-11qmp: add x-debug-block-dirty-bitmap-sha256Vladimir Sementsov-Ogievskiy1-0/+11
2017-07-11block/dirty-bitmap: add deserialize_ones funcVladimir Sementsov-Ogievskiy1-0/+17
2017-07-11hbitmap: improve dirty iterVladimir Sementsov-Ogievskiy1-1/+22
2017-07-11block: rip out all traces of password promptingDaniel P. Berrange2-90/+0
2017-07-11util/qemu-sockets: Drop unused helper socket_address_to_string()Mao Zhongyi1-34/+0
2017-07-09util/cacheinfo: Fix warning generated by clangPranith Kumar1-1/+1
2017-07-04qemu-thread: Assert locks are initialized before usingFam Zheng2-1/+60
2017-07-04main_loop: Make main_loop_wait() return voidPeter Maydell1-7/+1
2017-07-04util/oslib-win32: Remove if conditionalAlistair Francis1-4/+2
2017-07-04sockets: avoid formatting buffer that may not be NUL terminatedDaniel P. Berrange1-1/+1
2017-06-22Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell1-16/+8
2017-06-22Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170619' into stagingPeter Maydell2-0/+186
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau1-16/+8
2017-06-19util: add cacheinfoEmilio G. Cota2-0/+186
2017-06-16util: add stats64 modulePaolo Bonzini2-0/+138
2017-06-12Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell3-3/+23