]> git.proxmox.com Git - qemu.git/commit
qcow2: Split out refcount handling
authorKevin Wolf <kwolf@redhat.com>
Thu, 28 May 2009 14:07:04 +0000 (16:07 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 16 Jun 2009 20:18:36 +0000 (15:18 -0500)
commitf7d0fe0239e438c396f5602e18aaf1d615998dfe
tree248921bcd828de41139365acb16568ac4fe2cbef
parent9ccb258e285c7ab50a45b1e5760fa2bf6814b06b
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>
Makefile
block/qcow2-refcount.c [new file with mode: 0644]
block/qcow2.c
block/qcow2.h [new file with mode: 0644]