aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-06dataplane: Fix startup race.Cornelia Huck
2013-09-06block: look for zero blocks in bs->filePaolo Bonzini
2013-09-06block: add default get_block_status implementation for protocolsPaolo Bonzini
2013-09-06raw-posix: report unwritten extents as zeroPaolo Bonzini
2013-09-06raw-posix: return get_block_status data and flagsPaolo Bonzini
2013-09-06docs, qapi: document qemu-img mapPaolo Bonzini
2013-09-06qemu-img: add a "map" subcommandPaolo Bonzini
2013-09-06block: return BDRV_BLOCK_ZERO past end of backing filePaolo Bonzini
2013-09-06block: use bdrv_has_zero_init to return BDRV_BLOCK_ZEROPaolo Bonzini
2013-09-06block: return get_block_status data and flags for formatsPaolo Bonzini
2013-09-06block: define get_block_status return valuePaolo Bonzini
2013-09-06block: introduce bdrv_get_block_status APIPaolo Bonzini
2013-09-06block: make bdrv_has_zero_init return false for copy-on-write-imagesPaolo Bonzini
2013-09-06qemu-img: always probe the input image for allocated sectorsPaolo Bonzini
2013-09-06block: expect errors from bdrv_co_is_allocatedPaolo Bonzini
2013-09-06block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinctionPaolo Bonzini
2013-09-06block: do not use ->total_sectors in bdrv_co_is_allocatedPaolo Bonzini
2013-09-06block: make bdrv_co_is_allocated staticPaolo Bonzini
2013-09-06block: keep bs->total_sectors up to date even for growable block devicesPaolo Bonzini
2013-09-06cow: do not call bdrv_co_is_allocatedPaolo Bonzini
2013-09-06cow: make writes go at a less indecent speedPaolo Bonzini
2013-09-06cow: make reads go at a decent speedPaolo Bonzini
2013-09-06qmp: Documentation for BLOCK_IMAGE_CORRUPTEDMax Reitz
2013-09-06block: use BDS ref for block jobsFam Zheng
2013-09-06nbd: use BlockDriverState refcntFam Zheng
2013-09-06xen_disk: simplify blk_disconnect with refcntFam Zheng
2013-09-06migration: omit drive ref as we have bdrv_ref nowFam Zheng
2013-09-06block: make bdrv_delete() staticFam Zheng
2013-09-06block: implement reference count for BlockDriverStateFam Zheng
2013-09-06iscsi: use bdrv_new() instead of stack structureFam Zheng
2013-09-06vvfat: use bdrv_new() to allocate BlockDriverStateFam Zheng
2013-09-06aio / timers: fix build of test/test-aio.c on non-linux platformsAlex Bligh
2013-09-06w32: Fix access to host devices (regression)Stefan Weil
2013-09-06add qemu-img convert -n option (skip target volume creation)Alexandre Derumier
2013-09-06qemu-iotests: Adjust test result 039Max Reitz
2013-09-06block: Add iops_size to do the iops accounting for a given io size.Benoît Canet
2013-09-06block: Add support for throttling burst max in QMP and the command line.Benoît Canet
2013-09-06block: Enable the new throttling code in the block layer.Benoît Canet
2013-09-06throttle: Add units testsBenoît Canet
2013-09-06throttle: Add a new throttling API implementing continuous leaky bucket.Benoît Canet
2013-09-05Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori
2013-09-05exec: do tcg_commit only when tcg_enabledliguang
2013-09-05Revert "memory: Return -1 again on reads from unsigned regions"Jan Kiszka
2013-09-05memory: Provide separate handling of unassigned io ports accessesJan Kiszka
2013-09-05exec: check offset_within_address_space for register subpageHu Tao
2013-09-05exec: fix writing to MMIO area with non-power-of-two lengthPaolo Bonzini
2013-09-05Update mailmapAnthony Liguori
2013-09-03Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2013-09-03Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2013-09-03Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori