aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-16block/io: Make bdrv_requests_pending() publicKevin Wolf
2015-10-16block: Split bdrv_move_feature_fields()Kevin Wolf
2015-10-16block: Manage backing file references in bdrv_set_backing_hd()Kevin Wolf
2015-10-16block: Convert bs->backing_hd to BdrvChildKevin Wolf
2015-10-16block: Remove bdrv_open_image()Kevin Wolf
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf
2015-10-16quorum: Convert to BdrvChildKevin Wolf
2015-10-16blkverify: Convert s->test_file to BdrvChildKevin Wolf
2015-10-16vmdk: Use BdrvChild instead of BDS for references to extentsKevin Wolf
2015-10-16block: Introduce BDS.file_childKevin Wolf
2015-10-16block: qemu-iotests - fix vmdk test 059.outJeff Cody
2015-10-16qmp-commands.hx: Update the supported 'transaction' operationsKashyap Chamarthy
2015-10-16throttle: test that snapshots move the throttling configurationAlberto Garcia
2015-10-16iotests: disable core dumps in test 061Alberto Garcia
2015-10-13Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-10-12' into ...Peter Maydell
2015-10-12qapi: Simplify gen_visit_fields() error handlingEric Blake
2015-10-12qapi: Share gen_visit_fields()Eric Blake
2015-10-12qapi: Share gen_err_check()Eric Blake
2015-10-12qapi: Consistent generated code: minimize push_indent() usageEric Blake
2015-10-12qapi: Consistent generated code: prefer common indentationEric Blake
2015-10-12qapi: Consistent generated code: prefer common labelsEric Blake
2015-10-12qapi: Consistent generated code: prefer visitor 'v'Eric Blake
2015-10-12qapi: Consistent generated code: prefer error 'err'Eric Blake
2015-10-12qapi: Reuse code for flat union base validationEric Blake
2015-10-12qapi: Test use of 'number' within alternatesEric Blake
2015-10-12qapi: Add tests for empty unionsEric Blake
2015-10-12qapi: Avoid assertion failure on union 'type' collisionEric Blake
2015-10-12qapi: Test for various name collisionsEric Blake
2015-10-12qapi: Clean up qapi.py per pep8Eric Blake
2015-10-12qapi: Invoke exception superclass initializerEric Blake
2015-10-12qapi: Improve 'include' error messageEric Blake
2015-10-12qapi: Sort qapi-schema testsEric Blake
2015-10-12MAINTAINERS: Specify QAPI include and test filesMarkus Armbruster
2015-10-12MAINTAINERS: Specify QObject include and test filesMarkus Armbruster
2015-10-12docs: Move files from docs/qmp/ to docs/Markus Armbruster
2015-10-12Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2015-10-12Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2015-10-12sdhci.c: Limit the maximum block sizeAlistair Francis
2015-10-12block: switch from g_slice allocator to mallocPaolo Bonzini
2015-10-12virtio dataplane: adapt dataplane for virtio Version 1Pierre Morel
2015-10-12Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-10-09' in...Peter Maydell
2015-10-12virtio-blk: use blk_io_plug/unplug for Linux AIO batchingStefan Hajnoczi
2015-10-12sdhci: Pass drive parameter to sdhci-pci via qdev propertyKevin O'Connor
2015-10-12tests: add test cases for netfilter objectYang Hongyang
2015-10-12netfilter: add a netbuffer filterYang Hongyang
2015-10-12net/queue: export qemu_net_queue_append_iovYang Hongyang
2015-10-12netfilter: print filter info associate with the netdevYang Hongyang
2015-10-12netfilter: add an API to pass the packet to next filterYang Hongyang
2015-10-12net/queue: introduce NetQueueDeliverFuncYang Hongyang
2015-10-12net: merge qemu_deliver_packet and qemu_deliver_packet_iovYang Hongyang