Re: [libvirt] [PATCH] cpu: Use vendor in baseline CPU only if all hosts use it

2010-10-14 Thread Jiri Denemark
> > When only some host CPUs given to cpuBaseline contain element, > > baseline CPU should not contain it. Otherwise the result would not be > > compatible with the host CPUs without vendor. CPU vendors are still > > taken into account when computing baseline CPU, it's just removed from > > the re

Re: [libvirt] [PATCH] cpu: Use vendor in baseline CPU only if all hosts use it

2010-10-13 Thread Eric Blake
On 10/13/2010 04:36 AM, Jiri Denemark wrote: When only some host CPUs given to cpuBaseline contain element, baseline CPU should not contain it. Otherwise the result would not be compatible with the host CPUs without vendor. CPU vendors are still taken into account when computing baseline CPU, it

[libvirt] [PATCH] cpu: Use vendor in baseline CPU only if all hosts use it

2010-10-13 Thread Jiri Denemark
When only some host CPUs given to cpuBaseline contain element, baseline CPU should not contain it. Otherwise the result would not be compatible with the host CPUs without vendor. CPU vendors are still taken into account when computing baseline CPU, it's just removed from the result. --- src/cpu/c