We are going to enhance qcow2 format parsing by adding more structure
classes. Let's split format parsing from utility code.
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
---
tests/qemu-iotests/qcow2.py | 161 +----------------------------
tests/qemu-iotests/qcow2_format.py | 157 ++++++++++++++++++++++++++++
2 files changed, 161 insertions(+), 157 deletions(-)
create mode 100644 tests/qemu-iotests/qcow2_format.py