aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests
AgeCommit message (Expand)Author
2019-02-01mirror: Block the source BlockDriverState in mirror_start_job()Alberto Garcia
2019-01-31iotests: Allow 147 to be run concurrentlyMax Reitz
2019-01-31iotests: Bind qemu-nbd to localhost in 147Max Reitz
2019-01-31iotests.py: Add qemu_nbd_pipe()Max Reitz
2019-01-24iotests: add 238 for throttling tgm unregister iothread segfaultStefan Hajnoczi
2019-01-21iotests: Enhance 223, 233 to cover 'qemu-nbd --list'Eric Blake
2019-01-21iotests: Make 233 output more reliableEric Blake
2019-01-14qemu-nbd: Add --bitmap=NAME optionEric Blake
2019-01-14nbd: Allow bitmap export during QMP nbd-server-addEric Blake
2019-01-14nbd: Only require disabled bitmap for read-only exportsEric Blake
2019-01-14nbd: Forbid nbd-server-stop when server is not runningEric Blake
2019-01-14nbd: Add some error case testing to iotests 223Eric Blake
2019-01-14iotests: add iotest 236 for testing bitmap mergeJohn Snow
2019-01-14iotests: implement pretty-print for log and qmp_logJohn Snow
2019-01-14iotests: change qmp_log filters to expect QMP objects onlyJohn Snow
2019-01-14iotests: remove default filters from qmp_logJohn Snow
2019-01-14iotests: add qmp recursive sorting functionJohn Snow
2019-01-14iotests: add filter_generated_node_idsJohn Snow
2019-01-14iotests.py: don't abort if IMGKEYSECRET is undefinedJohn Snow
2019-01-14block: remove 'x' prefix from experimental bitmap APIsJohn Snow
2019-01-04qemu-nbd: Use program name in error messagesEric Blake
2019-01-04block/nbd-client: use traces instead of noisy error_report_errVladimir Sementsov-Ogievskiy
2018-12-18qmp: Split ShutdownCause host-qmp into quit and system-resetDominik Csapak
2018-12-18qmp: Add reason to SHUTDOWN and RESET eventsDominik Csapak
2018-12-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-12-14iotests: make 235 work on s390 (and others)Christian Borntraeger
2018-12-14block: Remove assertions from update_flags_from_options()Alberto Garcia
2018-12-14qemu-io: Put flag changes in the options QDict in reopen_f()Alberto Garcia
2018-12-13json: Fix to reject duplicate object member namesMarkus Armbruster
2018-12-03iotests: simple mirror test with kvm on 1G imageVladimir Sementsov-Ogievskiy
2018-11-27iotests: Test migration with -blockdevKevin Wolf
2018-11-22block: Update BlockDriverState.inherits_from on bdrv_drop_intermediate()Alberto Garcia
2018-11-22block: Update BlockDriverState.inherits_from on bdrv_set_backing_hd()Alberto Garcia
2018-11-22iotests: Enhance 223 to cover multiple bitmap granularitiesEric Blake
2018-11-22iotests: fix nbd test 233 to work correctly with raw imagesDaniel P. Berrangé
2018-11-21iotests: Skip 233 if certtool not installedEric Blake
2018-11-21iotests: Replace assertEquals() with assertEqual()Kevin Wolf
2018-11-21iotests: Replace time.clock() with TimeoutKevin Wolf
2018-11-19iotests: Drop use of bash keyword 'function'Eric Blake
2018-11-19iotests: Also test I/O over NBD TLSEric Blake
2018-11-19tests: exercise NBD server in TLS modeDaniel P. Berrangé
2018-11-19tests: add iotests helpers for dealing with TLS certificatesDaniel P. Berrangé
2018-11-19tests: check if qemu-nbd is still alive before waitingDaniel P. Berrangé
2018-11-19tests: pull qemu-nbd iotest helpers into common.nbd fileDaniel P. Berrangé
2018-11-19qemu-iotests: Modern shell scripting (use $() instead of ``)Mao Zhongyi
2018-11-19qemu-iotests: convert `pwd` and $(pwd) to $PWDMao Zhongyi
2018-11-19qemu-iotests: remove unused variable 'here'Mao Zhongyi
2018-11-19iotests: Test file-posix locking and reopenMax Reitz
2018-11-19iotests: Add new test 220 for max compressed cluster offsetEric Blake
2018-11-05option: Make option help nicer to readMax Reitz