summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests
Commit message (Expand)AuthorAgeFilesLines
* iotests/236: fix transaction kwarg orderJohn Snow2019-02-012-38/+39
* iotests: Filter second BLOCK_JOB_ERROR from 229Max Reitz2019-02-012-2/+5
* virtio-scsi: Forbid devices with different iothreads sharing a blockdevAlberto Garcia2019-02-012-0/+42
* scsi-disk: Acquire the AioContext in scsi_*_realize()Alberto Garcia2019-02-012-0/+34
* virtio-scsi: Move BlockBackend back to the main AioContext on unplugAlberto Garcia2019-02-013-0/+108
* vmdk: Reject excess extents in blockdev-createKevin Wolf2019-02-012-7/+12
* iotests: Add VMDK tests for blockdev-createKevin Wolf2019-02-013-0/+581
* iotests: Filter cid numbers in VMDK extent infoFam Zheng2019-02-012-0/+2
* iotests: Make 234 stableMax Reitz2019-02-012-28/+38
* qemu-iotests: add test case for dmgyuchenlin2019-02-015-0/+65
* mirror: Block the source BlockDriverState in mirror_start_job()Alberto Garcia2019-02-011-2/+2
* iotests: Allow 147 to be run concurrentlyMax Reitz2019-01-311-30/+68
* iotests: Bind qemu-nbd to localhost in 147Max Reitz2019-01-311-1/+1
* iotests.py: Add qemu_nbd_pipe()Max Reitz2019-01-311-0/+14
* iotests: add 238 for throttling tgm unregister iothread segfaultStefan Hajnoczi2019-01-243-0/+54
* iotests: Enhance 223, 233 to cover 'qemu-nbd --list'Eric Blake2019-01-214-6/+50
* iotests: Make 233 output more reliableEric Blake2019-01-212-4/+11
* qemu-nbd: Add --bitmap=NAME optionEric Blake2019-01-142-2/+28
* nbd: Allow bitmap export during QMP nbd-server-addEric Blake2019-01-142-15/+9Star
* nbd: Only require disabled bitmap for read-only exportsEric Blake2019-01-142-4/+9
* nbd: Forbid nbd-server-stop when server is not runningEric Blake2019-01-142-2/+2
* nbd: Add some error case testing to iotests 223Eric Blake2019-01-142-2/+24
* iotests: add iotest 236 for testing bitmap mergeJohn Snow2019-01-143-0/+513
* iotests: implement pretty-print for log and qmp_logJohn Snow2019-01-141-5/+10
* iotests: change qmp_log filters to expect QMP objects onlyJohn Snow2019-01-142-5/+27
* iotests: remove default filters from qmp_logJohn Snow2019-01-142-3/+7
* iotests: add qmp recursive sorting functionJohn Snow2019-01-141-4/+20
* iotests: add filter_generated_node_idsJohn Snow2019-01-141-0/+3
* iotests.py: don't abort if IMGKEYSECRET is undefinedJohn Snow2019-01-141-1/+1
* block: remove 'x' prefix from experimental bitmap APIsJohn Snow2019-01-141-2/+2
* qemu-nbd: Use program name in error messagesEric Blake2019-01-051-1/+1
* block/nbd-client: use traces instead of noisy error_report_errVladimir Sementsov-Ogievskiy2019-01-051-28/+0Star
* qmp: Split ShutdownCause host-qmp into quit and system-resetDominik Csapak2018-12-1821-75/+75
* qmp: Add reason to SHUTDOWN and RESET eventsDominik Csapak2018-12-1821-75/+87
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2018-12-163-1/+36
|\
| * iotests: make 235 work on s390 (and others)Christian Borntraeger2018-12-141-1/+3
| * block: Remove assertions from update_flags_from_options()Alberto Garcia2018-12-142-0/+16
| * qemu-io: Put flag changes in the options QDict in reopen_f()Alberto Garcia2018-12-142-0/+17
* | json: Fix to reject duplicate object member namesMarkus Armbruster2018-12-131-1/+0Star
|/
* iotests: simple mirror test with kvm on 1G imageVladimir Sementsov-Ogievskiy2018-12-033-0/+80
* iotests: Test migration with -blockdevKevin Wolf2018-11-273-0/+152
* block: Update BlockDriverState.inherits_from on bdrv_drop_intermediate()Alberto Garcia2018-11-222-1/+50
* block: Update BlockDriverState.inherits_from on bdrv_set_backing_hd()Alberto Garcia2018-11-223-0/+128
* iotests: Enhance 223 to cover multiple bitmap granularitiesEric Blake2018-11-222-15/+60
* iotests: fix nbd test 233 to work correctly with raw imagesDaniel P. Berrangé2018-11-221-3/+6
* iotests: Skip 233 if certtool not installedEric Blake2018-11-211-0/+3
* iotests: Replace assertEquals() with assertEqual()Kevin Wolf2018-11-213-6/+6
* iotests: Replace time.clock() with TimeoutKevin Wolf2018-11-211-10/+6Star
* iotests: Drop use of bash keyword 'function'Eric Blake2018-11-1935-86/+86
* iotests: Also test I/O over NBD TLSEric Blake2018-11-192-1/+21