Re: [Qemu-devel] Re: [PATCH v4 3/5] qed: Table, L2 cache, and cluster functions

2010-11-12 Thread Stefan Hajnoczi
On Fri, Nov 12, 2010 at 5:26 PM, Kevin Wolf wrote: > Am 28.10.2010 13:01, schrieb Stefan Hajnoczi: >> 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

[Qemu-devel] Re: [PATCH v4 3/5] qed: Table, L2 cache, and cluster functions

2010-11-12 Thread Kevin Wolf
Am 28.10.2010 13:01, schrieb Stefan Hajnoczi: > 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 cluste