On Mon, Aug 10, 2015 at 10:55:50 +0200, Andrea Bolognani wrote:
ppc64Compute(), called by cpuNodeData(), is used not only to
retrieve
the driver-specific data associated to a guest CPU definition, but
also to check whether said guest CPU is compatible with the host CPU.
If the user is not interested in the CPU data, it's perfectly fine
to pass a NULL pointer instead of a return location, and the
compatibility data returned should not be affected by this. One of
the checks, specifically the one on CPU model name, was however
only performed if the return location was non-NULL.
---
src/cpu/cpu_ppc64.c | 31 +++++++++++++++----------------
1 file changed, 15 insertions(+), 16 deletions(-)
ACK
Jirka