This enables generic CPU family name use with "-cpu" for all CPUs across the family and not for the ones already defined in QEMU.
Changes: v2: * split one patch into 3 * added assert into ppc_cpu_get_family_class() Alexey Kardashevskiy (3): target-ppc: Create versionless CPU class per family if KVM target-ppc: Move alias lookup after class lookup target-ppc: Remove redundant POWER7 declarations target-ppc/cpu-models.c | 4 ---- target-ppc/cpu-models.h | 2 -- target-ppc/kvm.c | 21 +++++++++++++++++++++ target-ppc/translate_init.c | 18 +++++++++++------- 4 files changed, 32 insertions(+), 13 deletions(-) -- 1.8.4.rc4