summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: define get_block_status return valuePaolo Bonzini2013-09-062-2/+34
* block: introduce bdrv_get_block_status APIPaolo Bonzini2013-09-0613-47/+61
* block: make bdrv_has_zero_init return false for copy-on-write-imagesPaolo Bonzini2013-09-062-8/+6
* qemu-img: always probe the input image for allocated sectorsPaolo Bonzini2013-09-061-21/+19
* block: expect errors from bdrv_co_is_allocatedPaolo Bonzini2013-09-066-9/+30
* block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinctionPaolo Bonzini2013-09-065-53/+11
* block: do not use ->total_sectors in bdrv_co_is_allocatedPaolo Bonzini2013-09-061-1/+7
* block: make bdrv_co_is_allocated staticPaolo Bonzini2013-09-065-16/+20
* block: keep bs->total_sectors up to date even for growable block devicesPaolo Bonzini2013-09-061-1/+4
* cow: do not call bdrv_co_is_allocatedPaolo Bonzini2013-09-061-1/+1
* cow: make writes go at a less indecent speedPaolo Bonzini2013-09-061-3/+16
* cow: make reads go at a decent speedPaolo Bonzini2013-09-061-22/+32
* qmp: Documentation for BLOCK_IMAGE_CORRUPTEDMax Reitz2013-09-061-0/+22
* block: use BDS ref for block jobsFam Zheng2013-09-062-34/+16
* nbd: use BlockDriverState refcntFam Zheng2013-09-062-9/+6
* xen_disk: simplify blk_disconnect with refcntFam Zheng2013-09-061-6/+5
* migration: omit drive ref as we have bdrv_ref nowFam Zheng2013-09-061-2/+2
* block: make bdrv_delete() staticFam Zheng2013-09-0619-58/+58
* block: implement reference count for BlockDriverStateFam Zheng2013-09-063-0/+24
* iscsi: use bdrv_new() instead of stack structureFam Zheng2013-09-061-7/+9
* vvfat: use bdrv_new() to allocate BlockDriverStateFam Zheng2013-09-061-1/+1
* aio / timers: fix build of test/test-aio.c on non-linux platformsAlex Bligh2013-09-061-2/+9
* w32: Fix access to host devices (regression)Stefan Weil2013-09-061-7/+29
* add qemu-img convert -n option (skip target volume creation)Alexandre Derumier2013-09-066-18/+162
* qemu-iotests: Adjust test result 039Max Reitz2013-09-061-3/+1
* block: Add iops_size to do the iops accounting for a given io size.Benoît Canet2013-09-066-9/+38
* block: Add support for throttling burst max in QMP and the command line.Benoît Canet2013-09-066-24/+195
* block: Enable the new throttling code in the block layer.Benoît Canet2013-09-065-329/+165
* throttle: Add units testsBenoît Canet2013-09-062-0/+483
* throttle: Add a new throttling API implementing continuous leaky bucket.Benoît Canet2013-09-063-0/+507
* Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori2013-09-054-4/+30
|\
| * exec: do tcg_commit only when tcg_enabledliguang2013-09-051-1/+3
| * Revert "memory: Return -1 again on reads from unsigned regions"Jan Kiszka2013-09-051-1/+1
| * memory: Provide separate handling of unassigned io ports accessesJan Kiszka2013-09-053-1/+22
| * exec: check offset_within_address_space for register subpageHu Tao2013-09-051-1/+1
| * exec: fix writing to MMIO area with non-power-of-two lengthPaolo Bonzini2013-09-051-0/+3
* | Update mailmapAnthony Liguori2013-09-051-0/+1
|/
* Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori2013-09-0331-199/+284
|\
| * target-i386: Use #defines instead of magic numbers for CPUID cache infoEduardo Habkost2013-09-031-22/+162
| * cpu: Replace qemu_for_each_cpu()Andreas Färber2013-09-036-63/+27
| * cpu: Use QTAILQ for CPU listAndreas Färber2013-09-0326-112/+94
| * a15mpcore: Use qemu_get_cpu() for generic timersAndreas Färber2013-09-031-3/+2
* | Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2013-09-0327-322/+1029
|\ \
| * | qemu-iotests: Overlapping cluster allocationsMax Reitz2013-09-023-0/+156
| * | qcow2_check: Mark image consistentMax Reitz2013-09-021-1/+5
| * | qcow2-refcount: Repair shared refcount blocksMax Reitz2013-09-023-2/+148
| * | qcow2-refcount: Repair OFLAG_COPIED errorsMax Reitz2013-08-303-8/+55
| * | qcow2-refcount: Move OFLAG_COPIED checksMax Reitz2013-08-301-33/+82
| * | qcow2: Employ metadata overlap checksMax Reitz2013-08-304-0/+86
| * | qcow2: Metadata overlap checksMax Reitz2013-08-304-0/+213
OpenPOWER on IntegriCloud