]> xenbits.xensource.com Git - qemu-xen-4.4-testing.git/commitdiff
enabled PSE36 for x86_64 (fix for OpenSolaris as guest)
authorbellard <bellard>
Wed, 27 Sep 2006 19:52:41 +0000 (19:52 +0000)
committerbellard <bellard>
Wed, 27 Sep 2006 19:52:41 +0000 (19:52 +0000)
target-i386/helper2.c

index f05ae4a691879e2b7e7a9ee6e66743a6d4ddef80..dc6a5000ecf66e2bf036681bbca62a5bf2e60814 100644 (file)
@@ -135,6 +135,8 @@ CPUX86State *cpu_x86_init(void)
 
         /* these features are needed for Win64 and aren't fully implemented */
         env->cpuid_features |= CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA;
+        /* this feature is needed for Solaris and isn't fully implemented */
+        env->cpuid_features |= CPUID_PSE36;
 #endif
     }
     cpu_reset(env);