On Wed 14 Feb 2018 12:33:22 AM CET, Eric Blake wrote: > I mentioned this while reviewing Berto's series on L2 slice handling; > this is a first cut at patches that I think are worth doing throughout > the qcow2 code base if we like the idea. > > Eric Blake (2): > qcow2: Prefer 'entries' over 'size' for non-byte values in spec > qcow2: Prefer 'entries' over 'size' during cache creation
I also like the idea. We'd need to change a lot of variables all over the place, but things will look much more readable. Berto