]> Git Repo - qemu.git/commit - block/qcow2.c
qcow2: Add refcount update reason to all callers
authorKevin Wolf <[email protected]>
Wed, 19 Jun 2013 11:44:18 +0000 (13:44 +0200)
committerStefan Hajnoczi <[email protected]>
Mon, 24 Jun 2013 08:25:17 +0000 (10:25 +0200)
commit6cfcb9b8b91d303ab51b78623f2299b5288d2d51
treed546c5428126fffa019295e4c1fb05a56100d12a
parent492fdc6fbe17b2d45878e813e980f782ac260c30
qcow2: Add refcount update reason to all callers

This adds a refcount update reason to all callers of update_refcounts(),
so that a follow-up patch can use this information to decide whether
clusters that reach a refcount of 0 should be discarded in the image
file.

Signed-off-by: Kevin Wolf <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
block/qcow2-cluster.c
block/qcow2-refcount.c
block/qcow2-snapshot.c
block/qcow2.c
block/qcow2.h
This page took 0.025216 seconds and 4 git commands to generate.