Age | Commit message (Expand) | Author |
2015-10-16 | block: Convert bs->file to BdrvChild | Kevin Wolf |
2015-10-16 | quorum: Convert to BdrvChild | Kevin Wolf |
2015-10-16 | blkverify: Convert s->test_file to BdrvChild | Kevin Wolf |
2015-10-16 | vmdk: Use BdrvChild instead of BDS for references to extents | Kevin Wolf |
2015-10-16 | block: Introduce BDS.file_child | Kevin Wolf |
2015-10-16 | block: qemu-iotests - fix vmdk test 059.out | Jeff Cody |
2015-10-16 | qmp-commands.hx: Update the supported 'transaction' operations | Kashyap Chamarthy |
2015-10-16 | throttle: test that snapshots move the throttling configuration | Alberto Garcia |
2015-10-16 | iotests: disable core dumps in test 061 | Alberto Garcia |
2015-10-13 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-10-12' into ... | Peter Maydell |
2015-10-12 | qapi: Simplify gen_visit_fields() error handling | Eric Blake |
2015-10-12 | qapi: Share gen_visit_fields() | Eric Blake |
2015-10-12 | qapi: Share gen_err_check() | Eric Blake |
2015-10-12 | qapi: Consistent generated code: minimize push_indent() usage | Eric Blake |
2015-10-12 | qapi: Consistent generated code: prefer common indentation | Eric Blake |
2015-10-12 | qapi: Consistent generated code: prefer common labels | Eric Blake |
2015-10-12 | qapi: Consistent generated code: prefer visitor 'v' | Eric Blake |
2015-10-12 | qapi: Consistent generated code: prefer error 'err' | Eric Blake |
2015-10-12 | qapi: Reuse code for flat union base validation | Eric Blake |
2015-10-12 | qapi: Test use of 'number' within alternates | Eric Blake |
2015-10-12 | qapi: Add tests for empty unions | Eric Blake |
2015-10-12 | qapi: Avoid assertion failure on union 'type' collision | Eric Blake |
2015-10-12 | qapi: Test for various name collisions | Eric Blake |
2015-10-12 | qapi: Clean up qapi.py per pep8 | Eric Blake |
2015-10-12 | qapi: Invoke exception superclass initializer | Eric Blake |
2015-10-12 | qapi: Improve 'include' error message | Eric Blake |
2015-10-12 | qapi: Sort qapi-schema tests | Eric Blake |
2015-10-12 | MAINTAINERS: Specify QAPI include and test files | Markus Armbruster |
2015-10-12 | MAINTAINERS: Specify QObject include and test files | Markus Armbruster |
2015-10-12 | docs: Move files from docs/qmp/ to docs/ | Markus Armbruster |
2015-10-12 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2015-10-12 | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell |
2015-10-12 | sdhci.c: Limit the maximum block size | Alistair Francis |
2015-10-12 | block: switch from g_slice allocator to malloc | Paolo Bonzini |
2015-10-12 | virtio dataplane: adapt dataplane for virtio Version 1 | Pierre Morel |
2015-10-12 | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-10-09' in... | Peter Maydell |
2015-10-12 | virtio-blk: use blk_io_plug/unplug for Linux AIO batching | Stefan Hajnoczi |
2015-10-12 | sdhci: Pass drive parameter to sdhci-pci via qdev property | Kevin O'Connor |
2015-10-12 | tests: add test cases for netfilter object | Yang Hongyang |
2015-10-12 | netfilter: add a netbuffer filter | Yang Hongyang |
2015-10-12 | net/queue: export qemu_net_queue_append_iov | Yang Hongyang |
2015-10-12 | netfilter: print filter info associate with the netdev | Yang Hongyang |
2015-10-12 | netfilter: add an API to pass the packet to next filter | Yang Hongyang |
2015-10-12 | net/queue: introduce NetQueueDeliverFunc | Yang Hongyang |
2015-10-12 | net: merge qemu_deliver_packet and qemu_deliver_packet_iov | Yang Hongyang |
2015-10-12 | netfilter: hook packets before net queue send | Yang Hongyang |
2015-10-12 | init/cleanup of netfilter object | Yang Hongyang |
2015-10-12 | vl.c: init delayed object after net_init_clients | Yang Hongyang |
2015-10-12 | vmxnet3: Add support for VMXNET3_CMD_GET_ADAPTIVE_RING_INFO command | Shmulik Ladkani |
2015-10-12 | e1000: use alias for default model | Jason Wang |