]> xenbits.xensource.com Git - libvirt.git/commit
cpu: Reimplement PowerPCDecode
authorJiri Denemark <jdenemar@redhat.com>
Wed, 19 Dec 2012 00:53:25 +0000 (01:53 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 19 Apr 2013 12:33:16 +0000 (14:33 +0200)
commitf42ecaf12beccac131c7b03189565e8cfc8eef7f
treeb2357d3dee6bc9b492f636d3d750e0914d4a785e
parentfdf6efde27a7914fc72c3df589841a6cf2134675
cpu: Reimplement PowerPCDecode

PowerPC CPUs are either identical or incompatible and thus we just need
to look up the right model for given PVR without pretending we have
several candidates which we may choose from.

The function is also renamed as ppcDecode to match other functions in
PowerPC CPU driver.
src/cpu/cpu_powerpc.c