From 21dd3b6c09f3777e3859e74757372b59ebf4535e Mon Sep 17 00:00:00 2001 Message-Id: <21dd3b6c09f3777e3859e74757372b59ebf4535e@dist-git> From: Andrea Bolognani Date: Tue, 11 Aug 2015 17:16:06 +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 (cherry picked from commit d87359af5eb5b21848da1906f8e34f107bbea151) Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1250977 Signed-off-by: Andrea Bolognani Signed-off-by: Jiri Denemark --- 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 50516e3..9474a1b 100644 --- a/src/cpu/cpu_map.xml +++ b/src/cpu/cpu_map.xml @@ -628,53 +628,20 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - - - - - + - - - - -- 2.5.0