Age | Commit message (Expand) | Author | Files | Lines |
2020-08-21 | qcow2.py: Introduce '-j' key to dump in JSON format | Andrey Shinkevich | 1 | -4/+14 |
2020-06-17 | iotests: Add copyright line in qcow2.py | Eric Blake | 1 | -0/+2 |
2020-06-09 | qcow2_format.py: drop new line printing at end of dump() | Vladimir Sementsov-Ogievskiy | 1 | -0/+1 |
2020-06-09 | qcow2.py: move qcow2 format classes to separate module | Vladimir Sementsov-Ogievskiy | 1 | -156/+4 |
2020-06-09 | qcow2.py: add licensing blurb | Vladimir Sementsov-Ogievskiy | 1 | -0/+16 |
2020-06-09 | qcow2.py: python style fixes | Vladimir Sementsov-Ogievskiy | 1 | -39/+56 |
2020-02-07 | drop "from __future__ import print_function" | Paolo Bonzini | 1 | -1/+0 |
2020-02-07 | tests/qemu-iotests: Explicit usage of Python 3 (scripts with __main__) | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-01-06 | iotests/qcow2.py: Split feature fields into bits | Max Reitz | 1 | -4/+14 |
2020-01-06 | iotests/qcow2.py: Add dump-header-exts | Max Reitz | 1 | -0/+5 |
2018-10-30 | iotests: Use Python byte strings where appropriate | Max Reitz | 1 | -5/+5 |
2018-06-08 | python: futurize -f libfuturize.fixes.fix_print_with_import | Eduardo Habkost | 1 | -19/+20 |
2014-12-10 | qcow2.py: Add required padding for header extensions | Kevin Wolf | 1 | -0/+4 |
2014-07-18 | qcow2: Fix error path for unknown incompatible features | Kevin Wolf | 1 | -5/+10 |
2013-05-24 | qcow2.py: Subcommand for changing header fields | Kevin Wolf | 1 | -0/+17 |
2012-11-14 | qemu-iotests: qcow2: Test growing large refcount table | Kevin Wolf | 1 | -4/+5 |
2012-06-15 | qemu-iotests: add qcow2.py set-feature-bit command | Stefan Hajnoczi | 1 | -0/+23 |
2012-04-20 | qemu-iotests: Fix test 031 for qcow2 v3 support | Kevin Wolf | 1 | -7/+17 |
2012-04-05 | qemu-iotests: qcow2.py | Kevin Wolf | 1 | -0/+207 |