VirtualBox

Changeset 19829 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
May 19, 2009 2:56:03 PM (16 years ago)
Author:
vboxsync
Message:

updates

Location:
trunk/src/VBox/VMM/VMMR0
Files:
2 edited

Legend:

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

    r19818 r19829  
    974974     *       (until the actual world switch)
    975975     */
    976 
    977976#ifdef VBOX_STRICT
    978977    idCpuCheck = RTMpCpuId();
     978#endif
     979#ifdef LOG_LOGGING
     980    VMMR0LogFlushDisable(pVCpu);
    979981#endif
    980982
     
    12671269
    12681270    /* Note! NOW IT'S SAFE FOR LOGGING! */
     1271#ifdef LOG_LOGGING
     1272    VMMR0LogFlushEnable(pVCpu);
     1273#endif
    12691274
    12701275    /* Take care of instruction fusing (sti, mov ss) (see 15.20.5 Interrupt Shadows) */
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r19818 r19829  
    17961796{
    17971797    NOREF(pVM);
    1798     NOREF(pVCpu);
     1798    VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_TLB_FLUSH);
     1799    VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_TLB_SHOOTDOWN);
     1800    pVCpu->hwaccm.s.cTlbShootdownPages = 0;
    17991801    return;
    18001802}
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