aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/qcow2.py
AgeCommit message (Expand)AuthorFilesLines
2020-08-21qcow2.py: Introduce '-j' key to dump in JSON formatAndrey Shinkevich1-4/+14
2020-06-17iotests: Add copyright line in qcow2.pyEric Blake1-0/+2
2020-06-09qcow2_format.py: drop new line printing at end of dump()Vladimir Sementsov-Ogievskiy1-0/+1
2020-06-09qcow2.py: move qcow2 format classes to separate moduleVladimir Sementsov-Ogievskiy1-156/+4
2020-06-09qcow2.py: add licensing blurbVladimir Sementsov-Ogievskiy1-0/+16
2020-06-09qcow2.py: python style fixesVladimir Sementsov-Ogievskiy1-39/+56
2020-02-07drop "from __future__ import print_function"Paolo Bonzini1-1/+0
2020-02-07tests/qemu-iotests: Explicit usage of Python 3 (scripts with __main__)Philippe Mathieu-Daudé1-1/+1
2020-01-06iotests/qcow2.py: Split feature fields into bitsMax Reitz1-4/+14
2020-01-06iotests/qcow2.py: Add dump-header-extsMax Reitz1-0/+5
2018-10-30iotests: Use Python byte strings where appropriateMax Reitz1-5/+5
2018-06-08python: futurize -f libfuturize.fixes.fix_print_with_importEduardo Habkost1-19/+20
2014-12-10qcow2.py: Add required padding for header extensionsKevin Wolf1-0/+4
2014-07-18qcow2: Fix error path for unknown incompatible featuresKevin Wolf1-5/+10
2013-05-24qcow2.py: Subcommand for changing header fieldsKevin Wolf1-0/+17
2012-11-14qemu-iotests: qcow2: Test growing large refcount tableKevin Wolf1-4/+5
2012-06-15qemu-iotests: add qcow2.py set-feature-bit commandStefan Hajnoczi1-0/+23
2012-04-20qemu-iotests: Fix test 031 for qcow2 v3 supportKevin Wolf1-7/+17
2012-04-05qemu-iotests: qcow2.pyKevin Wolf1-0/+207