From f7e1677cf85290f2737d2de2f13e382d9d290d5e Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Tue, 23 Jun 2015 14:43:52 +0200 Subject: [PATCH] cpu_map.xml: Expand kvm32 CPU model Inheritance among CPU model is cool but it makes reviewing CPU model definitions and comparing them to CPU models from QEMU rather hard and unpleasant. Let's define all CPU models from scratch. Signed-off-by: Jiri Denemark --- src/cpu/cpu_map.xml | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/src/cpu/cpu_map.xml b/src/cpu/cpu_map.xml index b3d7d14539..1114c0cfd7 100644 --- a/src/cpu/cpu_map.xml +++ b/src/cpu/cpu_map.xml @@ -552,10 +552,31 @@ - + + + + + + + + + + + + + + + + + + + + + + -- 2.39.5