OSDN Git Service

qemu-iotests: qcow2.py
authorKevin Wolf <kwolf@redhat.com>
Wed, 15 Feb 2012 15:36:03 +0000 (16:36 +0100)
committerKevin Wolf <kwolf@redhat.com>
Thu, 5 Apr 2012 12:54:41 +0000 (14:54 +0200)
commit6e19b3c4e0b40b08ccb550a0c0a65798f3a17ac8
treebf27eb68c04bed0d789bf7a03cf29bc6b769ed51
parenteb09218077a495bc55d84de91f448f72fe78a60b
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>
tests/qemu-iotests/qcow2.py [new file with mode: 0755]