aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-22block: Always compile virtio-blk dataplaneFam Zheng5-41/+6
2014-09-22vring: Better error handling if num is too largeFam Zheng1-1/+2
2014-09-22virtio: Import virtio_vring.hFam Zheng4-3/+170
2014-09-22async: aio_context_new(): Handle event_notifier_init failureChrysostomos Nanakos12-18/+78
2014-09-22block: vhdx - fix reading beyond pointer during image creationJeff Cody1-8/+8
2014-09-22block: delete cow block driverStefan Hajnoczi12-462/+12
2014-09-22block/archipelago: Fix typo in qemu_archipelago_truncate()Chrysostomos Nanakos1-1/+1
2014-09-22ahci: Add test_identify case to ahci-test.John Snow1-0/+304
2014-09-22ahci: Add test_hba_enable to ahci-test.John Snow1-0/+156
2014-09-22ahci: Add test_hba_spec to ahci-test.John Snow1-1/+560
2014-09-22ahci: properly shadow the TFD registerJohn Snow1-14/+28
2014-09-22ahci: add test_pci_enable to ahci-test.John Snow2-0/+59
2014-09-22ahci: Add test_pci_spec to ahci-test.John Snow1-6/+299
2014-09-22ahci: MSI capability should be at 0x80, not 0x50.John Snow1-1/+6
2014-09-22ahci: Adding basic functionality qtest.John Snow2-0/+198
2014-09-22layout: Add generators for refcount table and blocksMaria Kustova1-1/+137
2014-09-22fuzz: Add fuzzing functions for entries of refcount table and blocksMaria Kustova1-1/+15
2014-09-22docs: List all image elements currently supported by the fuzzerMaria Kustova1-1/+2
2014-09-22qapi/block-core: Add "new" qcow2 optionsMax Reitz1-1/+78
2014-09-22qcow2: Add overlap-check.template optionMax Reitz2-2/+23
2014-09-22qapi: Allow enums in anonymous unionsMax Reitz2-1/+4
2014-09-22qcow2: Fix leak of QemuOpts in qcow2_open()Max Reitz1-2/+3
2014-09-22hmp: fix memory leak at hmp_info_block_jobs()Gonglei1-0/+2
2014-09-22image-fuzzer: Trivial readability and formatting improvementsMaria Kustova2-31/+28
2014-09-22iotests: Add more tests for qcow2 corruptionMax Reitz2-2/+105
2014-09-22qcow2: Check L1/L2/reftable entries for alignmentMax Reitz2-5/+82
2014-09-22qcow2: Use qcow2_signal_corruption() for overlapsMax Reitz2-26/+8
2014-09-22qcow2: Add qcow2_signal_corruption()Max Reitz2-0/+53
2014-09-22qapi/block: Add "fatal" to BLOCK_IMAGE_CORRUPTEDMax Reitz2-2/+8
2014-09-22qapi: Sort items in BlockdevOptions definitionFam Zheng1-19/+19
2014-09-22qapi: Sort BlockdevDriver enum data listFam Zheng1-5/+5
2014-09-22block: Introduce "null" driversFam Zheng3-2/+186
2014-09-22aio-win32: avoid out-of-bounds access to the events arrayPaolo Bonzini1-3/+1
2014-09-22qdev-monitor: fix segmentation fault on qdev_device_help()Gonglei1-1/+1
2014-09-22block: Rename qemu_aio_release -> qemu_aio_unrefFam Zheng16-33/+33
2014-09-22block: Drop AIOCBInfo.cancelFam Zheng2-15/+10
2014-09-22ide: Convert trim_aiocb_info.cancel to .cancel_asyncFam Zheng1-7/+5
2014-09-22win32-aio: Drop win32_aiocb_info.cancelFam Zheng1-14/+0
2014-09-22sheepdog: Convert sd_aiocb_info.cancel to .cancel_asyncFam Zheng1-27/+19
2014-09-22rbd: Drop rbd_aiocb_info.cancelFam Zheng1-22/+1
2014-09-22quorum: Convert quorum_aiocb_info.cancel to .cancel_asyncFam Zheng1-5/+2
2014-09-22quorum: fix quorum_aio_cancel()Liu Yuan1-1/+3
2014-09-22qed: Drop qed_aiocb_info.cancelFam Zheng1-21/+0
2014-09-22curl: Drop curl_aiocb_info.cancelFam Zheng1-6/+0
2014-09-22blkverify: Drop blkverify_aiocb_info.cancelFam Zheng1-19/+0
2014-09-22blkdebug: Drop blkdebug_aiocb_info.cancelFam Zheng1-14/+1
2014-09-22archipelago: Drop archipelago_aiocb_info.cancelFam Zheng1-16/+1
2014-09-22iscsi: Convert iscsi_aiocb_info.cancel to .cancel_asyncFam Zheng1-15/+2
2014-09-22dma: Convert dma_aiocb_info.cancel to .cancel_asyncFam Zheng1-16/+4
2014-09-22linux-aio: Convert laio_aiocb_info.cancel to .cancel_asyncFam Zheng1-22/+8