From 71dd1dab9149cc898e92eea005e52ffde7466173 Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Tue, 23 Jun 2015 15:10:28 +0200 Subject: [PATCH] cpu_map.xml: Expand Broadwell-noTSX 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 | 54 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/src/cpu/cpu_map.xml b/src/cpu/cpu_map.xml index 9f868916d6..2fedf05298 100644 --- a/src/cpu/cpu_map.xml +++ b/src/cpu/cpu_map.xml @@ -1017,9 +1017,61 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- GitLab