summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | qcow2: Add corrupt bitMax Reitz2013-08-305-9/+66
| * | qemu-iotests: Snapshotting zero clustersMax Reitz2013-08-303-0/+74
| * | qcow2-refcount: Snapshot update for zero clustersMax Reitz2013-08-301-17/+35
| * | option: Add assigned flag to QEMUOptionParameterMax Reitz2013-08-302-0/+10
| * | gluster: Abort on AIO completion failureBharata B Rao2013-08-301-13/+2
| * | block: Remove old raw driverKevin Wolf2013-08-301-192/+0
| * | switch raw block driver from "raw.o" to "raw_bsd.o"Laszlo Ersek2013-08-302-35/+45
| * | raw_bsd: register bdrv_rawLaszlo Ersek2013-08-301-5/+33
| * | raw_bsd: add raw_create_optionsLaszlo Ersek2013-08-301-1/+12
| * | raw_bsd: introduce "special members"Laszlo Ersek2013-08-301-0/+23
| * | raw_bsd: add raw_create()Laszlo Ersek2013-08-301-0/+4
| * | raw_bsd: emit debug events in bdrv_co_readv() and bdrv_co_writev()Laszlo Ersek2013-08-301-0/+2
| * | add skeleton for BSD licensed "raw" BlockDriverLaszlo Ersek2013-08-301-0/+108
| * | block/qcow2.h: Avoid "1LL << 63" (shifts into sign bit)Peter Maydell2013-08-301-3/+3
| * | qemu-iotests: Update reference output for 051Kevin Wolf2013-08-301-1/+0
| * | Revert "block: Disable driver-specific options for 1.6"Kevin Wolf2013-08-302-144/+1
OpenPOWER on IntegriCloud