Age | Commit message (Expand) | Author |
2020-08-21 | qcow2_format.py: support dumping metadata in JSON format | Andrey Shinkevich |
2020-08-21 | qcow2_format.py: collect fields to dump in JSON format | Andrey Shinkevich |
2020-08-21 | qcow2.py: Introduce '-j' key to dump in JSON format | Andrey Shinkevich |
2020-08-21 | qcow2_format.py: Dump bitmap table serialized entries | Andrey Shinkevich |
2020-08-21 | qcow2_format.py: pass cluster size to substructures | Andrey Shinkevich |
2020-08-21 | qcow2_format.py: Dump bitmap directory information | Andrey Shinkevich |
2020-08-21 | qcow2_format.py: dump bitmap flags in human readable way. | Andrey Shinkevich |
2020-08-21 | qcow2_format.py: change Qcow2BitmapExt initialization method | Andrey Shinkevich |
2020-08-21 | qcow2_format.py: make printable data an extension class member | Andrey Shinkevich |
2020-06-17 | iotests: Add copyright line in qcow2.py | Eric Blake |
2020-06-09 | qcow2_format.py: dump bitmaps header extension | Vladimir Sementsov-Ogievskiy |
2020-06-09 | qcow2: QcowHeaderExtension print names for extension magics | Vladimir Sementsov-Ogievskiy |
2020-06-09 | qcow2_format: refactor QcowHeaderExtension as a subclass of Qcow2Struct | Vladimir Sementsov-Ogievskiy |
2020-06-09 | qcow2_format.py: QcowHeaderExtension: add dump method | Vladimir Sementsov-Ogievskiy |
2020-06-09 | qcow2_format.py: add field-formatting class | Vladimir Sementsov-Ogievskiy |
2020-06-09 | qcow2_format.py: separate generic functionality of structure classes | Vladimir Sementsov-Ogievskiy |
2020-06-09 | qcow2_format.py: use strings to specify c-type of struct fields | Vladimir Sementsov-Ogievskiy |
2020-06-09 | qcow2_format.py: use modern string formatting | Vladimir Sementsov-Ogievskiy |
2020-06-09 | qcow2_format.py: use tuples instead of lists for fields | Vladimir Sementsov-Ogievskiy |
2020-06-09 | qcow2_format.py: drop new line printing at end of dump() | Vladimir Sementsov-Ogievskiy |
2020-06-09 | qcow2.py: move qcow2 format classes to separate module | Vladimir Sementsov-Ogievskiy |