Re: [libvirt] [PATCH 09/13] conf: Pre-calculate initial memory size instead of always calculating it

2015-09-22 Thread Michal Privoznik
On 21.09.2015 19:21, Peter Krempa wrote: > Add 'initial_memory' member to struct virDomainMemtune so that the > memory size can be pre-calculated once instead of inferring it always > again and again. > > Separating of the fields will also allow finer granularity of decisions > in later patches wh

[libvirt] [PATCH 09/13] conf: Pre-calculate initial memory size instead of always calculating it

2015-09-21 Thread Peter Krempa
Add 'initial_memory' member to struct virDomainMemtune so that the memory size can be pre-calculated once instead of inferring it always again and again. Separating of the fields will also allow finer granularity of decisions in later patches where it will allow to keep the old initial memory valu