Re: [Qemu-devel] [PATCH v2 0/4] qcow2: Allow runtime specification of cache sizes

2014-08-19 Thread Kevin Wolf
Am 19.08.2014 um 16:18 hat Eric Blake geschrieben: > On 08/19/2014 08:00 AM, Kevin Wolf wrote: > > Am 18.08.2014 um 22:07 hat Max Reitz geschrieben: > >> Currently, the metadata cache size is only tunable on compile time > >> through macros. However, some users may want to use the minimal cache > >

Re: [Qemu-devel] [PATCH v2 0/4] qcow2: Allow runtime specification of cache sizes

2014-08-19 Thread Eric Blake
On 08/19/2014 08:00 AM, Kevin Wolf wrote: > Am 18.08.2014 um 22:07 hat Max Reitz geschrieben: >> Currently, the metadata cache size is only tunable on compile time >> through macros. However, some users may want to use the minimal cache >> size (for whatever reason) and others may want to increase

Re: [Qemu-devel] [PATCH v2 0/4] qcow2: Allow runtime specification of cache sizes

2014-08-19 Thread Kevin Wolf
Am 18.08.2014 um 22:07 hat Max Reitz geschrieben: > Currently, the metadata cache size is only tunable on compile time > through macros. However, some users may want to use the minimal cache > size (for whatever reason) and others may want to increase the cache > size because they have enough memor

[Qemu-devel] [PATCH v2 0/4] qcow2: Allow runtime specification of cache sizes

2014-08-18 Thread Max Reitz
Currently, the metadata cache size is only tunable on compile time through macros. However, some users may want to use the minimal cache size (for whatever reason) and others may want to increase the cache size because they have enough memory and want to increase performance. This series adds runt