VirtualBox

Changeset 41976 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Jul 1, 2012 2:16:40 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
78849
Message:

VMM: Switcher and TRPM fixes wrt hypervisor traps and tstVMM.

File:
1 edited

Legend:

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

    r41965 r41976  
    672672                        TMNotifyStartOfExecution(pVCpu);
    673673
    674                         rc = pVM->vmm.s.pfnHostToGuestR0(pVM);
     674                        rc = pVM->vmm.s.pfnR0ToRawMode(pVM);
    675675                        pVCpu->vmm.s.iLastGZRc = rc;
    676676
     
    982982                return rc;
    983983
    984             rc = pVM->vmm.s.pfnHostToGuestR0(pVM);
     984            rc = pVM->vmm.s.pfnR0ToRawMode(pVM);
    985985
    986986            /* Re-enable VT-x if previously turned off. */
Note: See TracChangeset for help on using the changeset viewer.

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