aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests
AgeCommit message (Expand)AuthorFilesLines
2019-01-24iotests: add 238 for throttling tgm unregister iothread segfaultStefan Hajnoczi3-0/+54
2019-01-21iotests: Enhance 223, 233 to cover 'qemu-nbd --list'Eric Blake4-6/+50
2019-01-21iotests: Make 233 output more reliableEric Blake2-4/+11
2019-01-14qemu-nbd: Add --bitmap=NAME optionEric Blake2-2/+28
2019-01-14nbd: Allow bitmap export during QMP nbd-server-addEric Blake2-15/+9
2019-01-14nbd: Only require disabled bitmap for read-only exportsEric Blake2-4/+9
2019-01-14nbd: Forbid nbd-server-stop when server is not runningEric Blake2-2/+2
2019-01-14nbd: Add some error case testing to iotests 223Eric Blake2-2/+24
2019-01-14iotests: add iotest 236 for testing bitmap mergeJohn Snow3-0/+513
2019-01-14iotests: implement pretty-print for log and qmp_logJohn Snow1-5/+10
2019-01-14iotests: change qmp_log filters to expect QMP objects onlyJohn Snow2-5/+27
2019-01-14iotests: remove default filters from qmp_logJohn Snow2-3/+7
2019-01-14iotests: add qmp recursive sorting functionJohn Snow1-4/+20
2019-01-14iotests: add filter_generated_node_idsJohn Snow1-0/+3
2019-01-14iotests.py: don't abort if IMGKEYSECRET is undefinedJohn Snow1-1/+1
2019-01-14block: remove 'x' prefix from experimental bitmap APIsJohn Snow1-2/+2
2019-01-04qemu-nbd: Use program name in error messagesEric Blake1-1/+1
2019-01-04block/nbd-client: use traces instead of noisy error_report_errVladimir Sementsov-Ogievskiy1-28/+0
2018-12-18qmp: Split ShutdownCause host-qmp into quit and system-resetDominik Csapak21-75/+75
2018-12-18qmp: Add reason to SHUTDOWN and RESET eventsDominik Csapak21-75/+87
2018-12-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell3-1/+36
2018-12-14iotests: make 235 work on s390 (and others)Christian Borntraeger1-1/+3
2018-12-14block: Remove assertions from update_flags_from_options()Alberto Garcia2-0/+16
2018-12-14qemu-io: Put flag changes in the options QDict in reopen_f()Alberto Garcia2-0/+17
2018-12-13json: Fix to reject duplicate object member namesMarkus Armbruster1-1/+0
2018-12-03iotests: simple mirror test with kvm on 1G imageVladimir Sementsov-Ogievskiy3-0/+80
2018-11-27iotests: Test migration with -blockdevKevin Wolf3-0/+152
2018-11-22block: Update BlockDriverState.inherits_from on bdrv_drop_intermediate()Alberto Garcia2-1/+50
2018-11-22block: Update BlockDriverState.inherits_from on bdrv_set_backing_hd()Alberto Garcia3-0/+128
2018-11-22iotests: Enhance 223 to cover multiple bitmap granularitiesEric Blake2-15/+60
2018-11-22iotests: fix nbd test 233 to work correctly with raw imagesDaniel P. Berrangé1-3/+6
2018-11-21iotests: Skip 233 if certtool not installedEric Blake1-0/+3
2018-11-21iotests: Replace assertEquals() with assertEqual()Kevin Wolf3-6/+6
2018-11-21iotests: Replace time.clock() with TimeoutKevin Wolf1-10/+6
2018-11-19iotests: Drop use of bash keyword 'function'Eric Blake35-86/+86
2018-11-19iotests: Also test I/O over NBD TLSEric Blake2-1/+21
2018-11-19tests: exercise NBD server in TLS modeDaniel P. Berrangé4-0/+178
2018-11-19tests: add iotests helpers for dealing with TLS certificatesDaniel P. Berrangé1-0/+137
2018-11-19tests: check if qemu-nbd is still alive before waitingDaniel P. Berrangé1-1/+9
2018-11-19tests: pull qemu-nbd iotest helpers into common.nbd fileDaniel P. Berrangé2-39/+64
2018-11-19qemu-iotests: Modern shell scripting (use $() instead of ``)Mao Zhongyi2-32/+32
2018-11-19qemu-iotests: convert `pwd` and $(pwd) to $PWDMao Zhongyi3-4/+2
2018-11-19qemu-iotests: remove unused variable 'here'Mao Zhongyi170-170/+0
2018-11-19iotests: Test file-posix locking and reopenMax Reitz2-0/+80
2018-11-19iotests: Add new test 220 for max compressed cluster offsetEric Blake3-0/+151
2018-11-05option: Make option help nicer to readMax Reitz1-478/+478
2018-11-05qemu-iotests: Test auto-read-only with -drive and -blockdevKevin Wolf3-0/+207
2018-11-05iotest: Test x-blockdev-change on a QuorumAlberto Garcia2-0/+140
2018-11-05iotest: Test the blkverify mode of the Quorum driverAlberto Garcia2-0/+46
2018-11-05iotests: make 083 specific to rawCleber Rosa1-1/+1