summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* util - add automated ID generation utilityJeff Cody2015-10-162-0/+45
* blkverify: Fix BDS leak in .bdrv_open error pathKevin Wolf2015-10-161-0/+3
* block: Allow bdrv_unref_child(bs, NULL)Kevin Wolf2015-10-161-1/+6
* block: Remove bdrv_swap()Kevin Wolf2015-10-165-175/+1
* block: Add and use bdrv_replace_in_backing_chain()Kevin Wolf2015-10-164-26/+49
* blockjob: Store device name at job creationKevin Wolf2015-10-163-9/+17
* block: Implement bdrv_append() without bdrv_swap()Kevin Wolf2015-10-162-29/+85
* block: Introduce parents listKevin Wolf2015-10-162-0/+5
* block-backend: Add blk_set_bs()Kevin Wolf2015-10-162-0/+19
* block/io: Make bdrv_requests_pending() publicKevin Wolf2015-10-162-1/+2
* block: Split bdrv_move_feature_fields()Kevin Wolf2015-10-161-0/+12
* block: Manage backing file references in bdrv_set_backing_hd()Kevin Wolf2015-10-165-84/+37
* block: Convert bs->backing_hd to BdrvChildKevin Wolf2015-10-1614-109/+115
* block: Remove bdrv_open_image()Kevin Wolf2015-10-162-38/+0
* block: Convert bs->file to BdrvChildKevin Wolf2015-10-1626-344/+378
* quorum: Convert to BdrvChildKevin Wolf2015-10-161-31/+34
* blkverify: Convert s->test_file to BdrvChildKevin Wolf2015-10-161-20/+21
* vmdk: Use BdrvChild instead of BDS for references to extentsKevin Wolf2015-10-161-48/+51
* block: Introduce BDS.file_childKevin Wolf2015-10-162-3/+10
* block: qemu-iotests - fix vmdk test 059.outJeff Cody2015-10-161-6/+6
* qmp-commands.hx: Update the supported 'transaction' operationsKashyap Chamarthy2015-10-161-7/+22
* throttle: test that snapshots move the throttling configurationAlberto Garcia2015-10-163-0/+75
* iotests: disable core dumps in test 061Alberto Garcia2015-10-162-6/+6
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-10-12' into ...Peter Maydell2015-10-1382-424/+821
|\
| * qapi: Simplify gen_visit_fields() error handlingEric Blake2015-10-122-13/+11
| * qapi: Share gen_visit_fields()Eric Blake2015-10-124-77/+46
| * qapi: Share gen_err_check()Eric Blake2015-10-124-33/+20
| * qapi: Consistent generated code: minimize push_indent() usageEric Blake2015-10-122-45/+33
| * qapi: Consistent generated code: prefer common indentationEric Blake2015-10-121-26/+27
| * qapi: Consistent generated code: prefer common labelsEric Blake2015-10-122-6/+6
| * qapi: Consistent generated code: prefer visitor 'v'Eric Blake2015-10-126-109/+109
| * qapi: Consistent generated code: prefer error 'err'Eric Blake2015-10-123-34/+34
| * qapi: Reuse code for flat union base validationEric Blake2015-10-128-14/+13
| * qapi: Test use of 'number' within alternatesEric Blake2015-10-123-3/+160
| * qapi: Add tests for empty unionsEric Blake2015-10-1215-2/+30
| * qapi: Avoid assertion failure on union 'type' collisionEric Blake2015-10-125-44/+17
| * qapi: Test for various name collisionsEric Blake2015-10-1246-15/+182
| * qapi: Clean up qapi.py per pep8Eric Blake2015-10-122-58/+106
| * qapi: Invoke exception superclass initializerEric Blake2015-10-121-0/+2
| * qapi: Improve 'include' error messageEric Blake2015-10-123-4/+3
| * qapi: Sort qapi-schema testsEric Blake2015-10-121-46/+114
| * MAINTAINERS: Specify QAPI include and test filesMarkus Armbruster2015-10-121-0/+5
| * MAINTAINERS: Specify QObject include and test filesMarkus Armbruster2015-10-121-0/+8
| * docs: Move files from docs/qmp/ to docs/Markus Armbruster2015-10-124-1/+1
|/
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2015-10-1210-41/+108
|\
| * sdhci.c: Limit the maximum block sizeAlistair Francis2015-10-121-0/+10
| * block: switch from g_slice allocator to mallocPaolo Bonzini2015-10-125-12/+12
| * virtio dataplane: adapt dataplane for virtio Version 1Pierre Morel2015-10-122-15/+58
| * virtio-blk: use blk_io_plug/unplug for Linux AIO batchingStefan Hajnoczi2015-10-121-0/+4
| * sdhci: Pass drive parameter to sdhci-pci via qdev propertyKevin O'Connor2015-10-123-14/+24
OpenPOWER on IntegriCloud