Statistics
| Branch: | Revision:

root / block / qcow2-refcount.c @ f7d0fe02

History | View | Annotate | Download (27 kB)

# Date Author Comment
f7d0fe02 06/16/2009 11:18 pm Kevin Wolf

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...