Statistics
| Branch: | Revision:

root / block / qed-l2-cache.c @ 7fa60fa3

History | View | Annotate | Download (5.4 kB)

# Date Author Comment
298800ca 12/17/2010 05:11 pm Stefan Hajnoczi

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