summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-06docs, qapi: document qemu-img mapPaolo Bonzini2-0/+84
2013-09-06qemu-img: add a "map" subcommandPaolo Bonzini2-0/+197
2013-09-06block: return BDRV_BLOCK_ZERO past end of backing filePaolo Bonzini1-2/+10
2013-09-06block: use bdrv_has_zero_init to return BDRV_BLOCK_ZEROPaolo Bonzini1-1/+10
2013-09-06block: return get_block_status data and flags for formatsPaolo Bonzini8-19/+94
2013-09-06block: define get_block_status return valuePaolo Bonzini2-2/+34
2013-09-06block: introduce bdrv_get_block_status APIPaolo Bonzini13-47/+61
2013-09-06block: make bdrv_has_zero_init return false for copy-on-write-imagesPaolo Bonzini2-8/+6
2013-09-06qemu-img: always probe the input image for allocated sectorsPaolo Bonzini1-21/+19
2013-09-06block: expect errors from bdrv_co_is_allocatedPaolo Bonzini6-9/+30
2013-09-06block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinctionPaolo Bonzini5-53/+11
2013-09-06block: do not use ->total_sectors in bdrv_co_is_allocatedPaolo Bonzini1-1/+7
2013-09-06block: make bdrv_co_is_allocated staticPaolo Bonzini5-16/+20
2013-09-06block: keep bs->total_sectors up to date even for growable block devicesPaolo Bonzini1-1/+4
2013-09-06cow: do not call bdrv_co_is_allocatedPaolo Bonzini1-1/+1
2013-09-06cow: make writes go at a less indecent speedPaolo Bonzini1-3/+16
2013-09-06cow: make reads go at a decent speedPaolo Bonzini1-22/+32
2013-09-06qmp: Documentation for BLOCK_IMAGE_CORRUPTEDMax Reitz1-0/+22
2013-09-06block: use BDS ref for block jobsFam Zheng2-34/+16
2013-09-06nbd: use BlockDriverState refcntFam Zheng2-9/+6
2013-09-06xen_disk: simplify blk_disconnect with refcntFam Zheng1-6/+5
2013-09-06migration: omit drive ref as we have bdrv_ref nowFam Zheng1-2/+2
2013-09-06block: make bdrv_delete() staticFam Zheng19-58/+58
2013-09-06block: implement reference count for BlockDriverStateFam Zheng3-0/+24
2013-09-06iscsi: use bdrv_new() instead of stack structureFam Zheng1-7/+9
2013-09-06vvfat: use bdrv_new() to allocate BlockDriverStateFam Zheng1-1/+1
2013-09-06aio / timers: fix build of test/test-aio.c on non-linux platformsAlex Bligh1-2/+9
2013-09-06w32: Fix access to host devices (regression)Stefan Weil1-7/+29
2013-09-06add qemu-img convert -n option (skip target volume creation)Alexandre Derumier6-18/+162
2013-09-06qemu-iotests: Adjust test result 039Max Reitz1-3/+1
2013-09-06block: Add iops_size to do the iops accounting for a given io size.Benoît Canet6-9/+38
2013-09-06block: Add support for throttling burst max in QMP and the command line.Benoît Canet6-24/+195
2013-09-06block: Enable the new throttling code in the block layer.Benoît Canet5-329/+165
2013-09-06throttle: Add units testsBenoît Canet2-0/+483
2013-09-06throttle: Add a new throttling API implementing continuous leaky bucket.Benoît Canet3-0/+507
2013-09-05Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori4-4/+30
2013-09-05exec: do tcg_commit only when tcg_enabledliguang1-1/+3
2013-09-05Revert "memory: Return -1 again on reads from unsigned regions"Jan Kiszka1-1/+1
2013-09-05memory: Provide separate handling of unassigned io ports accessesJan Kiszka3-1/+22
2013-09-05exec: check offset_within_address_space for register subpageHu Tao1-1/+1
2013-09-05exec: fix writing to MMIO area with non-power-of-two lengthPaolo Bonzini1-0/+3
2013-09-05Update mailmapAnthony Liguori1-0/+1
2013-09-03Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori31-199/+284
2013-09-03Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori27-322/+1029
2013-09-03Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori18-87/+81
2013-09-03Merge remote-tracking branch 'kraxel/usb.88' into stagingAnthony Liguori6-24/+81
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori67-180/+144
2013-09-03Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori57-122/+154
2013-09-03target-i386: Use #defines instead of magic numbers for CPUID cache infoEduardo Habkost1-22/+162
2013-09-03cpu: Replace qemu_for_each_cpu()Andreas Färber6-63/+27