qcow2: Split out guest cluster functions
authorKevin Wolf <kwolf@redhat.com>
Thu, 28 May 2009 14:07:05 +0000 (16:07 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 16 Jun 2009 20:18:36 +0000 (15:18 -0500)
commit45aba42fba7ae2a768606e08cece87a4aed987a6
treecad76d4e89878cf391ce471ecc0bcd45672c9759
parentf7d0fe0239e438c396f5602e18aaf1d615998dfe
qcow2: Split out guest cluster functions

qcow2-cluster.c contains all functions related to the management of guest
clusters, i.e. what the guest sees on its virtual disk. This code is about
mapping these guest clusters to host clusters in the image file using the
two-level lookup tables.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile
block/qcow2-cluster.c [new file with mode: 0644]
block/qcow2-refcount.c
block/qcow2.c
block/qcow2.h