aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests
AgeCommit message (Expand)AuthorFilesLines
2019-02-01virtio-scsi: Forbid devices with different iothreads sharing a blockdevAlberto Garcia2-0/+42
2019-02-01scsi-disk: Acquire the AioContext in scsi_*_realize()Alberto Garcia2-0/+34
2019-02-01virtio-scsi: Move BlockBackend back to the main AioContext on unplugAlberto Garcia3-0/+108
2019-02-01vmdk: Reject excess extents in blockdev-createKevin Wolf2-7/+12
2019-02-01iotests: Add VMDK tests for blockdev-createKevin Wolf3-0/+581
2019-02-01iotests: Filter cid numbers in VMDK extent infoFam Zheng2-0/+2
2019-02-01iotests: Make 234 stableMax Reitz2-28/+38
2019-02-01qemu-iotests: add test case for dmgyuchenlin5-0/+65
2019-02-01mirror: Block the source BlockDriverState in mirror_start_job()Alberto Garcia1-2/+2
2019-01-31iotests: Allow 147 to be run concurrentlyMax Reitz1-30/+68
2019-01-31iotests: Bind qemu-nbd to localhost in 147Max Reitz1-1/+1
2019-01-31iotests.py: Add qemu_nbd_pipe()Max Reitz1-0/+14
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