aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-09-03Merge remote-tracking branch 'kraxel/usb.88' into stagingAnthony Liguori
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-09-03Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori
2013-09-03target-i386: Use #defines instead of magic numbers for CPUID cache infoEduardo Habkost
2013-09-03cpu: Replace qemu_for_each_cpu()Andreas Färber
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber
2013-09-03a15mpcore: Use qemu_get_cpu() for generic timersAndreas Färber
2013-09-03Merge branch 'tcg-next' of git://github.com/rth7680/qemuAurelien Jarno
2013-09-03Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemuAurelien Jarno
2013-09-03tcg/mips: only enable ext8s/ext16s ops on MIPS32R2Aurelien Jarno
2013-09-03tcg/mips: inline bswap16/bswap32 opsAurelien Jarno
2013-09-03tcg/mips: detect available host instructions at runtimeAurelien Jarno
2013-09-02tcg-i386: Make use of zero-extended memory helper routinesRichard Henderson
2013-09-02tcg: Introduce zero and sign-extended versions of load helpersRichard Henderson
2013-09-02exec: Split softmmu_defs.hRichard Henderson