commit | 6e19b3c4e0b40b08ccb550a0c0a65798f3a17ac8 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Wed Feb 15 16:36:03 2012 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu Apr 05 14:54:41 2012 +0200 |
tree | bf27eb68c04bed0d789bf7a03cf29bc6b769ed51 | |
parent | eb09218077a495bc55d84de91f448f72fe78a60b [diff] |
qemu-iotests: qcow2.py 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 with the image header and header extensions. Signed-off-by: Kevin Wolf <kwolf@redhat.com>