summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-15vmdk: Optimize cluster allocationFam Zheng1-82/+140
2014-08-15qemu-iotests: Add data pattern in version3 VMDK sample image in 059Fam Zheng3-1/+205
2014-08-15qdev-monitor: include QOM properties in -device FOO, help outputStefan Hajnoczi1-23/+17
2014-08-15qmp: hide "hotplugged" device property from device-list-propertiesStefan Hajnoczi1-0/+1
2014-08-15docs/multiple-iothreads.txt: add documentation on IOThread programmingStefan Hajnoczi1-0/+134
2014-08-15xen_disk: fix possible null-ptr dereferenceGonglei (Arei)1-0/+1
2014-08-15configure: explicitly state version requirements to devel packagesHu Tao1-5/+7
2014-08-15docs: Make the recommendation for the backing file name position a requirementMaria Kustova1-6/+6
2014-08-15block: Avoid bdrv_get_geometry() where errors should be detectedMarkus Armbruster3-21/+68
2014-08-15qemu-img: Make img_convert() get image size just once per imageMarkus Armbruster1-16/+16
2014-08-15block: Drop superfluous aligning of bdrv_getlength()'s valueMarkus Armbruster2-2/+0
2014-08-15block: Use bdrv_nb_sectors() where sectors, not bytes are wantedMarkus Armbruster4-11/+8
2014-08-15block: Use bdrv_nb_sectors() in img_convert()Markus Armbruster1-4/+4
2014-08-15block: Use bdrv_nb_sectors() in bdrv_co_get_block_status()Markus Armbruster1-8/+8
2014-08-15block: Use bdrv_nb_sectors() in bdrv_aligned_preadv()Markus Armbruster1-5/+4
2014-08-15block: Use bdrv_nb_sectors() in bdrv_make_zero()Markus Armbruster1-7/+5
2014-08-15block: New bdrv_nb_sectors()Markus Armbruster2-10/+20
2014-08-15Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-09' in...Peter Maydell14-49/+137
2014-08-14pc: Get rid of pci-info leftoversMarkus Armbruster4-38/+0
2014-08-14e1000: use symbolic constants to init phy ctrl & status registersGabriel L. Somlo1-6/+23
2014-08-14e1000: correctly handle phy_ctrl reserved & self-clearing bitsGabriel L. Somlo1-14/+17
2014-08-14ivshmem: fix building when debug mode is enabledLevente Kurusa1-2/+2
2014-08-14acpi: align RSDPMichael S. Tsirkin1-1/+1
2014-08-14numa: show hex number in error message for consistency and prefix them with 0xHu Tao1-2/+2