Re: [libvirt] [PATCH 5/8] cpu: Reimplement PowerPCBaseline

2012-12-21 Thread Eric Blake
On 12/20/2012 05:01 PM, Jiri Denemark wrote: > Baseline API is supposed to return guest CPU definition that can be used > on any of the provided host CPUs. Since PowerPC CPUs are either > identical or incompatible, the API just needs to check that all provided > CPUs are identical. Previous impleme

[libvirt] [PATCH 5/8] cpu: Reimplement PowerPCBaseline

2012-12-20 Thread Jiri Denemark
Baseline API is supposed to return guest CPU definition that can be used on any of the provided host CPUs. Since PowerPC CPUs are either identical or incompatible, the API just needs to check that all provided CPUs are identical. Previous implementation was completely bogus. The function is also r