Stefan Hajnoczi 298800cae7 qed: Table, L2 cache, and cluster functions
This patch adds code to look up data cluster offsets in the image via
the L1/L2 tables.  The L2 tables are writethrough cached in memory for
performance (each read/write requires a lookup so it is essential to
cache the tables).

With cluster lookup code in place it is possible to implement
bdrv_is_allocated() to query the number of contiguous
allocated/unallocated clusters.

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2010-12-17 16:11:04 +01:00
..
2010-05-17 10:20:05 +02:00
2010-05-17 10:20:04 +02:00
2010-11-04 12:52:16 +01:00
2010-05-22 08:02:12 +00:00
2010-05-17 10:20:05 +02:00
2010-09-21 15:39:42 +02:00
2010-05-17 10:20:05 +02:00
2010-12-17 16:11:03 +01:00
2010-11-07 15:10:40 +00:00
2010-12-17 16:11:03 +01:00
2010-12-14 15:44:21 +01:00
2010-12-14 15:44:21 +01:00