From d2c28911f4e72d38b3f00d36752230bb6ee94fec Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Wed, 29 Feb 2012 15:47:38 +0100 Subject: [PATCH] cpu: Add new flag supported by qemu to the cpu definition Some new cpu features were added to qemu. This patch adds some of them to our CPU map. --- src/cpu/cpu_map.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/cpu/cpu_map.xml b/src/cpu/cpu_map.xml index 83c8534454..7ef230ed85 100644 --- a/src/cpu/cpu_map.xml +++ b/src/cpu/cpu_map.xml @@ -236,12 +236,27 @@ + + + + + + + + + + + + + + + -- GitLab