On Thu 30 Apr 2015 05:08:05 PM CEST, Eric Blake wrote:
>> typedef struct Qcow2CachedTable {
>> -void* table;
>> int64_t offset;
>> booldirty;
>> int cache_hits;
>> @@ -40,39 +39,34 @@ struct Qcow2Cache {
>> struct Qcow2Cache* depends;
>> int
On 04/30/2015 04:11 AM, Alberto Garcia wrote:
> The qcow2 L2/refcount cache contains one separate table for each cache
> entry. Doing one allocation per table adds unnecessary overhead and it
> also requires us to store the address of each table separately.
>
> Since the size of the cache is const