From b2cb24f48ba568659e47da26078974ab78161df9 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Thu, 8 Dec 2011 15:11:52 +0100 Subject: [PATCH] cpu: Add cpu flags supported by newest qemu Add support for newly supported Intel cpu features. Newly supported flags are: pclmuldq, dtes64, smx, fma, pdcm, movbe, xsave, osxsave and avx. This adds support for Intel's Sandy Bridge platform. --- src/cpu/cpu_map.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/cpu/cpu_map.xml b/src/cpu/cpu_map.xml index 35dca20e78..693caf1144 100644 --- a/src/cpu/cpu_map.xml +++ b/src/cpu/cpu_map.xml @@ -100,6 +100,12 @@ + + + + + + @@ -108,6 +114,9 @@ + + + @@ -121,12 +130,18 @@ + + + + + + @@ -139,12 +154,24 @@ + + + + + + + + + + + +