aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests
AgeCommit message (Expand)AuthorFilesLines
2018-04-10iotests: fix wait_until_completed()Peter Xu1-6/+3
2018-04-03Merge remote-tracking branch 'mreitz/tags/pull-block-2018-04-03' into queue-b...Kevin Wolf6-2/+117
2018-04-03iotests: Test abnormally large size in compressed cluster descriptorAlberto Garcia2-0/+80
2018-04-03qemu-iotests: Use ppc64 qemu_arch on ppc64le hostLukáš Doktor2-2/+3
2018-04-03iotests: Test preallocated truncate of 2G imageMax Reitz2-0/+34
2018-04-03iotests: fix 208 for luks formatVladimir Sementsov-Ogievskiy1-1/+1
2018-04-03iotests: Update 186 after commit ac64273c66ab136c44043259162Alberto Garcia3-29/+34
2018-04-03iotests: Update 051 and 186 after commit 1454509726719e0933cAlberto Garcia3-52/+0
2018-03-27Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2018-03-26' in...Peter Maydell2-7/+5
2018-03-26iotests: enable shared migration cases in 169Vladimir Sementsov-Ogievskiy2-7/+5
2018-03-26qemu-iotests: Test vhdx image creation with QMPKevin Wolf3-0/+471
2018-03-26qemu-iotests: Test parallels image creation with QMPKevin Wolf3-0/+438
2018-03-26qemu-iotests: Test invalid resize on luksKevin Wolf2-0/+53
2018-03-26qemu-iotests: Enable 025 for luksKevin Wolf1-1/+8
2018-03-26qemu-iotests: Test vdi image creation with QMPKevin Wolf3-0/+344
2018-03-26qcow2: Reset free_cluster_index when allocating a new refcount blockAlberto Garcia3-3/+33
2018-03-26iotests: 163 is not quickEric Blake1-1/+1
2018-03-19block: Handle null backing linkMax Reitz2-0/+28
2018-03-19iotests: Avoid realpath, for CentOS 6Eric Blake1-6/+6
2018-03-19block: fix iotest 146 output expectationsJeff Cody1-1/+1
2018-03-19qemu-iotests: Enable write tests for parallelsKevin Wolf2-2/+1
2018-03-19iotests: Add regression test for commit base lockingFam Zheng2-0/+17
2018-03-19qemu-iotests: Test luks QMP image creationKevin Wolf4-1/+348
2018-03-19iotests: test manual job dismissalJohn Snow2-2/+189
2018-03-19blockjobs: Expose manual propertyJohn Snow1-12/+12
2018-03-19iotests: add pause_waitJohn Snow3-19/+16
2018-03-19blockjobs: add status enumJohn Snow1-12/+12
2018-03-16Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell6-1/+292
2018-03-13iotests: add dirty bitmap postcopy testVladimir Sementsov-Ogievskiy4-1/+130
2018-03-13iotests: add dirty bitmap migration testVladimir Sementsov-Ogievskiy3-0/+162
2018-03-13iotests: new test 209 for NBD BLOCK_STATUSVladimir Sementsov-Ogievskiy3-0/+37
2018-03-13iotests: add file_path helperVladimir Sementsov-Ogievskiy1-0/+32
2018-03-13iotests.py: tiny refactor: move system imports upVladimir Sementsov-Ogievskiy1-2/+3
2018-03-13iotests: add 208 nbd-server + blockdev-snapshot-sync test caseStefan Hajnoczi3-0/+65
2018-03-13iotests: Fix stuck NBD process on 33Eric Blake1-0/+1
2018-03-09qemu-iotests: fix 203 migration completion raceStefan Hajnoczi2-4/+16
2018-03-09iotests: Tweak 030 in order to trigger a race condition with parallel jobsAlberto Garcia2-11/+45
2018-03-09iotests: Skip test for ENOMEM errorFam Zheng1-3/+2
2018-03-09iotests: Mark all tests executableEric Blake10-0/+0
2018-03-09iotests: Test creating overlay when guest runningFam Zheng2-6/+9
2018-03-09qemu-iotests: Test ssh image creation over QMPKevin Wolf3-0/+337
2018-03-09qemu-iotests: Test qcow2 over file image creation with QMPKevin Wolf3-0/+646
2018-03-09qcow2: Use visitor for options in qcow2_create()Kevin Wolf2-6/+6
2018-03-09qcow2: Make qemu-img check detect corrupted L1 tables in snapshotsAlberto Garcia2-0/+22
2018-03-09qcow2: Check snapshot L1 table in qcow2_snapshot_delete()Alberto Garcia2-0/+4
2018-03-09qcow2: Check snapshot L1 table in qcow2_snapshot_goto()Alberto Garcia2-0/+6
2018-03-09qcow2: Check snapshot L1 tables in qcow2_check_metadata_overlap()Alberto Garcia2-0/+8
2018-03-09qcow2: Check L1 table parameters in qcow2_expand_zero_clusters()Alberto Garcia2-0/+6
2018-03-09qcow2: Check L1 table offset in qcow2_snapshot_load_tmp()Alberto Garcia2-2/+16
2018-03-09qcow2: Generalize validate_table_offset() into qcow2_validate_table()Alberto Garcia1-8/+8