summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests/qcow2.py
Commit message (Expand)AuthorAgeFilesLines
* qcow2.py: Introduce '-j' key to dump in JSON formatAndrey Shinkevich2020-08-211-4/+14
* iotests: Add copyright line in qcow2.pyEric Blake2020-06-171-0/+2
* qcow2_format.py: drop new line printing at end of dump()Vladimir Sementsov-Ogievskiy2020-06-091-0/+1
* qcow2.py: move qcow2 format classes to separate moduleVladimir Sementsov-Ogievskiy2020-06-091-156/+4Star
* qcow2.py: add licensing blurbVladimir Sementsov-Ogievskiy2020-06-091-0/+16
* qcow2.py: python style fixesVladimir Sementsov-Ogievskiy2020-06-091-39/+56
* drop "from __future__ import print_function"Paolo Bonzini2020-02-071-1/+0Star
* tests/qemu-iotests: Explicit usage of Python 3 (scripts with __main__)Philippe Mathieu-Daudé2020-02-071-1/+1
* iotests/qcow2.py: Split feature fields into bitsMax Reitz2020-01-061-4/+14
* iotests/qcow2.py: Add dump-header-extsMax Reitz2020-01-061-0/+5
* iotests: Use Python byte strings where appropriateMax Reitz2018-10-311-5/+5
* python: futurize -f libfuturize.fixes.fix_print_with_importEduardo Habkost2018-06-081-19/+20
* qcow2.py: Add required padding for header extensionsKevin Wolf2014-12-101-0/+4
* qcow2: Fix error path for unknown incompatible featuresKevin Wolf2014-07-181-5/+10
* qcow2.py: Subcommand for changing header fieldsKevin Wolf2013-05-241-0/+17
* qemu-iotests: qcow2: Test growing large refcount tableKevin Wolf2012-11-141-4/+5
* qemu-iotests: add qcow2.py set-feature-bit commandStefan Hajnoczi2012-06-151-0/+23
* qemu-iotests: Fix test 031 for qcow2 v3 supportKevin Wolf2012-04-201-7/+17
* qemu-iotests: qcow2.pyKevin Wolf2012-04-051-0/+207