VirtualBox

Changeset 19724 in vbox


Ignore:
Timestamp:
May 15, 2009 9:39:02 AM (16 years ago)
Author:
vboxsync
Message:

Bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/CPUM.cpp

    r19712 r19724  
    318318    pCPUM->aGuestCpuIdStd[1].ecx      &= 0
    319319                                       | X86_CPUID_FEATURE_ECX_SSE3
     320                                       /* Can't properly emulate monitor & mwait with guest SMP; force the guest to use hlt for idling VCPUs. */
     321                                       | ((pVM->cCPUs == 1) ? X86_CPUID_FEATURE_ECX_MONITOR : 0)
    320322                                       //| X86_CPUID_FEATURE_ECX_CPLDS - no CPL qualified debug store.
    321323                                       //| X86_CPUID_FEATURE_ECX_VMX   - not virtualized.
     
    332334                                       //| X86_CPUID_FEATURE_ECX_POPCOUNT
    333335                                       | 0;
    334 
    335     /* Can't properly emulate monitor & mwait with guest SMP; force the guest to use hlt for idling VCPUs. */
    336     if (pVM->cCPUs == 1)
    337         pCPUM->aGuestCpuIdStd[1].ecx |= X86_CPUID_FEATURE_ECX_MONITOR;
    338336
    339337    /* ASSUMES that this is ALWAYS the AMD define feature set if present. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette