VirtualBox

Changeset 8871

Show
Ignore:
Timestamp:
05/16/08 10:29:00 (5 months ago)
Author:
vboxsync
Message:

Updated assertion

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp

    r8870 r8871  
    792792                                             | SVM_CTRL2_INTERCEPT_SKINIT 
    793793                                             | SVM_CTRL2_INTERCEPT_RDTSCP        /* AMD only; we don't support this one */ 
     794                                             | SVM_CTRL2_INTERCEPT_WBINVD 
     795                                             | SVM_CTRL2_INTERCEPT_MWAIT_UNCOND  /* don't execute mwait or else we'll idle inside the guest (host thinks the cpu load is high) */ 
    794796                                            )); 
    795797    Assert(pVMCB->ctrl.IntCtrl.n.u1VIrqMasking); 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy