From dcc6d4f495d5c9a2fc34506b63420e5c506be7f4 Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Tue, 23 Jun 2015 15:11:53 +0200 Subject: [PATCH] cpu_map.xml: Expand Opteron_G1 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 | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/src/cpu/cpu_map.xml b/src/cpu/cpu_map.xml index 2fedf0529..2cfb075ef 100644 --- a/src/cpu/cpu_map.xml +++ b/src/cpu/cpu_map.xml @@ -1167,11 +1167,36 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.39.5