Age | Commit message (Expand) | Author |
2015-06-15 | paaudio: fix possible resource leak | Kővágó, Zoltán |
2015-06-15 | wavaudio: do not use global variables | Kővágó, Zoltán |
2015-06-15 | ossaudio: do not use global variables | Kővágó, Zoltán |
2015-06-15 | alsaaudio: do not use global variables | Kővágó, Zoltán |
2015-06-15 | paaudio: do not use global variables | Kővágó, Zoltán |
2015-06-15 | audio: expose drv_opaque to init_out and init_in | Kővágó, Zoltán |
2015-06-15 | only enable dsound in case the header file is present | Gerd Hoffmann |
2015-06-15 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2015-06-15 | audio: remove winwave audio driver | Kővágó, Zoltán |
2015-06-15 | audio: remove fmod backend | Kővágó, Zoltán |
2015-06-15 | audio: remove esd backend | Kővágó, Zoltán |
2015-06-15 | linux-user: Use abi_ulong for TARGET_ELF_PAGESTART | Yongbok Kim |
2015-06-15 | linux-user: Allocate thunk size dynamically | Alexander Graf |
2015-06-12 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2015-06-12 | block: Fix reopen flag inheritance | Kevin Wolf |
2015-06-12 | block: Add BlockDriverState.inherits_from | Kevin Wolf |
2015-06-12 | block: Add list of children to BlockDriverState | Kevin Wolf |
2015-06-12 | queue.h: Add QLIST_FIX_HEAD_PTR() | Kevin Wolf |
2015-06-12 | block: Drain requests before swapping nodes in bdrv_swap() | Kevin Wolf |
2015-06-12 | block: Move flag inheritance to bdrv_open_inherit() | Kevin Wolf |
2015-06-12 | block: Use QemuOpts in bdrv_open_common() | Kevin Wolf |
2015-06-12 | block: Use macro for cache option names | Kevin Wolf |
2015-06-12 | vmdk: Use bdrv_open_image() | Kevin Wolf |
2015-06-12 | quorum: Use bdrv_open_image() | Kevin Wolf |
2015-06-12 | check-qdict: Test cases for new functions | Kevin Wolf |
2015-06-12 | qdict: Add qdict_{set,copy}_default() | Kevin Wolf |
2015-06-12 | qdict: Add qdict_array_entries() | Kevin Wolf |
2015-06-12 | Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st... | Peter Maydell |
2015-06-12 | iotests: Add tests for overriding BDRV_O_PROTOCOL | Max Reitz |
2015-06-12 | block: driver should override flags in bdrv_open() | Max Reitz |
2015-06-12 | block: Change bitmap truncate conditional to assertion | John Snow |
2015-06-12 | block: record new size in bdrv_dirty_bitmap_truncate | John Snow |
2015-06-12 | raw-posix: Fix .bdrv_co_get_block_status() for unaligned image size | Kevin Wolf |
2015-06-12 | vmdk: Use vmdk_find_index_in_cluster everywhere | Fam Zheng |
2015-06-12 | vmdk: Fix index_in_cluster calculation in vmdk_co_get_block_status | Fam Zheng |
2015-06-12 | qcow2: Add DEFAULT_L2_CACHE_CLUSTERS | Max Reitz |
2015-06-12 | iotests: qcow2 COW with minimal L2 cache size | Max Reitz |
2015-06-12 | qcow2: Set MIN_L2_CACHE_SIZE to 2 | Max Reitz |
2015-06-12 | qemu-iotests: Fix 128 if sudo required | Fam Zheng |
2015-06-12 | iotests: remove assertIsNotNone call | John Snow |
2015-06-12 | Merge remote-tracking branch 'remotes/aurel/tags/pull-sh4-next-20150612' into... | Peter Maydell |
2015-06-12 | qemu-iotests: expand test 093 to support group throttling | Alberto Garcia |
2015-06-12 | throttle: Update throttle infrastructure copyright | Alberto Garcia |
2015-06-12 | throttle: add the name of the ThrottleGroup to BlockDeviceInfo | Alberto Garcia |
2015-06-12 | throttle: acquire the ThrottleGroup lock in bdrv_swap() | Alberto Garcia |
2015-06-12 | throttle: Add throttle group support | Alberto Garcia |
2015-06-12 | throttle: Add throttle group infrastructure tests | Alberto Garcia |
2015-06-12 | throttle: Add throttle group infrastructure | Alberto Garcia |
2015-06-12 | throttle: Extract timers from ThrottleState into a separate structure | Benoît Canet |
2015-06-12 | raw-posix: Fix .bdrv_co_get_block_status() for unaligned image size | Kevin Wolf |