summaryrefslogtreecommitdiff
path: root/tests/qemu-iotests
AgeCommit message (Expand)AuthorFilesLines
2013-12-09vmdk: Fix creating big description fileFam Zheng2-8/+2024
2013-08-06vmdk: check l1 size before opening imageFam Zheng2-0/+14
2013-08-06vmdk: check l2 table size when openingFam Zheng2-0/+13
2013-08-06vmdk: check granularity field in openingFam Zheng2-1/+13
2013-08-06qemu-iotests: add empty test case for vmdkFam Zheng3-0/+54
2013-08-06qemu-iotests: add poke_file utility functionStefan Hajnoczi1-0/+6
2013-08-06qemu-iotests: filter QEMU version in monitor bannerStefan Hajnoczi2-33/+34
2013-08-02block: Disable driver-specific options for 1.6Kevin Wolf1-1/+1
2013-07-26Add tests for sync modes 'TOP' and 'NONE'Ian Main6-2/+113
2013-07-26blockdev: Rename 'readonly' option to 'read-only'Kevin Wolf1-1/+1
2013-07-26qcow2: Use dashes instead of underscores in optionsKevin Wolf2-22/+22
2013-07-15qemu-iotests: Update 051 reference outputKevin Wolf2-33/+76
2013-07-15block: Don't parse protocol from file.filenameKevin Wolf2-0/+26
2013-07-15blockdev: add sync mode to drive-backup QMP commandStefan Hajnoczi1-15/+21
2013-06-28qemu-iotests: add 055 drive-backup test caseStefan Hajnoczi3-0/+288
2013-06-28qemu-iotests: extract wait_until_completed() into iotests.pyStefan Hajnoczi2-12/+17
2013-06-24Revert "block: Disable driver-specific options for 1.5"Kevin Wolf1-1/+1
2013-06-06cutils: Support 'P' and 'E' suffixes in strtosz()Kevin Wolf1-4/+4
2013-06-04qemu-iotests: make create_image() commonStefan Hajnoczi3-40/+27
2013-06-04qemu-iotests: make compare_images() commonStefan Hajnoczi2-31/+15
2013-06-04qemu-iotests: make cancel_and_wait() commonStefan Hajnoczi3-53/+38
2013-06-04qemu-iotests: make assert_no_active_block_jobs() commonStefan Hajnoczi3-61/+57
2013-06-04qemu-iotests: fix 054 cluster size help outputStefan Hajnoczi1-1/+1
2013-05-29tests: set MALLOC_PERTURB_ to expose memory bugsStefan Hajnoczi1-1/+2
2013-05-24qemu-iotests: Try creating huge qcow2 imageKevin Wolf4-1/+70
2013-05-24qcow2.py: Subcommand for changing header fieldsKevin Wolf1-0/+17
2013-05-08qemu-iotests: fix 017 018 for vmdkFam Zheng4-4/+8
2013-05-08qemu-iotests: exclude vmdk and qcow from 043Fam Zheng1-1/+1
2013-05-08qemu-iotests: exclude vmdk for test 042Fam Zheng1-1/+1
2013-05-03qemu-iotests: Filter out 'adapter_type'Fam Zheng1-0/+1
2013-05-03qemu-iotests: Filter out vmdk creation optionsFam Zheng1-0/+2
2013-04-26block: Disable driver-specific options for 1.5Kevin Wolf1-1/+1
2013-04-22qemu-iotests: add 053 unaligned compressed image size testStefan Hajnoczi3-0/+91
2013-04-22block: Fail gracefully when using a format driver on protocol levelKevin Wolf2-0/+17
2013-04-22qemu-iotests: Fix _filter_qemuKevin Wolf1-1/+1
2013-04-15iotests: Add 'check -ssh' option to test Secure Shell block device.Richard W.M. Jones2-0/+8
2013-04-15qemu-iotests: filter QEMU_PROG in 051.outStefan Hajnoczi3-37/+43
2013-04-15qemu-iotests: Add test for -drive optionsKevin Wolf3-0/+311
2013-04-15qemu-iotests: A few more bdrv_pread/pwrite testsKevin Wolf2-0/+39
2013-03-28qcow2: Gather clusters in a looping loopKevin Wolf1-1/+1
2013-03-28qcow2: Improve check for overlapping allocationsKevin Wolf1-5/+5
2013-03-28qcow2: Fix "total clusters" number in bdrv_checkKevin Wolf1-1/+1
2013-03-28qemu-iotests: More concurrent allocation scenariosKevin Wolf2-1/+124
2013-03-19qemu-iotests: add 052 BDRV_O_SNAPSHOT testStefan Hajnoczi3-0/+75
2013-03-15qemu-iotests: use -nographic in test case 007Stefan Hajnoczi1-4/+3
2013-03-15qemu-iotests: add tests for rebasing zero clustersPaolo Bonzini3-0/+93
2013-02-22qemu-iotests: Test qcow2 image creation optionsKevin Wolf3-0/+336
2013-02-22qemu-iotests: Add qemu-img compare testMiroslav Rezanina3-0/+110
2013-02-22qemu-img: add compressed clusters to BlockFragInfoStefan Hajnoczi2-1/+2
2013-02-22qemu-img: find the image end offset during checkFederico Simoncelli5-8/+11