Re: [libvirt] [PATCH 11/18] cpu: Use ppc64Compute() to implement ppc64DriverCompare()

2015-08-06 Thread Jiri Denemark
On Tue, Aug 04, 2015 at 11:38:02 +0200, Andrea Bolognani wrote: > This ensures comparison of two CPU definitions will be consistent > regardless of the fact that it is performed using cpuCompare() or > cpuGuestData(). The x86 driver uses the same exact code. > --- > src/cpu/cpu_ppc64.c | 22 ++

[libvirt] [PATCH 11/18] cpu: Use ppc64Compute() to implement ppc64DriverCompare()

2015-08-04 Thread Andrea Bolognani
This ensures comparison of two CPU definitions will be consistent regardless of the fact that it is performed using cpuCompare() or cpuGuestData(). The x86 driver uses the same exact code. --- src/cpu/cpu_ppc64.c | 22 ++ 1 file changed, 14 insertions(+), 8 deletions(-) diff -