mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-02-14 04:49:29 -07:00
enabled PSE36 for x86_64 (fix for OpenSolaris as guest)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2182 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
42fc925ec0
commit
69c3bcb48f
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue