summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iotests: Add test for potentially damaging repairsMax Reitz2014-10-233-0/+252
* iotests: Fix test outputsMax Reitz2014-10-233-10/+28
* qcow2: Clean up after refcount rebuildMax Reitz2014-10-231-0/+45
* qcow2: Rebuild refcount structure during checkMax Reitz2014-10-231-6/+305
* qcow2: Do not perform potentially damaging repairsMax Reitz2014-10-231-161/+27
* qcow2: Fix refcount blocks beyond image endMax Reitz2014-10-231-4/+63
* qcow2: Reuse refcount table in calculate_refcounts()Max Reitz2014-10-231-5/+7
* qcow2: Let inc_refcounts() resize the reftableMax Reitz2014-10-231-22/+35
* qcow2: Let inc_refcounts() return -errnoMax Reitz2014-10-231-31/+60
* qcow2: Split fail code in L1 and L2 checksMax Reitz2014-10-231-9/+14
* qcow2: Use int64_t for in-memory reftable sizeMax Reitz2014-10-231-3/+3
* qcow2: Pull check_refblocks() upMax Reitz2014-10-231-53/+49
* qcow2: Use sizeof(**refcount_table)Max Reitz2014-10-231-1/+1
* qcow2: Split qcow2_check_refcounts()Max Reitz2014-10-231-51/+102
* qcow2: Fix leaks in dirty imagesMax Reitz2014-10-231-1/+1
* qcow2: Calculate refcount block entry countMax Reitz2014-10-232-0/+5
* block: Add qemu_{,try_}blockalign0()Max Reitz2014-10-232-0/+18
* block: qemu-iotests change _supported_proto to file once more.Peter Lieven2014-10-2313-13/+13
* block/vdi: Use {DIV_,}ROUND_UPMax Reitz2014-10-231-5/+4
* MAINTAINERS: add the image fuzzer to the block layerPaolo Bonzini2014-10-231-0/+1
* MAINTAINERS: qemu-iotests belongs to the block layerKevin Wolf2014-10-231-0/+1
* MAINTAINERS: add aio to block layerPaolo Bonzini2014-10-231-0/+2
* Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2014-10-22-tag' in...Peter Maydell2014-10-221-12/+15
|\
| * qga: Rewrite code where using readdir_rzhanghailiang2014-10-221-12/+15
* | Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-20141021'...Peter Maydell2014-10-224-27/+1417
|\ \
| * | target-tricore: Add instructions of BO opcode formatBastian Koppelmann2014-10-204-0/+704
| * | target-tricore: Add instructions of BIT opcode formatBastian Koppelmann2014-10-201-0/+312
| * | target-tricore: Add instructions of B opcode formatBastian Koppelmann2014-10-201-0/+27
| * | target-tricore: Add instructions of ABS, ABSB opcode formatBastian Koppelmann2014-10-203-0/+352
| * | target-tricore: Cleanup and BugfixesBastian Koppelmann2014-10-202-27/+22
* | | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20141021' into stagingPeter Maydell2014-10-221-1/+5
|\ \ \
| * | | s390x: sweep up unmaintained filesCornelia Huck2014-10-211-1/+5
| |/ /
* | | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2014-10-22171-1735/+2412
|\ \ \
| * | | block: Make device model's references to BlockBackend strongMarkus Armbruster2014-10-201-0/+2
| * | | block: Lift device model API into BlockBackendMarkus Armbruster2014-10-207-183/+204
| * | | blockdev: Convert qmp_eject(), qmp_change_blockdev() to BlockBackendMarkus Armbruster2014-10-201-8/+12
| * | | block/qapi: Convert qmp_query_block() to BlockBackendMarkus Armbruster2014-10-202-10/+8
| * | | blockdev: Fix blockdev-add not to create DriveInfoMarkus Armbruster2014-10-206-25/+20
| * | | blockdev: Drop superfluous DriveInfo member idMarkus Armbruster2014-10-203-5/+2
| * | | pc87312: Drop unused members of PC87312StateMarkus Armbruster2014-10-201-3/+0
| * | | ide: Complete conversion from BlockDriverState to BlockBackendMarkus Armbruster2014-10-201-2/+4
| * | | hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-20110-797/+1126
| * | | virtio-blk: Rename VirtIOBlkConf variables to confMarkus Armbruster2014-10-204-43/+44
| * | | virtio-blk: Drop redundant VirtIOBlock member confMarkus Armbruster2014-10-202-14/+13
| * | | block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster2014-10-2042-132/+132
| * | | block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster2014-10-2034-266/+266
| * | | block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster2014-10-2044-96/+168
| * | | block: Merge BlockBackend and BlockDriverState name spacesMarkus Armbruster2014-10-203-43/+24
| * | | block: Eliminate BlockDriverState member device_name[]Markus Armbruster2014-10-2016-48/+55
| * | | block: Eliminate bdrv_iterate(), use bdrv_next()Markus Armbruster2014-10-205-65/+35
OpenPOWER on IntegriCloud