summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-19block/dmg: process XML plistsblock-dmgPeter Wu1-0/+69
2014-08-19block/dmg: process a buffer instead of reading intsPeter Wu1-30/+30
2014-08-19block/dmg: extract processing of resource forksPeter Wu1-34/+61
2014-08-19block/dmg: extract mish block decoding functionalityPeter Wu1-91/+125
2014-08-18block/dmg: document UDIF trailer offsetPeter Wu1-2/+4
2014-08-15Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell18-89/+113
2014-08-15Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell42-28/+808
2014-08-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell57-478/+2507
2014-08-15block: Catch !bs->drv in bdrv_check()Max Reitz1-0/+3
2014-08-15iotests: Add test for image header overlapMax Reitz2-0/+17
2014-08-15qcow2: Catch !*host_offset for data allocationMax Reitz1-0/+11
2014-08-15qcow2: Return useful error code in refcount_init()Max Reitz1-2/+4
2014-08-15mirror: Handle failure for potentially large allocationsKevin Wolf1-1/+6
2014-08-15vpc: Handle failure for potentially large allocationsKevin Wolf1-1/+5
2014-08-15vmdk: Handle failure for potentially large allocationsKevin Wolf1-2/+10
2014-08-15vhdx: Handle failure for potentially large allocationsKevin Wolf2-3/+17
2014-08-15vdi: Handle failure for potentially large allocationsKevin Wolf1-5/+20
2014-08-15rbd: Handle failure for potentially large allocationsKevin Wolf1-2/+5
2014-08-15raw-win32: Handle failure for potentially large allocationsKevin Wolf1-1/+5
2014-08-15raw-posix: Handle failure for potentially large allocationsKevin Wolf1-1/+5
2014-08-15qed: Handle failure for potentially large allocationsKevin Wolf2-3/+10
2014-08-15qcow2: Handle failure for potentially large allocationsKevin Wolf5-32/+130
2014-08-15qcow1: Handle failure for potentially large allocationsKevin Wolf1-7/+26
2014-08-15parallels: Handle failure for potentially large allocationsKevin Wolf1-1/+5
2014-08-15nfs: Handle failure for potentially large allocationsKevin Wolf1-1/+5
2014-08-15iscsi: Handle failure for potentially large allocationsKevin Wolf1-1/+4
2014-08-15dmg: Handle failure for potentially large allocationsKevin Wolf1-6/+13
2014-08-15curl: Handle failure for potentially large allocationsKevin Wolf1-1/+7
2014-08-15cloop: Handle failure for potentially large allocationsKevin Wolf1-3/+20
2014-08-15bochs: Handle failure for potentially large allocationsKevin Wolf1-1/+5
2014-08-15block: Handle failure for potentially large allocationsKevin Wolf1-7/+27
2014-08-15block: Introduce qemu_try_blockalign()Kevin Wolf5-8/+32
2014-08-15block: iotest - update 084 to test static VDI image creationJeff Cody2-2/+28
2014-08-15block: vpc - use block layer ops in vpc_create, instead of posix callsJeff Cody1-63/+43
2014-08-15block: use the standard 'ret' instead of 'result'Jeff Cody1-18/+18
2014-08-15block: vdi - use block layer ops in vdi_create, instead of posix callsJeff Cody1-46/+29
2014-08-15block: allow bdrv_unref() to be passed NULL pointersJeff Cody1-0/+3
2014-08-15test-coroutine: add baseline test that times the cost of function callsPaolo Bonzini1-0/+24
2014-08-15block: VHDX endian fixesJeff Cody4-56/+88
2014-08-15block: vhdx - add error checkJeff Cody1-0/+5
2014-08-15thread-pool: avoid deadlock in nested aio_poll() callsStefan Hajnoczi1-0/+6
2014-08-15thread-pool: avoid per-thread-pool EventNotifierStefan Hajnoczi1-13/+8
2014-08-15block: bump coroutine pool size for drivesStefan Hajnoczi1-0/+6
2014-08-15coroutine: make pool size dynamicStefan Hajnoczi2-3/+34
2014-08-15qemu-iotests: add support for Archipelago protocolChrysostomos Nanakos2-1/+14
2014-08-15QMP: Add support for ArchipelagoChrysostomos Nanakos1-1/+34
2014-08-15block/archipelago: Add support for creating imagesChrysostomos Nanakos1-0/+146
2014-08-15block/archipelago: Implement bdrv_parse_filename()Chrysostomos Nanakos1-2/+138
2014-08-15block: Support Archipelago as a QEMU block backendChrysostomos Nanakos4-0/+835
2014-08-15qemu-img info: show nocow infoChunyan Liu2-1/+30