aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-15audio: remove LOG_TO_MONITOR along with default_monKővágó, Zoltán3-25/+3
2015-06-15MAINTAINERS: remove malc from audioGerd Hoffmann1-1/+0
2015-06-15sdlaudio: do not allow multiple instancesKővágó, Zoltán1-0/+7
2015-06-15coreaudio: do not use global variables where possibleKővágó, Zoltán1-19/+24
2015-06-15dsoundaudio: do not use global variablesKővágó, Zoltán2-50/+74
2015-06-15paaudio: fix possible resource leakKővágó, Zoltán1-1/+5
2015-06-15wavaudio: do not use global variablesKővágó, Zoltán1-16/+21
2015-06-15ossaudio: do not use global variablesKővágó, Zoltán1-49/+61
2015-06-15alsaaudio: do not use global variablesKővágó, Zoltán1-68/+82
2015-06-15paaudio: do not use global variablesKővágó, Zoltán1-46/+52
2015-06-15audio: expose drv_opaque to init_out and init_inKővágó, Zoltán11-20/+27
2015-06-15only enable dsound in case the header file is presentGerd Hoffmann1-1/+13
2015-06-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell25-158/+657
2015-06-15audio: remove winwave audio driverKővágó, Zoltán4-728/+4
2015-06-15audio: remove fmod backendKővágó, Zoltán4-713/+2
2015-06-15audio: remove esd backendKővágó, Zoltán4-571/+6
2015-06-15linux-user: Use abi_ulong for TARGET_ELF_PAGESTARTYongbok Kim1-1/+2
2015-06-15linux-user: Allocate thunk size dynamicallyAlexander Graf3-5/+18
2015-06-12Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell21-221/+956
2015-06-12block: Fix reopen flag inheritanceKevin Wolf2-28/+13
2015-06-12block: Add BlockDriverState.inherits_fromKevin Wolf2-0/+21
2015-06-12block: Add list of children to BlockDriverStateKevin Wolf2-0/+45
2015-06-12queue.h: Add QLIST_FIX_HEAD_PTR()Kevin Wolf1-0/+6
2015-06-12block: Drain requests before swapping nodes in bdrv_swap()Kevin Wolf1-0/+6
2015-06-12block: Move flag inheritance to bdrv_open_inherit()Kevin Wolf7-22/+78
2015-06-12block: Use QemuOpts in bdrv_open_common()Kevin Wolf1-5/+33
2015-06-12block: Use macro for cache option namesKevin Wolf2-12/+20
2015-06-12vmdk: Use bdrv_open_image()Kevin Wolf1-13/+21
2015-06-12quorum: Use bdrv_open_image()Kevin Wolf1-40/+11
2015-06-12check-qdict: Test cases for new functionsKevin Wolf1-0/+67
2015-06-12qdict: Add qdict_{set,copy}_default()Kevin Wolf2-0/+36
2015-06-12qdict: Add qdict_array_entries()Kevin Wolf2-4/+75
2015-06-12Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell44-277/+1364
2015-06-12iotests: Add tests for overriding BDRV_O_PROTOCOLMax Reitz5-0/+153
2015-06-12block: driver should override flags in bdrv_open()Max Reitz3-22/+31
2015-06-12block: Change bitmap truncate conditional to assertionJohn Snow1-3/+1
2015-06-12block: record new size in bdrv_dirty_bitmap_truncateJohn Snow1-0/+1
2015-06-12raw-posix: Fix .bdrv_co_get_block_status() for unaligned image sizeKevin Wolf1-2/+3
2015-06-12vmdk: Use vmdk_find_index_in_cluster everywhereFam Zheng1-8/+2
2015-06-12vmdk: Fix index_in_cluster calculation in vmdk_co_get_block_statusFam Zheng1-1/+12
2015-06-12qcow2: Add DEFAULT_L2_CACHE_CLUSTERSMax Reitz2-3/+10
2015-06-12iotests: qcow2 COW with minimal L2 cache sizeMax Reitz2-0/+15
2015-06-12qcow2: Set MIN_L2_CACHE_SIZE to 2Max Reitz1-1/+2
2015-06-12qemu-iotests: Fix 128 if sudo requiredFam Zheng1-1/+3
2015-06-12iotests: remove assertIsNotNone callJohn Snow1-1/+1
2015-06-12Merge remote-tracking branch 'remotes/aurel/tags/pull-sh4-next-20150612' into...Peter Maydell10-354/+255
2015-06-12qemu-iotests: expand test 093 to support group throttlingAlberto Garcia1-28/+65
2015-06-12throttle: Update throttle infrastructure copyrightAlberto Garcia2-6/+10
2015-06-12throttle: add the name of the ThrottleGroup to BlockDeviceInfoAlberto Garcia3-3/+10
2015-06-12throttle: acquire the ThrottleGroup lock in bdrv_swap()Alberto Garcia3-1/+49