From d87359af5eb5b21848da1906f8e34f107bbea151 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Fri, 7 Aug 2015 17:39:15 +0200 Subject: [PATCH] cpu: Simplify ppc64 part of CPU map XML Use multiple PVRs per CPU model to reduce the number of models we need to keep track of. Remove specific CPU models (eg. POWER7+_v2.1): the corresponding generic CPU model (eg. POWER7) should be used instead to ensure the guest can be booted on any compatible host. Get rid of all the entries that did not match any of the CPU models supported by QEMU, like power8 and power8e. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1250977 --- src/cpu/cpu_map.xml | 39 +++------------------------------------ 1 file changed, 3 insertions(+), 36 deletions(-) diff --git a/src/cpu/cpu_map.xml b/src/cpu/cpu_map.xml index 6387ce44f2..b3c4477dc3 100644 --- a/src/cpu/cpu_map.xml +++ b/src/cpu/cpu_map.xml @@ -1358,53 +1358,20 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - - - - - + - - - - -- GitLab