From: Peter Krempa Date: Thu, 8 Dec 2011 14:11:52 +0000 (+0100) Subject: cpu: Add cpu flags supported by newest qemu X-Git-Tag: v0.9.9-rc1~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2cb24f48ba568659e47da26078974ab78161df9;p=thirdparty%2Flibvirt.git 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. --- 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 @@ + + + + + + + + + + + +