commit | f7d0fe0239e438c396f5602e18aaf1d615998dfe | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Thu May 28 16:07:04 2009 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Jun 16 15:18:36 2009 -0500 |
tree | 248921bcd828de41139365acb16568ac4fe2cbef | |
parent | 9ccb258e285c7ab50a45b1e5760fa2bf6814b06b [diff] |
qcow2: Split out refcount handling qcow2-refcount.c contains all functions which are related to cluster allocation and management in the image file. A large part of this is the reference counting of these clusters. Also a header file qcow2.h is introduced which will contain the interface of the split qcow2 modules. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>