summaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
2017-12-20option: Drop unused get_param_value(), get_next_param_value()Markus Armbruster1-5/+0
2017-12-19Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell1-0/+8
2017-12-19coroutine: simplify co_aio_sleep_ns() prototypeStefan Hajnoczi1-5/+1
2017-12-18hbitmap: add next_zero functionVladimir Sementsov-Ogievskiy1-0/+8
2017-12-18qht: fix kernel-doc markup in qht.hEmilio G. Cota1-3/+3
2017-12-15sparc: Make sure we mmap at SHMLBA alignmentPeter Maydell1-0/+3
2017-11-24osdep.h: Make TIME_MAX handle different time_t typesPeter Maydell1-1/+28
2017-11-21coroutine: abort if we try to schedule or enter a pending coroutineJeff Cody1-3/+10
2017-11-14thread-posix: fix qemu_rec_mutex_trylock macroEmilio G. Cota1-1/+1
2017-10-24osdep: introduce qemu_mprotect_rwx/noneEmilio G. Cota1-0/+2
2017-10-19Merge remote-tracking branch 'remotes/kraxel/tags/opengl-20171017-pull-reques...Peter Maydell1-0/+1
2017-10-17console: add support for dmabufsGerd Hoffmann1-0/+1
2017-10-16futex: add missing header guardsEmilio G. Cota1-0/+5
2017-10-10util: move qemu_real_host_page_size/mask to osdep.hEmilio G. Cota1-0/+6
2017-10-06hbitmap: Rename serialization_granularity to serialization_alignEric Blake1-4/+4
2017-09-26osdep: Fix ROUND_UP(64-bit, 32-bit)Eric Blake1-3/+3
2017-09-26util/qemu-thread-posix.c: Replace OS ifdefs with CONFIG_HAVE_SEM_TIMEDWAITPeter Maydell1-1/+1
2017-09-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-0/+9
2017-09-22bitmap: provide to_le/from_le helpersPeter Xu1-0/+7
2017-09-22bitmap: introduce bitmap_count_one()Peter Xu1-0/+10
2017-09-22memory: trace FlatView creation and destructionPaolo Bonzini1-0/+1
2017-09-21memory: avoid "resurrection" of dead FlatViewsPaolo Bonzini1-0/+8
2017-09-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-0/+7
2017-09-19osdep.h: Prohibit disabling assert() in supported buildsEric Blake1-0/+16
2017-09-19osdep: Define QEMU_MADV_REMOVEEduardo Habkost1-0/+7
2017-09-14hmp: extend "info numa" with hotplugged memory informationVadim Galitsyn1-0/+1
2017-09-08net/net: Convert parse_host_port() to ErrorMao Zhongyi1-1/+2
2017-09-07Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170906a'...Peter Maydell1-14/+22
2017-09-07Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2-19/+44
2017-09-06host-utils: Simplify pow2ceil()Markus Armbruster1-9/+14
2017-09-06host-utils: Proactively fix pow2floor(), switch to unsignedMarkus Armbruster1-5/+8
2017-09-06block: add throttle block filter driverManos Pitsidianakis1-0/+1
2017-09-05tests: Use real size for iov testsJuan Quintela1-6/+0
2017-09-05block: convert ThrottleGroup to object with QOMManos Pitsidianakis2-19/+43
2017-09-05util: remove the obsolete non-blocking connectCao jin1-10/+2
2017-08-29throttle: Make burst_length 64bit and add range checksAlberto Garcia1-1/+1
2017-08-29throttle: Make LeakyBucket.avg and LeakyBucket.max integer typesAlberto Garcia1-2/+2
2017-08-29throttle: Fix wrong variable name in the header documentationAlberto Garcia1-1/+1
2017-08-11osdep: Add runtime OFD lock detectionFam Zheng1-0/+1
2017-08-08Revert "rcu: do not create thread in pthread_atfork callback"Paolo Bonzini1-1/+0
2017-08-08rcu: completely disable pthread_atfork callbacks as soon as possiblePaolo Bonzini1-0/+6
2017-07-31docs: fix broken paths to docs/devel/atomics.txtPhilippe Mathieu-Daudé1-2/+2
2017-07-24Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-07-18-v2' in...Peter Maydell1-0/+1
2017-07-24util: Introduce include/qemu/cpuid.hRichard Henderson1-0/+57
2017-07-24qapi: Introduce a first class 'null' typeMarkus Armbruster1-0/+1
2017-07-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-1/+1
2017-07-18block: remove timer canceling in throttle_config()Manos Pitsidianakis1-1/+0
2017-07-18block: add clock_type field to ThrottleGroupManos Pitsidianakis1-0/+1
2017-07-17fw_cfg: move QOM type defines and fw_cfg types into fw_cfg.hMark Cave-Ayland1-0/+1
2017-07-17coroutine-lock: add qemu_co_rwlock_downgrade and qemu_co_rwlock_upgradePaolo Bonzini1-0/+18