Age | Commit message (Expand) | Author | Files | Lines |
2023-02-14 | tests/qemu-iotests: Require virtio-scsi-pci | Fabiano Rosas | 1 | -0/+1 |
2023-02-09 | iotests/detect-zeroes-registered-buf: add new test | Stefan Hajnoczi | 2 | -0/+65 |
2023-02-01 | qemu-img: Change info key names for protocol nodes | Hanna Reitz | 1 | -3/+3 |
2023-02-01 | qemu-img: Let info print block graph | Hanna Reitz | 2 | -1/+6 |
2023-02-01 | iotests/106, 214, 308: Read only one size line | Hanna Reitz | 3 | -6/+8 |
2023-02-01 | iotests: Filter child node information | Hanna Reitz | 3 | -19/+43 |
2023-02-01 | qemu-iotests: Test qemu-img bitmap/commit exit code on error | Kevin Wolf | 2 | -0/+119 |
2023-01-24 | tests/qemu-iotests/262: Check for availability of "blkverify" first | Thomas Huth | 1 | -1/+2 |
2023-01-24 | tests/qemu-iotests/312: Mark "quorum" as required driver | Thomas Huth | 1 | -0/+1 |
2023-01-09 | qemu-iotests/stream-under-throttle: do not shutdown QEMU | Christian Borntraeger | 1 | -0/+2 |
2023-01-04 | iotests/check: Fix typing for sys.exit() value | John Snow | 1 | -1/+1 |
2022-11-14 | tests/stream-under-throttle: New test | Hanna Reitz | 2 | -0/+126 |
2022-11-10 | iotests/151: Test active requests on mirror start | Hanna Reitz | 2 | -5/+52 |
2022-11-10 | iotests/151: Test that active mirror progresses | Hanna Reitz | 2 | -3/+181 |
2022-10-27 | block: Refactor get_tmp_filename() | Bin Meng | 3 | -3/+4 |
2022-09-30 | iotests/backing-file-invalidation: Add new test | Hanna Reitz | 2 | -0/+157 |
2022-09-30 | block: add missed block_acct_setup with new block device init procedure | Denis V. Lunev | 2 | -2/+78 |
2022-08-07 | tests/qemu-iotests/264: Allow up to 5s for the BLOCK_JOB_CANCEL event to arrive | Thomas Huth | 1 | -1/+1 |
2022-08-02 | qemu-iotests: Discard stderr when probing devices | Cole Robinson | 1 | -2/+2 |
2022-07-26 | iotests/131: Add parallels regression test | Hanna Reitz | 2 | -1/+47 |
2022-07-12 | iotests/297: Have mypy ignore unused ignores | Hanna Reitz | 1 | -1/+1 |
2022-07-12 | tests/qemu-iotests: skip 108 when FUSE is not loaded | John Snow | 1 | -0/+5 |
2022-07-12 | tests/qemu-iotests: hotfix for 307, 223 output | John Snow | 2 | -4/+4 |
2022-07-12 | iotests/copy-before-write: specify required_fmts | Vladimir Sementsov-Ogievskiy | 1 | -1/+2 |
2022-07-12 | iotests: fix copy-before-write for macOS and FreeBSD | Vladimir Sementsov-Ogievskiy | 1 | -0/+5 |
2022-06-29 | iotests: copy-before-write: add cases for cbw-timeout option | Vladimir Sementsov-Ogievskiy | 2 | -2/+83 |
2022-06-29 | iotests: add copy-before-write: on-cbw-error tests | Vladimir Sementsov-Ogievskiy | 3 | -0/+145 |
2022-05-12 | qemu-iotests: inline common.config into common.rc | Paolo Bonzini | 2 | -53/+19 |
2022-05-12 | nbd/server: Allow MULTI_CONN for shared writable exports | Eric Blake | 3 | -1/+151 |
2022-05-12 | tests/qemu-iotests: print intent to run a test in TAP mode | Daniel P. Berrangé | 1 | -0/+3 |
2022-05-12 | iotests/testrunner: Flush after run_test() | Hanna Reitz | 1 | -0/+1 |
2022-05-04 | iotests/reopen-file: Test reopening file child | Hanna Reitz | 2 | -0/+94 |
2022-05-04 | iotests: Add regression test for issue 945 | Hanna Reitz | 2 | -0/+86 |
2022-04-26 | iotests/223: check new possibility of exporting bitmaps by node/name | Vladimir Sementsov-Ogievskiy | 2 | -2/+61 |
2022-04-25 | iotests/108: Fix when missing user_allow_other | Hanna Reitz | 1 | -1/+1 |
2022-04-25 | iotests: make qemu_io_log() check return codes by default | John Snow | 2 | -3/+4 |
2022-04-25 | iotests: remove qemu_io_silent() and qemu_io_silent_check(). | John Snow | 10 | -59/+38 |
2022-04-25 | iotests: remove qemu_io_pipe_and_status() | John Snow | 1 | -3/+0 |
2022-04-25 | iotests/image-fleecing: switch to qemu_io() | John Snow | 1 | -9/+19 |
2022-04-25 | iotests/migration-permissions: use assertRaises() for qemu_io() negative test | John Snow | 1 | -14/+14 |
2022-04-25 | iotests: rebase qemu_io() on top of qemu_tool() | John Snow | 6 | -54/+81 |
2022-04-25 | iotests: create generic qemu_tool() function | John Snow | 1 | -11/+21 |
2022-04-25 | iotests/040: Fix TestCommitWithFilters test | John Snow | 1 | -2/+4 |
2022-04-25 | iotests/040: Don't check image pattern on zero-length image | John Snow | 1 | -2/+12 |
2022-04-25 | iotests: Don't check qemu_io() output for specific error strings | John Snow | 2 | -18/+17 |
2022-04-25 | iotests/163: Fix broken qemu-io invocation | John Snow | 1 | -4/+1 |
2022-04-25 | iotests: replace calls to log(qemu_io(...)) with qemu_io_log() | John Snow | 3 | -8/+6 |
2022-04-21 | python: rename qemu.aqmp to qemu.qmp | John Snow | 2 | -3/+3 |
2022-04-21 | iotests: switch to AQMP | John Snow | 1 | -2/+1 |
2022-04-21 | iotests/mirror-top-perms: switch to AQMP | John Snow | 1 | -6/+3 |