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)
commit08047d3c00460f014360415cc7ddcbccb792864d
treecad76d4e89878cf391ce471ecc0bcd45672c9759
parentb7b8b687a9c43223896fa47cda0b08df1ce6513d
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