]> Git Repo - qemu.git/commit
qcow2.py: move qcow2 format classes to separate module
authorVladimir Sementsov-Ogievskiy <[email protected]>
Sat, 6 Jun 2020 08:17:56 +0000 (11:17 +0300)
committerEric Blake <[email protected]>
Tue, 9 Jun 2020 20:47:09 +0000 (15:47 -0500)
commitd5262c712488674fba74a749e81894e098226bfa
treef772459f8303c9dffcb11a8f3dd46cf9c3b02d1a
parent16306a7b39fd63cf6e2e0cdf35a1834a5294235a
qcow2.py: move qcow2 format classes to separate module

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 <[email protected]>
Message-Id: <20200606081806[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Eric Blake <[email protected]>
tests/qemu-iotests/qcow2.py
tests/qemu-iotests/qcow2_format.py [new file with mode: 0644]
This page took 0.025619 seconds and 4 git commands to generate.