Re: [Qemu-devel] [PATCH 35/46] qemu-iotests: qcow2.py

2012-04-17 Thread Philipp Hahn
Hello, On Thursday 05 April 2012 17:52:13 Kevin Wolf wrote: > This adds a tool that is meant to inspect and edit qcow2 files in a > low-level way, that wouldn't be possible with qemu-img/io, for example > by adding yet unknown extensions or flags. This way we can test whether > qemu deals properly

[Qemu-devel] [PATCH 35/46] qemu-iotests: qcow2.py

2012-04-06 Thread Kevin Wolf
This adds a tool that is meant to inspect and edit qcow2 files in a low-level way, that wouldn't be possible with qemu-img/io, for example by adding yet unknown extensions or flags. This way we can test whether qemu deals properly with future backwards compatible extensions. For now, let's start w