summaryrefslogtreecommitdiff
path: root/tests/qemu-iotests
AgeCommit message (Expand)Author
2020-07-06block/vpc: return ZERO block-status when appropriateVladimir Sementsov-Ogievskiy
2020-07-06iotests: add tests for blockdev-amendMaxim Levitsky
2020-07-06iotests: qemu-img tests for luks key managementMaxim Levitsky
2020-07-06block/qcow2: extend qemu-img amend interface with crypto optionsMaxim Levitsky
2020-07-06block/amend: refactor qcow2 amend optionsMaxim Levitsky
2020-07-06iotests: Check whether luks worksMax Reitz
2020-07-06iotests.py: Add (verify|has)_working_luks()Max Reitz
2020-07-06iotests.py: Add qemu_img_pipe_and_status()Max Reitz
2020-07-06iotests/common.rc: Add _require_working_luksMax Reitz
2020-07-06iotests: filter few more luks specific create optionsMaxim Levitsky
2020-07-06iotests: Make _filter_img_create more activeMax Reitz
2020-07-06qcow2: Fix preallocation on images with unaligned sizesAlberto Garcia
2020-07-03Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2020-07-03Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-06-24' in...Peter Maydell
2020-07-03iotests: Fix 051 output after qdev_init_nofail() removalPhilippe Mathieu-Daudé
2020-07-03iotests.py: Do not wait() before communicate()Max Reitz
2020-06-24iotests: don't test qcow2.py inside 291Vladimir Sementsov-Ogievskiy
2020-06-24iotests: Fix 051 output after qdev_init_nofail() removalPhilippe Mathieu-Daudé
2020-06-23qdev: Reject drive property overrideMarkus Armbruster
2020-06-23fdc: Deprecate configuring floppies with -global isa-fdcMarkus Armbruster
2020-06-23fdc: Reject clash between -drive if=floppy and -global isa-fdcMarkus Armbruster
2020-06-23iotests/172: Cover -global floppy.drive=...Markus Armbruster
2020-06-23iotests/172: Cover empty filename and multiple use of drivesMarkus Armbruster
2020-06-23iotests/172: Include "info block" in test outputMarkus Armbruster
2020-06-17iotests: Add copyright line in qcow2.pyEric Blake
2020-06-17iotests/{190,291}: compat=0.10 is unsupportedMax Reitz
2020-06-17iotests/229: data_file is unsupportedMax Reitz
2020-06-17iotests/292: data_file is unsupportedMax Reitz
2020-06-17iotests/041: Skip test_small_target for qedMax Reitz
2020-06-17iotests.py: Add skip_for_formats() decoratorMax Reitz
2020-06-17qdev-properties: add getter for size32 and blocksizeRoman Kagan
2020-06-17block: consolidate blocksize properties consistency checksRoman Kagan
2020-06-11Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-06-09-v2' into...Peter Maydell
2020-06-10nbd/server: Avoid long error message assertions CVE-2020-10761Eric Blake
2020-06-09iotests: 194: wait for migration completion on target tooVladimir Sementsov-Ogievskiy
2020-06-09iotests: Fix 291 across more file systemsEric Blake
2020-06-09qcow2_format.py: dump bitmaps header extensionVladimir Sementsov-Ogievskiy
2020-06-09qcow2: QcowHeaderExtension print names for extension magicsVladimir Sementsov-Ogievskiy
2020-06-09qcow2_format: refactor QcowHeaderExtension as a subclass of Qcow2StructVladimir Sementsov-Ogievskiy
2020-06-09qcow2_format.py: QcowHeaderExtension: add dump methodVladimir Sementsov-Ogievskiy
2020-06-09qcow2_format.py: add field-formatting classVladimir Sementsov-Ogievskiy
2020-06-09qcow2_format.py: separate generic functionality of structure classesVladimir Sementsov-Ogievskiy
2020-06-09qcow2_format.py: use strings to specify c-type of struct fieldsVladimir Sementsov-Ogievskiy
2020-06-09qcow2_format.py: use modern string formattingVladimir Sementsov-Ogievskiy
2020-06-09qcow2_format.py: use tuples instead of lists for fieldsVladimir Sementsov-Ogievskiy
2020-06-09qcow2_format.py: drop new line printing at end of dump()Vladimir Sementsov-Ogievskiy
2020-06-09qcow2.py: move qcow2 format classes to separate moduleVladimir Sementsov-Ogievskiy
2020-06-09qcow2.py: add licensing blurbVladimir Sementsov-Ogievskiy
2020-06-09qcow2.py: python style fixesVladimir Sementsov-Ogievskiy
2020-05-31Merge remote-tracking branch 'remotes/philmd-gitlab/tags/python-next-20200531...Peter Maydell