Age | Commit message (Expand) | Author | Files | Lines |
2020-10-23 | iotests: add commit top->base cases to 274 | Vladimir Sementsov-Ogievskiy | 2 | -0/+88 |
2020-10-20 | iotests.py: Adjust HMP kwargs typing | John Snow | 1 | -1/+1 |
2020-10-13 | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-1... | Peter Maydell | 1 | -9/+0 |
2020-10-13 | Remove superfluous .gitignore files | Thomas Huth | 1 | -9/+0 |
2020-10-12 | qemu-iotests, qtest: rewrite test 067 as a qtest | Paolo Bonzini | 3 | -572/+1 |
2020-10-06 | migration: introduce icount field for snapshots | Pavel Dovgalyuk | 2 | -26/+26 |
2020-10-06 | qcow2: introduce icount field for snapshots | Pavel Dovgalyuk | 2 | -23/+43 |
2020-10-02 | iotests: Test block-export-* QMP interface | Kevin Wolf | 3 | -0/+257 |
2020-10-02 | iotests: Allow supported and unsupported formats at the same time | Kevin Wolf | 1 | -5/+1 |
2020-10-02 | iotests: Introduce qemu_nbd_list_log() | Kevin Wolf | 1 | -1/+12 |
2020-10-02 | iotests: Factor out qemu_tool_pipe_and_status() | Kevin Wolf | 1 | -26/+23 |
2020-10-02 | block/export: Add BLOCK_EXPORT_DELETED event | Kevin Wolf | 3 | -2/+13 |
2020-10-02 | block/export: Add 'id' option to block-export-add | Kevin Wolf | 1 | -2/+2 |
2020-10-02 | configure: Bump the minimum required Python version to 3.6 | Thomas Huth | 1 | -2/+0 |
2020-09-30 | meson: clean up build_by_default | Paolo Bonzini | 1 | -2/+1 |
2020-09-29 | tests/acpi: drop unnecessary files | Michael S. Tsirkin | 1 | -0/+0 |
2020-09-29 | tests/acpi: update golden master DSDT binary table blobs for q35 | Ani Sinha | 1 | -0/+0 |
2020-09-21 | qemu-img: Support bitmap --merge into backing image | Eric Blake | 2 | -0/+68 |
2020-09-16 | iotests: Drop readlink -f | Max Reitz | 1 | -1/+1 |
2020-09-15 | qcow2: Make preallocate_co() resize the image to the correct size | Alberto Garcia | 2 | -20/+52 |
2020-09-15 | iotests: Skip test_stream_parallel in test 030 when doing "make check" | Thomas Huth | 1 | -0/+2 |
2020-09-15 | qcow2: Fix removal of list members from BDRVQcow2State.cluster_allocs | Alberto Garcia | 3 | -0/+91 |
2020-09-15 | qemu-img: avoid unaligned read requests during convert | Peter Lieven | 1 | -2/+5 |
2020-09-15 | qemu-iotests: Simplify FilePath __init__ | Nir Soffer | 1 | -3/+2 |
2020-09-15 | qemu-iotests: Merge FilePaths and FilePath | Nir Soffer | 5 | -18/+15 |
2020-09-15 | qemu-iotests: Support varargs syntax in FilePaths | Nir Soffer | 3 | -12/+10 |
2020-09-15 | qemu-iotests: Fix FilePaths docstring | Nir Soffer | 1 | -6/+13 |
2020-09-15 | qemu-iotests: Fix FilePaths cleanup | Nir Soffer | 1 | -4/+4 |
2020-09-11 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 20 | -24/+539 |
2020-09-10 | iotests: Allow running from different directory | Kevin Wolf | 1 | -1/+1 |
2020-09-08 | iotests: Test committing to overridden backing | Max Reitz | 2 | -2/+63 |
2020-09-08 | iotests: Add test for commit in sub directory | Max Reitz | 2 | -0/+54 |
2020-09-08 | iotests: Add filter mirror test cases | Max Reitz | 2 | -3/+147 |
2020-09-08 | iotests: Add filter commit test cases | Max Reitz | 2 | -2/+179 |
2020-09-08 | qemu-iotests: move check-block back to Makefiles | Paolo Bonzini | 1 | -4/+0 |
2020-09-07 | iotests: Let complete_and_wait() work with commit | Max Reitz | 1 | -3/+7 |
2020-09-07 | iotests: Test that qcow2's data-file is flushed | Max Reitz | 2 | -0/+56 |
2020-09-07 | block: Leave BDS.backing_{file,format} constant | Max Reitz | 4 | -9/+11 |
2020-09-07 | qemu-img: Use child access functions | Max Reitz | 1 | -0/+1 |
2020-09-07 | block: Use child access functions for QAPI queries | Max Reitz | 1 | -1/+7 |
2020-09-07 | block/null: Implement bdrv_get_allocated_file_size | Max Reitz | 3 | -5/+6 |
2020-09-07 | block: Raise an error when backing file parameter is an empty string | Connor Kuehl | 2 | -0/+9 |
2020-09-02 | iotests/259: Fix reference output | Max Reitz | 1 | -1/+1 |
2020-09-02 | iotests/059: Fix reference output | Max Reitz | 1 | -1/+1 |
2020-08-28 | migration: improve error reporting of block driver state name | Daniel P. Berrangé | 1 | -2/+2 |
2020-08-26 | iotests: Add tests for qcow2 images with extended L2 entries | Alberto Garcia | 3 | -0/+1628 |
2020-08-25 | qcow2: Assert that expand_zero_clusters_in_l1() does not support subclusters | Alberto Garcia | 2 | -0/+11 |
2020-08-25 | qcow2: Allow preallocation and backing files if extended_l2 is set | Alberto Garcia | 1 | -1/+1 |
2020-08-25 | qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit | Alberto Garcia | 21 | -133/+183 |
2020-08-25 | qcow2: Add subcluster support to check_refcounts_l2() | Alberto Garcia | 1 | -1/+1 |