]> Git Repo - qemu.git/commit
qed: Add support for zero clusters
authorAnthony Liguori <[email protected]>
Fri, 17 Dec 2010 15:58:22 +0000 (15:58 +0000)
committerKevin Wolf <[email protected]>
Wed, 13 Apr 2011 10:06:41 +0000 (12:06 +0200)
commit21df65b6444858ddee3a86d8666571bb41695614
tree142793b8ae8e6fef8b1aa412cf39e2340091fdf9
parentd54f10bba7635b5ad8b750afd2bb2f0f8eb68b45
qed: Add support for zero clusters

Zero clusters are similar to unallocated clusters except instead of reading
their value from a backing file when one is available, the cluster is always
read as zero.

This implements read support only.  At this stage, QED will never write a
zero cluster.

Signed-off-by: Anthony Liguori <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block/qed-check.c
block/qed-cluster.c
block/qed.c
block/qed.h
This page took 0.031427 seconds and 4 git commands to generate.