Age | Commit message (Expand) | Author | Files | Lines |
2016-06-02 | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell | 2 | -2/+484 |
2016-06-02 | e1000e: Introduce qtest for e1000e device | Dmitry Fleytman | 2 | -0/+482 |
2016-06-02 | net_pkt: Name vmxnet3 packet abstractions more generic | Dmitry Fleytman | 1 | -2/+2 |
2016-06-01 | docker: Add EXTRA_CONFIGURE_OPTS | Fam Zheng | 2 | -0/+4 |
2016-06-01 | docker: Add travis tool | Fam Zheng | 2 | -0/+69 |
2016-06-01 | docker: Add mingw test | Fam Zheng | 1 | -0/+34 |
2016-06-01 | docker: Add clang test | Fam Zheng | 1 | -0/+26 |
2016-06-01 | docker: Add full test | Fam Zheng | 1 | -0/+17 |
2016-06-01 | docker: Add quick test | Fam Zheng | 1 | -0/+19 |
2016-06-01 | docker: Add common.rc | Fam Zheng | 1 | -0/+31 |
2016-06-01 | docker: Add test runner | Fam Zheng | 1 | -0/+58 |
2016-06-01 | docker: Add images | Fam Zheng | 3 | -0/+24 |
2016-06-01 | Makefile: Rules for docker testing | Fam Zheng | 1 | -0/+123 |
2016-06-01 | tests: Add utilities for docker testing | Fam Zheng | 1 | -0/+194 |
2016-05-26 | Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-2' in... | Peter Maydell | 2 | -35/+26 |
2016-05-26 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 4 | -33/+7 |
2016-05-26 | qdev: Start disentangling bus from device | Andreas Färber | 1 | -0/+1 |
2016-05-26 | migration: convert savevm to use QIOChannel for writing to files | Daniel P. Berrange | 2 | -3/+12 |
2016-05-26 | migration: remove use of qemu_bufopen from vmstate tests | Daniel P. Berrange | 2 | -32/+14 |
2016-05-25 | blockjob: Remove BlockJob.bs | Kevin Wolf | 1 | -1/+2 |
2016-05-25 | mirror: Allow target that already has a BlockBackend | Kevin Wolf | 2 | -29/+2 |
2016-05-25 | block: Drop errp parameter from blk_new() | Max Reitz | 1 | -3/+3 |
2016-05-25 | tests: Drop BDS from test-throttle.c | Max Reitz | 1 | -3/+3 |
2016-05-23 | migration: Move qjson.[ch] to migration/ | Markus Armbruster | 1 | -1/+1 |
2016-05-19 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 11 | -320/+555 |
2016-05-19 | qemu-iotests: Fix regression in 136 on aio_read invalid | Eric Blake | 1 | -11/+4 |
2016-05-19 | qemu-iotests: Simplify 109 with unaligned qemu-img compare | Eric Blake | 2 | -6/+0 |
2016-05-19 | qemu-iotests: Some more write_zeroes tests | Kevin Wolf | 3 | -0/+508 |
2016-05-19 | block: Don't return throttling info in query-named-block-nodes | Kevin Wolf | 1 | -1/+2 |
2016-05-19 | block: Remove bdrv_aio_multiwrite() | Kevin Wolf | 5 | -274/+7 |
2016-05-19 | block: Move I/O throttling configuration functions to BlockBackend | Kevin Wolf | 1 | -10/+6 |
2016-05-19 | block: Move throttling fields from BDS to BB | Kevin Wolf | 1 | -12/+16 |
2016-05-19 | block: Convert throttle_group_get_name() to BlockBackend | Kevin Wolf | 1 | -2/+2 |
2016-05-19 | block: throttle-groups: Use BlockBackend pointers internally | Kevin Wolf | 1 | -6/+7 |
2016-05-19 | block: Make sure throttled BDSes always have a BB | Kevin Wolf | 1 | -3/+8 |
2016-05-19 | qemu-common: stop including qemu/host-utils.h from qemu-common.h | Paolo Bonzini | 1 | -0/+1 |
2016-05-19 | qemu-common: stop including qemu/bswap.h from qemu-common.h | Paolo Bonzini | 1 | -0/+1 |
2016-05-18 | Fix some typos found by codespell | Stefan Weil | 1 | -7/+7 |
2016-05-12 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 18 | -771/+1613 |
2016-05-12 | qemu-iotests: iotests: fail hard if not run via "check" | Sascha Silbe | 1 | -1/+9 |
2016-05-12 | block: enable testing of LUKS driver with block I/O tests | Daniel P. Berrange | 10 | -11/+67 |
2016-05-12 | block: add support for encryption secrets in block I/O tests | Daniel P. Berrange | 4 | -3/+16 |
2016-05-12 | block: add support for --image-opts in block I/O tests | Daniel P. Berrange | 6 | -34/+77 |
2016-05-12 | qemu-io: Allow unaligned access by default | Eric Blake | 1 | -720/+1440 |
2016-05-12 | iotests: fix the redirection order in 083 | Wei Jiangang | 1 | -2/+2 |
2016-05-12 | Allow users to specify the vmdk virtual hardware version. | Janne Karhunen | 1 | -0/+2 |
2016-05-12 | qapi: Change visit_type_FOO() to no longer return partial objects | Eric Blake | 3 | -25/+15 |
2016-05-12 | qapi: Simplify semantics of visit_next_list() | Eric Blake | 1 | -2/+0 |
2016-05-12 | qapi: Fix string input visitor handling of invalid list | Eric Blake | 1 | -7/+5 |
2016-05-12 | tests/string-input-visitor: Add negative integer tests | Markus Armbruster | 1 | -0/+15 |